You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgraded scrapy, The follow warning occurs on every request that uses crawl_once:
2022-10-28 15:54:21 [py.warnings] WARNING: /scrapyd/venv/lib/python3.9/site-packages/scrapy_crawl_once/middlewares.py:96: ScrapyDeprecationWarning: Call to deprecated function scrapy.utils.request.request_fingerprint().
If you are using this function in a Scrapy component, and you are OK with users of your component changing the fingerprinting algorithm through settings, use crawler.request_fingerprinter.fingerprint() instead in your Scrapy component (you can get the crawler object from the 'from_crawler' class method).
Otherwise, consider using the scrapy.utils.request.fingerprint() function instead.
The text was updated successfully, but these errors were encountered:
joeharrison714
changed the title
fingerprint error
fingerprint function deprecation warning
Oct 31, 2022
After upgraded scrapy, The follow warning occurs on every request that uses crawl_once:
The text was updated successfully, but these errors were encountered: