-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Server Error on Interface disconnect #2642
Comments
We tried different users on different OS and browsers with several devices. |
This is the Stack Trace for the error
I am neither a python nor a django expert but from what googling reveals is that django.contrib.auth.models.AnonymousUser is a user which is not logged in, which in the case above is not the case. A line below in the error it even states the logged in user. @jeremystretch is there anything more we can do to increase debugging ? |
Our requirement for accepting a bug report is that it must be reproducible on a clean installation of the latest release. Please see if you can reproduce this behavior on a clean installation of v2.4.8. |
After updating to v2.4.8 I encountered still the same issue after the first try. |
Closing due to inactivity. Please request to re-open if this issue is found to be reproducible on a recent stable release. |
Environment
Steps to Reproduce
Sometimes it is working but in 9 of 10 cases we get those errors for up to 10 minutes and then the same disconnect operation is working fine.
Expected Behavior
The operation should not produce a internal server error.
Observed Behavior
Server Error
There was a problem with your request. Please contact an administrator.
The complete exception is provided below:
<class 'ValueError'>
Cannot assign "<django.contrib.auth.models.AnonymousUser object at 0x7f91c9aaae48>": "ObjectChange.user" must be a "User" instance.
Looks very familiar to issue 2621
The text was updated successfully, but these errors were encountered: