Advertisement
Guest User

Untitled

a guest
Apr 30th, 2020
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. pygame 1.9.6
  2. Hello from the pygame community. https://www.pygame.org/contribute.html
  3. Traceback (most recent call last):
  4. File "/home/bassam/.local/bin/psychopy", line 8, in <module>
  5. sys.exit(main())
  6. File "/home/bassam/.local/lib/python3.8/site-packages/psychopy/app/psychopyApp.py", line 100, in main
  7. start_app()
  8. File "/home/bassam/.local/lib/python3.8/site-packages/psychopy/app/psychopyApp.py", line 28, in start_app
  9. app = PsychoPyApp(0, showSplash=showSplash)
  10. File "/home/bassam/.local/lib/python3.8/site-packages/psychopy/app/_psychopyApp.py", line 209, in __init__
  11. self.onInit(testMode=testMode, **kwargs)
  12. File "/home/bassam/.local/lib/python3.8/site-packages/psychopy/app/_psychopyApp.py", line 347, in onInit
  13. self.showCoder(fileList=scripts)
  14. File "/home/bassam/.local/lib/python3.8/site-packages/psychopy/app/_psychopyApp.py", line 553, in showCoder
  15. self.coder = coder.CoderFrame(None, -1,
  16. File "/home/bassam/.local/lib/python3.8/site-packages/psychopy/app/coder/coder.py", line 1198, in __init__
  17. self.makeMenus()
  18. File "/home/bassam/.local/lib/python3.8/site-packages/psychopy/app/coder/coder.py", line 1682, in makeMenus
  19. self.pavloviaMenu = psychopy.app.pavlovia_ui.menu.PavloviaMenu(parent=self)
  20. File "/home/bassam/.local/lib/python3.8/site-packages/psychopy/app/pavlovia_ui/menu.py", line 48, in __init__
  21. self.setUser(PavloviaMenu.appData['pavloviaUser'])
  22. File "/home/bassam/.local/lib/python3.8/site-packages/psychopy/app/pavlovia_ui/menu.py", line 92, in setUser
  23. pavlovia.getCurrentSession().setToken(token)
  24. File "/home/bassam/.local/lib/python3.8/site-packages/psychopy/projects/pavlovia.py", line 407, in setToken
  25. self.startSession(token)
  26. File "/home/bassam/.local/lib/python3.8/site-packages/psychopy/projects/pavlovia.py", line 432, in startSession
  27. self.gitlab.auth()
  28. File "/home/bassam/.local/lib/python3.8/site-packages/gitlab/__init__.py", line 218, in auth
  29. self.user = self._objects.CurrentUserManager(self).get()
  30. File "/home/bassam/.local/lib/python3.8/site-packages/gitlab/exceptions.py", line 271, in wrapped_f
  31. return f(*args, **kwargs)
  32. File "/home/bassam/.local/lib/python3.8/site-packages/gitlab/mixins.py", line 69, in get
  33. server_data = self.gitlab.http_get(self.path, **kwargs)
  34. File "/home/bassam/.local/lib/python3.8/site-packages/gitlab/__init__.py", line 597, in http_get
  35. result = self.http_request(
  36. File "/home/bassam/.local/lib/python3.8/site-packages/gitlab/__init__.py", line 564, in http_request
  37. raise GitlabAuthenticationError(
  38. gitlab.exceptions.GitlabAuthenticationError: 401: 401 Unauthorized
  39. 1.3024 INFO Loaded SoundDevice with PortAudio V19.6.0-devel, revision 396fe4b6699ae929d3a685b3ef8a7e97396139a4
  40. 1.3025 INFO sound is using audioLib: sounddevice
  41. 1.3025 WARNING We strongly recommend you activate the PTB sound engine in PsychoPy prefs as the preferred audio engine. Its timing is vastly superior. Your prefs are currently set to use ['sounddevice', 'PTB', 'pyo', 'pygame'] (in that order).
  42. 1.3087 INFO Loaded monitor calibration from ['2020_04_15 01:28']
  43. 1.3287 DEBUG PavloviaLoggedIn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement