Hello,
I am currently unable to log in to Pavlovia properly, and I also cannot sync from PsychoPy.
Web login issue
-
https://pavlovia.org/loads normally -
https://gitlab.pavlovia.org/users/sign_inis reachable -
but clicking Login on Pavlovia redirects to
https://gitlab.pavlovia.org/oauth/authorize?... -
that request returns HTTP 403
This happens:
-
in private browsing mode
-
without extensions/ad blockers
-
on smartphone
-
via mobile hotspot
Relevant request ID: 01KR3CA6WX815ZC4DGS2BK0NFK
PsychoPy sync issue
When I try to sync from PsychoPy, I get:
gitlab.exceptions.GitlabHttpError: 403: 403 Forbidden
...
gitlab.exceptions.GitlabGetError: 403: 403 Forbidden
Traceback excerpt:
File ".../psychopy/projects/pavlovia.py", line 155, in login
File ".../psychopy/projects/pavlovia.py", line 469, in setToken
File ".../psychopy/projects/pavlovia.py", line 502, in startSession
File ".../gitlab/client.py", line 390, in auth
gitlab.exceptions.GitlabGetError: 403: 403 Forbidden
This suggests that the problem is not limited to the browser OAuth flow, but may also affect API authentication from PsychoPy.
Could someone please check whether this is a server-side account or authentication issue?