You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"/usr/local/lib/python3.5/dist-packages/easyaudit/signals/request_signals.py", line 40, in request_started_handler
user_id = session.get_decoded()['_auth_user_id']
KeyError: '_auth_user_id'
@vcostas I've made a PR from my fork that resolves this. I experienced this bug as well and resolved it that way. Your resolution is smarter, but I don' know if you made a PR
"/usr/local/lib/python3.5/dist-packages/easyaudit/signals/request_signals.py", line 40, in request_started_handler
user_id = session.get_decoded()['_auth_user_id']
KeyError: '_auth_user_id'
Please merge the code.
Fix in fork 'https://github.com/vcostas/django-easy-audit'
The text was updated successfully, but these errors were encountered: