Advertisement
Guest User

Untitled

a guest
Oct 29th, 2022
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.98 KB | None | 0 0
  1. 2022-10-29 13:34:16.224 T:3796 INFO <general>: [Amazon VOD] Version: 0.9.5+matrix.1
  2. 2022-10-29 13:34:16.225 T:3796 INFO <general>: [Amazon VOD] Unicode filename support: False
  3. 2022-10-29 13:34:16.228 T:3796 INFO <general>: [Amazon VOD] Locale: en-us / Language: es
  4. 2022-10-29 13:34:16.527 T:3796 INFO <general>: CPythonInvoker(13, /storage/.kodi/addons/plugin.video.amazon-test/default.py): script successfully run
  5. 2022-10-29 13:34:18.309 T:3796 INFO <general>: initializing python engine.
  6. 2022-10-29 13:34:18.426 T:3796 INFO <general>: CPythonInvoker(13, /storage/.kodi/addons/plugin.video.amazon-test/default.py): script successfully run
  7. 2022-10-29 13:34:19.865 T:3796 INFO <general>: initializing python engine.
  8. 2022-10-29 13:34:20.006 T:3796 INFO <general>: CPythonInvoker(13, /storage/.kodi/addons/plugin.video.amazon-test/default.py): script successfully run
  9. 2022-10-29 13:34:20.971 T:3796 INFO <general>: initializing python engine.
  10. 2022-10-29 13:34:20.979 T:3796 INFO <general>: CPythonInvoker(13, /storage/.kodi/addons/plugin.video.amazon-test/default.py): script successfully run
  11. 2022-10-29 13:34:22.507 T:3796 INFO <general>: initializing python engine.
  12. 2022-10-29 13:34:22.584 T:3796 INFO <general>: CPythonInvoker(13, /storage/.kodi/addons/plugin.video.amazon-test/default.py): script successfully run
  13. 2022-10-29 13:34:25.239 T:3796 INFO <general>: initializing python engine.
  14. 2022-10-29 13:34:25.268 T:3796 INFO <general>: [Amazon VOD] Refresh params: ({'lazyLoadURL': '/mystuff/watchlist/tv/ref=atv_mys_wl_tv?page=1&sort=DATE_ADDED_DESC', 'title': 'TV Shows'}, ['root', 'Watchlist', 'watchlist', 'TV'], True)
  15. 2022-10-29 13:34:27.237 T:3796 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  16. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  17. Error Type: <class 'KeyError'>
  18. Error Contents: 'children'
  19. Traceback (most recent call last):
  20. File "/storage/.kodi/addons/plugin.video.amazon-test/default.py", line 5, in <module>
  21. EntryPoint()
  22. File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/startup.py", line 62, in EntryPoint
  23. g.pv.Route(verb, path)
  24. File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 280, in Route
  25. elif 'refresh' == verb: g.pv.Refresh(path)
  26. File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 794, in Refresh
  27. self._LazyLoad(r[0], r[1], r[2])
  28. File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 1435, in _LazyLoad
  29. bUpdatedVideoData |= AddSeason(breadcrumb[-1], o, bCacheRefresh, iu)
  30. File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 936, in AddSeason
  31. bUpdatedVideoData |= ParseSinglePage(oid, season, bCacheRefresh, url=url)
  32. File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 1117, in ParseSinglePage
  33. if gti in self._videodata and e not in self._videodata[gti]['children']:
  34. KeyError: 'children'
  35. -->End of Python script error report<--
  36.  
  37. 2022-10-29 13:34:28.867 T:3796 INFO <general>: Python interpreter stopped
  38. 2022-10-29 13:34:28.971 T:3810 INFO <general>: Skipped 5 duplicate messages..
  39. 2022-10-29 13:34:28.971 T:3810 INFO <general>: initializing python engine.
  40. 2022-10-29 13:34:32.056 T:3810 INFO <general>: CPythonInvoker(14, /storage/.kodi/addons/plugin.video.amazon-test/default.py): script successfully run
  41. 2022-10-29 13:34:36.837 T:3810 INFO <general>: initializing python engine.
  42. 2022-10-29 13:34:37.001 T:3810 INFO <general>: CPythonInvoker(14, /storage/.kodi/addons/plugin.video.amazon-test/default.py): script successfully run
  43. 2022-10-29 13:34:39.488 T:3810 INFO <general>: initializing python engine.
  44. 2022-10-29 13:34:39.512 T:3810 INFO <general>: [Amazon VOD] Refresh params: ({'lazyLoadURL': '/mystuff/watchlist/tv/ref=atv_mys_wl_tv?page=1&sort=DATE_ADDED_DESC', 'title': 'TV Shows'}, ['root', 'Watchlist', 'watchlist', 'TV'], True)
  45. 2022-10-29 13:34:41.495 T:3810 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  46. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  47. Error Type: <class 'KeyError'>
  48. Error Contents: 'children'
  49. Traceback (most recent call last):
  50. File "/storage/.kodi/addons/plugin.video.amazon-test/default.py", line 5, in <module>
  51. EntryPoint()
  52. File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/startup.py", line 62, in EntryPoint
  53. g.pv.Route(verb, path)
  54. File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 280, in Route
  55. elif 'refresh' == verb: g.pv.Refresh(path)
  56. File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 794, in Refresh
  57. self._LazyLoad(r[0], r[1], r[2])
  58. File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 1435, in _LazyLoad
  59. bUpdatedVideoData |= AddSeason(breadcrumb[-1], o, bCacheRefresh, iu)
  60. File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 936, in AddSeason
  61. bUpdatedVideoData |= ParseSinglePage(oid, season, bCacheRefresh, url=url)
  62. File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 1117, in ParseSinglePage
  63. if gti in self._videodata and e not in self._videodata[gti]['children']:
  64. KeyError: 'children'
  65. -->End of Python script error report<--
  66.  
  67. 2022-10-29 13:34:42.878 T:3816 INFO <general>: initializing python engine.
  68. 2022-10-29 13:34:43.316 T:3810 INFO <general>: Python interpreter stopped
  69. 2022-10-29 13:34:48.208 T:3816 INFO <general>: Skipped 2 duplicate messages..
  70. 2022-10-29 13:34:48.208 T:3816 INFO <general>: CPythonInvoker(15, /storage/.kodi/addons/plugin.video.amazon-test/default.py): script successfully run
  71. 2022-10-29 13:34:50.226 T:3816 INFO <general>: initializing python engine.
  72. 2022-10-29 13:34:50.349 T:3816 INFO <general>: CPythonInvoker(15, /storage/.kodi/addons/plugin.video.amazon-test/default.py): script successfully run
  73. 2022-10-29 13:34:54.155 T:3816 INFO <general>: initializing python engine.
  74. 2022-10-29 13:34:54.180 T:3816 INFO <general>: [Amazon VOD] Refresh params: ({'lazyLoadURL': '/mystuff/watchlist/tv/ref=atv_mys_wl_tv?page=1&sort=DATE_ADDED_DESC', 'title': 'TV Shows'}, ['root', 'Watchlist', 'watchlist', 'TV'], True)
  75. 2022-10-29 13:34:55.842 T:3816 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  76. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  77. Error Type: <class 'KeyError'>
  78. Error Contents: 'children'
  79. Traceback (most recent call last):
  80. File "/storage/.kodi/addons/plugin.video.amazon-test/default.py", line 5, in <module>
  81. EntryPoint()
  82. File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/startup.py", line 62, in EntryPoint
  83. g.pv.Route(verb, path)
  84. File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 280, in Route
  85. elif 'refresh' == verb: g.pv.Refresh(path)
  86. File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 794, in Refresh
  87. self._LazyLoad(r[0], r[1], r[2])
  88. File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 1435, in _LazyLoad
  89. bUpdatedVideoData |= AddSeason(breadcrumb[-1], o, bCacheRefresh, iu)
  90. File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 936, in AddSeason
  91. bUpdatedVideoData |= ParseSinglePage(oid, season, bCacheRefresh, url=url)
  92. File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/web_api.py", line 1117, in ParseSinglePage
  93. if gti in self._videodata and e not in self._videodata[gti]['children']:
  94. KeyError: 'children'
  95. -->End of Python script error report<--
  96.  
  97. 2022-10-29 13:34:57.511 T:3816 INFO <general>: Python interpreter stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement