Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. 2020-01-28 16:16:53,525 [ DEBUG] JellyfinClient initializing...
  2. 2020-01-28 16:16:53,525 [ DEBUG] Configuration initializing...
  3. 2020-01-28 16:16:53,525 [ DEBUG] Begin http constructor.
  4. 2020-01-28 16:16:53,526 [ DEBUG] WSClient initializing...
  5. 2020-01-28 16:16:53,526 [ DEBUG] ConnectionManager initializing...
  6. 2020-01-28 16:16:53,526 [ DEBUG] Credentials initializing...
  7. 2020-01-28 16:16:53,527 [ DEBUG] Begin app constructor.
  8. 2020-01-28 16:16:53,527 [ INFO] tryConnect url: https://jellyfin.xxx.xxx/system/info/public
  9. 2020-01-28 16:16:53,532 [ DEBUG] Starting new HTTPS connection (1): jellyfin.xxx.xxx:443
  10. 2020-01-28 16:16:59,888 [ DEBUG] https://jellyfin.xxx.xxx:443 "GET /system/info/public HTTP/1.1" 200 None
  11. 2020-01-28 16:16:59,898 [ INFO] connectToAddress https://jellyfin.xxx.xxx succeeded
  12. 2020-01-28 16:16:59,898 [ INFO] begin connectToServer
  13. 2020-01-28 16:16:59,898 [ INFO] tryConnect url: https://jellyfin.xxx.xxx/system/info/public
  14. 2020-01-28 16:16:59,899 [ DEBUG] Starting new HTTPS connection (1): jellyfin.xxx.xxx:443
  15. 2020-01-28 16:17:00,274 [ DEBUG] https://jellyfin.xxx.xxx:443 "GET /system/info/public HTTP/1.1" 200 None
  16. 2020-01-28 16:17:00,277 [ INFO] calling onSuccessfulConnection with server xxx
  17. 2020-01-28 16:17:00,278 [ INFO] None
  18. 2020-01-28 16:17:00,278 [ WARNING] invalid credentials format
  19. 2020-01-28 16:17:00,278 [ DEBUG] credentials initialized with: {}
  20. 2020-01-28 16:17:00,278 [ DEBUG] credentialsupdated
  21. 2020-01-28 16:17:00,280 [ DEBUG] Starting new HTTPS connection (1): jellyfin.xxx.xxx:443
  22. 2020-01-28 16:17:11,547 [ DEBUG] Starting new HTTPS connection (1): jellyfin.xxx.xxx:443
  23. 2020-01-28 16:17:20,716 [ DEBUG] https://jellyfin.xxx.xxx:443 "GET /Users/AuthenticateByName HTTP/1.1" 500 None
  24. 500 Server Error: Internal Server Error for url: https://jellyfin.xxx.xxx/Users/AuthenticateByName
  25. 2020-01-28 16:17:20,720 [ ERROR] 500 Server Error: Internal Server Error for url: https://jellyfin.xxx.xxx/Users/AuthenticateByName
  26. --[ 500 response ] 500 Server Error: Internal Server Error for url: https://jellyfin.xxx.xxx/Users/AuthenticateByName
  27. 2020-01-28 16:17:20,721 [ ERROR] --[ 500 response ] 500 Server Error: Internal Server Error for url: https://jellyfin.xxx.xxx/Users/AuthenticateByName
  28. 2020-01-28 16:17:20,722 [ ERROR] Error while adding server.
  29. Traceback (most recent call last):
  30. File "/usr/lib/python3.8/site-packages/jellyfin_mpv_shim/gui_mgr.py", line 170, in run
  31. is_logged_in = clientManager.login(*param)
  32. File "/usr/lib/python3.8/site-packages/jellyfin_mpv_shim/clients.py", line 93, in login
  33. client.auth.login(server, username, password)
  34. File "/usr/lib/python3.8/site-packages/jellyfin_apiclient_python/connection_manager.py", line 116, in login
  35. self._on_authenticated(result, options)
  36. File "/usr/lib/python3.8/site-packages/jellyfin_apiclient_python/connection_manager.py", line 461, in _on_authenticated
  37. self.config.data['auth.user_id'] = result['User']['Id']
  38. TypeError: 'NoneType' object is not subscriptable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement