-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
Description
Our Sentry is getting spammed by the same repeating error:
Stored anonymous user id <SimpleLazyObject: <User: insider>> for user None in course u'rrrssstttuuuvvvwwwxxxyyyzzz' doesn't match computed id u'aaabbbcccdddeeefffggghhhiii'
We had to silence it fast in order to avoid bursting our events quota on Sentry, so we commented out the piece of code that logs the error: see PR openfun/edx-platform#56.
However, eventhough these errors do not seem to affect our users, we should take the time to understand it and fix it at its root.