2023-01-23 15:03:33 [scrapy.utils.log] INFO: Scrapy 2.5.0 started (bot: modularspiders) 2023-01-23 15:03:33 [scrapy.utils.log] INFO: Versions: lxml 4.6.3.0, libxml2 2.9.10, cssselect 1.1.0, parsel 1.6.0, w3lib 1.21.0, Twisted 21.2.0, Python 3.6.9 (default, Apr 18 2020, 01:56:04) - [GCC 8.4.0], pyOpenSSL 20.0.1 (OpenSSL 1.1.1k 25 Mar 2021), cryptography 3.4.7, Platform Linux-4.15.0-108-generic-x86_64-with-Ubuntu-18.04-bionic 2023-01-23 15:03:33 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.epollreactor.EPollReactor 2023-01-23 15:03:33 [scrapy.crawler] INFO: Overridden settings: {'BOT_NAME': 'modularspiders', 'LOG_FILE': 'logs/default/switched-on/1c13429499ad11edab900242ac110018.log', 'NEWSPIDER_MODULE': 'modularspiders.spiders', 'ROBOTSTXT_OBEY': True, 'SPIDER_MODULES': ['modularspiders.spiders'], 'USER_AGENT': 'Mozilla/5.0 (compatible; Googlebot/2.1; ' '+http://www.google.com/bot.html)'} 2023-01-23 15:03:33 [scrapy.extensions.telnet] INFO: Telnet Password: bdae99759f27e953 2023-01-23 15:03:33 [scrapy.middleware] INFO: Enabled extensions: ['scrapy.extensions.corestats.CoreStats', 'scrapy.extensions.telnet.TelnetConsole', 'scrapy.extensions.memusage.MemoryUsage', 'scrapy.extensions.logstats.LogStats'] 2023-01-23 15:03:33 [scrapy.middleware] INFO: Enabled downloader middlewares: ['scrapy.downloadermiddlewares.robotstxt.RobotsTxtMiddleware', 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware', 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware', 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware', 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware', 'scrapy.downloadermiddlewares.retry.RetryMiddleware', 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware', 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware', 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware', 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware', 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware', 'scrapy.downloadermiddlewares.stats.DownloaderStats'] 2023-01-23 15:03:33 [scrapy.middleware] INFO: Enabled spider middlewares: ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware', 'scrapy.spidermiddlewares.offsite.OffsiteMiddleware', 'scrapy.spidermiddlewares.referer.RefererMiddleware', 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', 'scrapy.spidermiddlewares.depth.DepthMiddleware'] 2023-01-23 15:03:33 [scrapy.middleware] INFO: Enabled item pipelines: ['modularspiders.pipelines.MinimumViableItemPipeline', 'modularspiders.pipelines.RedisExporter', 'modularspiders.pipelines.BulkStoreUpdate'] 2023-01-23 15:03:33 [scrapy.core.engine] INFO: Spider opened 2023-01-23 15:03:33 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2023-01-23 15:03:33 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6025 2023-01-23 15:03:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2023-01-23 15:03:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2023-01-23 15:03:34 [switched-on] INFO: Found next: https://switchedonaustin.com/collections/modular?page=2 2023-01-23 15:03:34 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://switchedonaustin.com/collections/modular) 2023-01-23 15:03:34 [switched-on] INFO: Found next: https://switchedonaustin.com/collections/modular?page=3 2023-01-23 15:03:35 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://switchedonaustin.com/collections/modular?page=2) 2023-01-23 15:03:35 [scrapy.core.engine] INFO: Closing spider (finished) 2023-01-23 15:03:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): wigglehunt.com:443 2023-01-23 15:03:35 [py.warnings] WARNING: /code/lib/python3.6/site-packages/urllib3/connectionpool.py:986: InsecureRequestWarning: Unverified HTTPS request is being made to host 'wigglehunt.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings InsecureRequestWarning, 2023-01-23 15:03:35 [urllib3.connectionpool] DEBUG: https://wigglehunt.com:443 "GET /api/v1/_ingest-complete?store_code=switched-on&batch_id=5450 HTTP/1.1" 200 15 2023-01-23 15:03:35 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'downloader/request_bytes': 2696, 'downloader/request_count': 4, 'downloader/request_method_count/GET': 4, 'downloader/response_bytes': 66204, 'downloader/response_count': 4, 'downloader/response_status_count/200': 4, 'elapsed_time_seconds': 1.640561, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2023, 1, 23, 15, 3, 35, 444632), 'httpcompression/response_bytes': 317097, 'httpcompression/response_count': 4, 'log_count/DEBUG': 6, 'log_count/INFO': 12, 'log_count/WARNING': 1, 'memusage/max': 71720960, 'memusage/startup': 71720960, 'request_depth_max': 2, 'response_received_count': 4, 'robotstxt/request_count': 1, 'robotstxt/response_count': 1, 'robotstxt/response_status_count/200': 1, 'scheduler/dequeued': 3, 'scheduler/dequeued/memory': 3, 'scheduler/enqueued': 3, 'scheduler/enqueued/memory': 3, 'start_time': datetime.datetime(2023, 1, 23, 15, 3, 33, 804071)} 2023-01-23 15:03:35 [scrapy.core.engine] INFO: Spider closed (finished)