2023-01-23 12:46:28 [scrapy.utils.log] INFO: Scrapy 2.5.0 started (bot: modularspiders) 2023-01-23 12:46:28 [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 12:46:28 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.epollreactor.EPollReactor 2023-01-23 12:46:28 [scrapy.crawler] INFO: Overridden settings: {'BOT_NAME': 'modularspiders', 'LOG_FILE': 'logs/default/london/16b70db299ad11edab900242ac110018.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 12:46:28 [scrapy.extensions.telnet] INFO: Telnet Password: fe2b60c28f151cfd 2023-01-23 12:46:28 [scrapy.middleware] INFO: Enabled extensions: ['scrapy.extensions.corestats.CoreStats', 'scrapy.extensions.telnet.TelnetConsole', 'scrapy.extensions.memusage.MemoryUsage', 'scrapy.extensions.logstats.LogStats'] 2023-01-23 12:46:28 [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 12:46:28 [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 12:46:28 [scrapy.middleware] INFO: Enabled item pipelines: ['modularspiders.pipelines.MinimumViableItemPipeline', 'modularspiders.pipelines.RedisExporter', 'modularspiders.pipelines.BulkStoreUpdate'] 2023-01-23 12:46:28 [scrapy.core.engine] INFO: Spider opened 2023-01-23 12:46:28 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2023-01-23 12:46:28 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6037 2023-01-23 12:46:29 [scrapy.core.engine] DEBUG: Crawled (404) (referer: None) 2023-01-23 12:46:29 [protego] DEBUG: Rule at line 2 without any user agent to enforce it on. 2023-01-23 12:46:29 [protego] DEBUG: Rule at line 8 without any user agent to enforce it on. 2023-01-23 12:46:29 [protego] DEBUG: Rule at line 9 without any user agent to enforce it on. 2023-01-23 12:46:29 [protego] DEBUG: Rule at line 10 without any user agent to enforce it on. 2023-01-23 12:46:29 [scrapy.core.engine] DEBUG: Crawled (404) (referer: None) 2023-01-23 12:46:29 [scrapy.spidermiddlewares.httperror] INFO: Ignoring response <404 https://londonmodular.co.uk/sitemap.xml>: HTTP status code is not handled or not allowed 2023-01-23 12:46:29 [scrapy.core.engine] INFO: Closing spider (finished) 2023-01-23 12:46:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): wigglehunt.com:443 2023-01-23 12:46:29 [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 12:46:29 [urllib3.connectionpool] DEBUG: https://wigglehunt.com:443 "GET /api/v1/_ingest-complete?store_code=london&batch_id=5450 HTTP/1.1" 200 15 2023-01-23 12:46:29 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'downloader/request_bytes': 535, 'downloader/request_count': 2, 'downloader/request_method_count/GET': 2, 'downloader/response_bytes': 2030, 'downloader/response_count': 2, 'downloader/response_status_count/404': 2, 'elapsed_time_seconds': 0.92714, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2023, 1, 23, 12, 46, 29, 808262), 'httperror/response_ignored_count': 1, 'httperror/response_ignored_status_count/404': 1, 'log_count/DEBUG': 8, 'log_count/INFO': 11, 'log_count/WARNING': 1, 'memusage/max': 72081408, 'memusage/startup': 72081408, 'response_received_count': 2, 'robotstxt/request_count': 1, 'robotstxt/response_count': 1, 'robotstxt/response_status_count/404': 1, 'scheduler/dequeued': 1, 'scheduler/dequeued/memory': 1, 'scheduler/enqueued': 1, 'scheduler/enqueued/memory': 1, 'start_time': datetime.datetime(2023, 1, 23, 12, 46, 28, 881122)} 2023-01-23 12:46:29 [scrapy.core.engine] INFO: Spider closed (finished)