Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError when creating new Pavlovia project from Builder #4683

Closed
tpronk opened this issue Mar 10, 2022 · 1 comment
Closed

AttributeError when creating new Pavlovia project from Builder #4683

tpronk opened this issue Mar 10, 2022 · 1 comment
Assignees
Labels
💻 app/ui PsychoPy app changes (often wxPython issues) 🐞 bug Issue describes a bug (crash or error) or undefined behavior.

Comments

@tpronk
Copy link
Contributor

tpronk commented Mar 10, 2022

Hi!

I get an AttributeError when I do the following:

  • Running Windows 10, 64 bit, PsychoPy v2022.1.1.
  • 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

@bastosfh
Copy link

Hi @tpronk!

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'

I'm available to run some tests :)

Best,
Flavio

@TEParsons TEParsons added 💻 app/ui PsychoPy app changes (often wxPython issues) 🐞 bug Issue describes a bug (crash or error) or undefined behavior. labels Mar 14, 2022
@peircej peircej closed this as completed Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 app/ui PsychoPy app changes (often wxPython issues) 🐞 bug Issue describes a bug (crash or error) or undefined behavior.
Projects
None yet
Development

No branches or pull requests

4 participants