We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I'm not able to see tracebacks of exceptions produced in AsyncHttpConsumer. I've tried both runserver and daphne.
AsyncHttpConsumer
Downgrading to channels 2.1.5 fixes the issue, so I guess it is a bug introduced on channels 2.1.6
This is my pip freeze output:
asgiref==2.3.2 async-timeout==2.0.1 attrs==18.2.0 autobahn==19.1.1 Automat==0.7.0 channels==2.1.6 constantly==15.1.0 daphne==2.2.4 Django==2.1.5 gunicorn==19.9.0 hyperlink==18.0.0 idna==2.8 incremental==17.5.0 pkg-resources==0.0.0 PyHamcrest==1.9.0 pytz==2018.9 six==1.12.0 Twisted==18.9.0 txaio==18.8.1 zope.interface==4.6.0
Thank you!
The text was updated successfully, but these errors were encountered:
Hi @MarioRial22. Any chance you could add a minimal reproduce case so that you/we can bisect the issue to a particular change? Thanks.
Sorry, something went wrong.
Sure, Actually I found the cause of the issue, I'll make a PR fix shortly. It is related with this issue as well: #1249
AsyncHttpConsumer improvements, don't disconnect when handle is done,…
f69c918
… don't hide stacktraces... (django#1254)
carltongibson
No branches or pull requests
Hello,
I'm not able to see tracebacks of exceptions produced in
AsyncHttpConsumer
.I've tried both runserver and daphne.
Downgrading to channels 2.1.5 fixes the issue, so I guess it is a bug introduced on channels 2.1.6
This is my pip freeze output:
Thank you!
The text was updated successfully, but these errors were encountered: