scrapy-splash icon indicating copy to clipboard operation
scrapy-splash copied to clipboard

scrapy_splash\middleware.py:498: ScrapyDeprecationWarning

Open missingns opened this issue 6 months ago • 1 comments

The following error occurred when running scrapy: scrapy_splash\middleware.py:498: ScrapyDeprecationWarning: Use of this protected method is deprecated. Consider using its corresponding public method get_slot_key() instead. return self.crawler.engine.downloader._get_slot_key(

missingns avatar Jun 07 '25 10:06 missingns

This will also break with Scrapy 2.14 when that's released.

wRAR avatar Nov 03 '25 16:11 wRAR