Advertisement
Guest User

yt-521-login-error

a guest
Sep 15th, 2016
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. 11:30:31 333269.187500 T:1528820720 NOTICE: [plugin.video.youtube] Running: YouTube (5.2.1) on Jarvis (16.1) with Python 2.7.9
  2. 11:31:03 333300.468750 T:1528820720 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  3. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  4. Error Type: <type 'exceptions.IndexError'>
  5. Error Contents: string index out of range
  6. Traceback (most recent call last):
  7. File "/home/osmc/.kodi/addons/plugin.video.youtube/default.py", line 7, in <module>
  8. runner.run(__provider__)
  9. File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/kodion/runner.py", line 32, in run
  10. __RUNNER__.run(provider, context)
  11. File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/kodion/impl/xbmc/xbmc_runner.py", line 23, in run
  12. results = provider.navigate(context)
  13. File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/kodion/abstract_provider.py", line 123, in navigate
  14. result = method(context, re_match)
  15. File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/kodion/abstract_provider.py", line 157, in _internal_root
  16. return self.on_root(context, re_match)
  17. File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/youtube/provider.py", line 500, in on_root
  18. yt_login.process(mode, self, context, re_match, False)
  19. File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/youtube/helper/yt_login.py", line 123, in process
  20. access_token = '%s|%s' % (access_tokens[0], access_token_kodi)
  21. IndexError: string index out of range
  22. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement