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

Not able to see tracebacks on AsyncHttpConsumer #1254

Open
MarioRial22 opened this issue Mar 6, 2019 · 2 comments
Open

Not able to see tracebacks on AsyncHttpConsumer #1254

MarioRial22 opened this issue Mar 6, 2019 · 2 comments
Assignees

Comments

@MarioRial22
Copy link

MarioRial22 commented Mar 6, 2019

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:

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!

@carltongibson
Copy link
Member

Hi @MarioRial22. Any chance you could add a minimal reproduce case so that you/we can bisect the issue to a particular change? Thanks.

@MarioRial22
Copy link
Author

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

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

No branches or pull requests

2 participants