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
Accessing any page on the web frontend fails with a HTTP 500 error. See below for the server logs:
inginious-frontend-1 | Traceback (most recent call last):inginious-frontend-1 | File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 891, in finalize_requestinginious-frontend-1 | response = self.process_response(response)inginious-frontend-1 | File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 1270, in process_responseinginious-frontend-1 | self.session_interface.save_session(self, ctx.session, response)inginious-frontend-1 | File "/inginious/inginious/frontend/flask/mongo_sessions.py", line 143, in save_sessioninginious-frontend-1 | response.set_cookie(self.get_cookie_name(app), session_id,inginious-frontend-1 | File "/usr/local/lib/python3.9/site-packages/werkzeug/sansio/response.py", line 224, in set_cookieinginious-frontend-1 | dump_cookie(inginious-frontend-1 | File "/usr/local/lib/python3.9/site-packages/werkzeug/http.py", line 1303, in dump_cookieinginious-frontend-1 | if not _cookie_no_quote_re.fullmatch(value):inginious-frontend-1 | TypeError: cannot use a string pattern on a bytes-like objectinginious-frontend-1 | inginious-frontend-1 | 2023-10-10 18:44:04,470 - inginious.webapp.requests - INFO - 172.19.0.1:42332 - "- GET /signin" - 500 INTERNAL SERVER ERROR
The version of the packages should be fixed and manually updated from release to release.
As discussed in #967, the CI should test for compatibility with new packages versions.
The text was updated successfully, but these errors were encountered:
Describe the bug
Accessing any page on the web frontend fails with a HTTP 500 error. See below for the server logs:
INGInious installation details
To Reproduce
Steps to reproduce the behavior:
Additional context
See pallets-eco/flask-session#191.
The version of the packages should be fixed and manually updated from release to release.
As discussed in #967, the CI should test for compatibility with new packages versions.
The text was updated successfully, but these errors were encountered: