Skip to content
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

coroutine 'noop' was never awaited #5394

Closed
AmericanY opened this issue Jan 10, 2021 · 2 comments
Closed

coroutine 'noop' was never awaited #5394

AmericanY opened this issue Jan 10, 2021 · 2 comments
Labels
duplicate invalid This doesn't seem right

Comments

@AmericanY
Copy link

AmericanY commented Jan 10, 2021

I keep getting the following error:

C:\Users\AmericaN\Desktop\Lab\MyEnv\lib\site-packages\aiohttp\client.py:977: RuntimeWarning: 
coroutine 'noop' was never awaited
  self._resp.release()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
@Harmon758
Copy link
Member

Those are warnings, not errors.
What version of aiohttp are you using?
This should be fixed with #4322 and #4333 in v3.7.0 and newer.
See #4282.

@AmericanY
Copy link
Author

@Harmon758 yes, just removed 4.0.0a1 and installed 3.7.3. issue resolved. thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants