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 installing and configuring testmaster, when you run scrapy crawl spider
You will get a ScrapyDeprecationWarning: Module scrapy.utils.reqser is deprecated, please use request.to_dict and/or scrapy.utils.request.request_from_dict instead from scrapy.utils.reqser import request_from_dict, _get_method
The text was updated successfully, but these errors were encountered:
scrapy_testmaster util.py uses
request_from_dict, which is deprecated.
After installing and configuring testmaster, when you run
scrapy crawl spider
You will get a
ScrapyDeprecationWarning: Module scrapy.utils.reqser is deprecated, please use request.to_dict and/or scrapy.utils.request.request_from_dict instead from scrapy.utils.reqser import request_from_dict, _get_method
The text was updated successfully, but these errors were encountered: