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
Describe the bug
I had issues with a recent fresh installation of INGInious v0.8.7., with historic submissions (read from db) not getting refrshed correctly.
Looks like the cause was a recent release of PyMongo 4.5.0 (23-Aug-23), that changed the way dictionaries are saved in gridfs objects.
I have downgraded pymongo to 4.4.1, and the problem disappeared.
Probably need to update setup.py accordingly
The text was updated successfully, but these errors were encountered:
RazNitzanCyber
changed the title
Add the context of the bug at the beginning of the title, if possible, e.g. [frontend/installer]
Problem with submission data from database
Aug 31, 2023
Describe the bug
I had issues with a recent fresh installation of INGInious v0.8.7., with historic submissions (read from db) not getting refrshed correctly.
Looks like the cause was a recent release of PyMongo 4.5.0 (23-Aug-23), that changed the way dictionaries are saved in gridfs objects.
I have downgraded pymongo to 4.4.1, and the problem disappeared.
Probably need to update setup.py accordingly
The text was updated successfully, but these errors were encountered: