Skip to content

Scrapy warns about itself #5588

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kmike opened this issue Aug 2, 2022 · 0 comments · Fixed by #5589
Closed

Scrapy warns about itself #5588

kmike opened this issue Aug 2, 2022 · 0 comments · Fixed by #5589

Comments

@kmike
Copy link
Member

kmike commented Aug 2, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant