soynatan / django-easy-audit

Yet another Django audit log app, hopefully the simplest one.
GNU General Public License v3.0
739 stars 182 forks source link

500 error with django-channels #137

Open nikolas-dev opened 4 years ago

nikolas-dev commented 4 years ago

Adding django-easy-audit creates error 500 without any logs in console

jheld commented 4 years ago

Hi! If you add a logger for easyaudit then it should show more.

That said there is an open issue (or out of date/closed PR) for a django channels issue. We know there's an issue with request signals (we don't check for presence of scope in the handler).

Supporting both wsgi and asgi is likely not all that hard, but we need to make sure that we don't break wsgi while supporting asgi.

jheld commented 4 years ago

Would you mind testing PR #147 ?

jheld commented 4 years ago

1.3.0a5 is available for testing.