Issue logging into Pavlovia from psychopy

Hi! I’m hoping someone could explain why I can’t log into my pavlovia account from psychopy.
After signing up to it from psychopy originally, i followed the instructions to confrim my email and was sent to the Pavlovia website where it told me my account was successfully completed. However, when I try to login after this on psychopy, or test my experiment online it tells me there is an ‘unhandled internal error’ and presents the following error report:

Traceback (most recent call last):
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\pavlovia_ui_base.py”, line 128, in checkForLoginURL
pavlovia.login(self.tokenInfo[‘token’])
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py”, line 111, in login
if currentSession.user is not None:
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py”, line 446, in user
self._user = User(self.gitlab.user.username)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py”, line 150, in init
assert ‘gitlabId’ in self.info, _translate(
AssertionError: Could not retrieve user info for user tdmjb, server returned:
{}

I’m new to psychopy and don’t have a handle on the progrmaming language yet so any help would be appreciated!