-
Notifications
You must be signed in to change notification settings - Fork 716
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
Warning thrown: Corutine was never waited #1891
Comments
I'm facing the same issue with my Django app when running My env: When I hit autocomplete, I get
When I hit enter with an empty prompt, I get
With tracemalloc enabled:
It is very difficult to use shell (especially when debugging something with pdb), so any help would be greatly appreciated. |
I am facing the same errors as @dmedvinsky. My env: |
It's not a solution, but you can filter the warning by running
|
Sorry if this is not the place to ask but i'm getting a warning on prompt-toolkit but being thrown using ipdb.
I'm trying to use ipdb inside a flask application and im getting the following warning on every command or after pressing the autocomplete key:
I have
Python 3.10.11
withprompt_toolkit==3.0.47
installed andipdb==0.13.13
Any ideas how to get rid of this warning?
The text was updated successfully, but these errors were encountered: