Advertisement
kartana

VOD Amazon

Feb 22nd, 2018
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. 10:32:51.897 T:1288110976 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3. Error Type: <type 'exceptions.TypeError'>
  4. Error Contents: string indices must be integers
  5. Traceback (most recent call last):
  6. File "/storage/.kodi/addons/plugin.video.amazon-test/default.py", line 3135, in <module>
  7. PlayVideo(args.get('name'), args.get('asin'), args.get('adult'), int(args.get('trailer', '0')), int(args.get('selbitrate', '0')))
  8. File "/storage/.kodi/addons/plugin.video.amazon-test/default.py", line 1588, in PlayVideo
  9. playable = IStreamPlayback(asin, name, trailer, isAdult, extern)
  10. File "/storage/.kodi/addons/plugin.video.amazon-test/default.py", line 1718, in IStreamPlayback
  11. opt='&titleDecorationScheme=primary-content', dRes=dRes, useCookie=cookie), retmpd=True)
  12. File "/storage/.kodi/addons/plugin.video.amazon-test/default.py", line 2097, in getUrldata
  13. return False, Error(data['error'])
  14. File "/storage/.kodi/addons/plugin.video.amazon-test/default.py", line 2108, in Error
  15. code = data['errorCode'].lower()
  16. TypeError: string indices must be integers
  17. -->End of Python script error report<--
  18. 10:32:52.196 T:1941905424 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.amazon-test/?asin=B07495F265&mode=PlayVideo&adult=0&name=The+Circle&trailer=0&selbitrate=0]
  19. 10:32:52.511 T:1791132544 ERROR: EXCEPTION: XBMC is not playing any file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement