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
Got the Builder open, being logged in on Pavlovia as tpronk.
Click Pavlovia.org -> New
This is the full error message:
Traceback (most recent call last):
File "C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\pavlovia_ui\menu.py", line 127, in onNew
if pavlovia.getCurrentSession().user.username:
AttributeError: 'User' object has no attribute 'username'
Best, Thomas
The text was updated successfully, but these errors were encountered:
I'm having the exact same issue on Ubuntu 21.10 and PsychoPy v2022.1.1.
Traceback (most recent call last):
File "/home/flavio/.local/lib/python3.9/site-packages/psychopy/app/pavlovia_ui/menu.py", line 127, in onNew
if pavlovia.getCurrentSession().user.username:
AttributeError: 'User' object has no attribute 'username'
Hi!
I get an AttributeError when I do the following:
This is the full error message:
Best, Thomas
The text was updated successfully, but these errors were encountered: