Pavlovia login and PsychoPy sync both fail with 403 Forbidden

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_in is 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?

Are you trying SSO or Username/Password to sign in? If SSO, which one are you using?

Hey, thanks for your reply, I’m trying to log in through username/password.

It’s working now. It seems like may account had temporarily been blocked. Although I don’t know why. Thank you anyways…