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
I'm using Scrapy 2.6.2. Created a new project, run a spider, and there is
2022-08-02 23:50:26 [py.warnings] WARNING: [redacted]/python3.8/site-packages/scrapy/core/engine.py:279: ScrapyDeprecationWarning: Passing a 'spider' argument to ExecutionEngine.download is deprecated
return self.download(result, spider) if isinstance(result, Request) else result
message in logs. We also have the same warning in our testing suite, but I haven't realized it's not a test-only issue.
The text was updated successfully, but these errors were encountered:
I'm using Scrapy 2.6.2. Created a new project, run a spider, and there is
message in logs. We also have the same warning in our testing suite, but I haven't realized it's not a test-only issue.
The text was updated successfully, but these errors were encountered: