2025-01-21 21:11:12 [scrapy.utils.log] (PID: 226) INFO: Scrapy 2.11.2 started (bot: catalog_extraction) 2025-01-21 21:11:12 [scrapy.utils.log] (PID: 226) INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.11 (main, Dec 4 2024, 20:38:25) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-6.4.10-dirty-x86_64-with-glibc2.36 2025-01-21 21:11:12 [twisted] (PID: 226) CRITICAL: Unhandled error in Deferred: 2025-01-21 21:11:12 [twisted] (PID: 226) CRITICAL: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2003, in _inlineCallbacks result = context.run(gen.send, result) File "/usr/local/lib/python3.11/site-packages/scrapy/crawler.py", line 155, in crawl self.spider = self._create_spider(*args, **kwargs) File "/usr/local/lib/python3.11/site-packages/scrapy/crawler.py", line 169, in _create_spider return self.spidercls.from_crawler(self, *args, **kwargs) File "/usr/local/lib/python3.11/site-packages/scraping_utils/mixins/deprecate_spider.py", line 10, in from_crawler raise NotImplementedError( NotImplementedError: This spider is deprecated and should not be used. If this spider is returning to production, remove this mixin from the spider and make sure to test the code to make sure it still applicable.