Guest User

Untitled

a guest
Mar 4th, 2021
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.56 KB | None | 0 0
  1. <<Genre error>>
  2. 2021-03-04 08:36:53.127 T:5584 INFO <general>: CActiveAESink::OpenSink - initialize sink
  3. 2021-03-04 08:36:55.559 T:22844 INFO <general>: initializing python engine.
  4. 2021-03-04 08:36:55.807 T:22844 WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
  5. 2021-03-04 08:36:57.303 T:22844 ERROR <general>: Skipped 5 duplicate messages..
  6. 2021-03-04 08:36:57.303 T:22844 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  7. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  8. Error Type: <class 'TypeError'>
  9. Error Contents: a bytes-like object is required, not 'str'
  10. Traceback (most recent call last):
  11. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\default.py", line 18, in <module>
  12. main_entry_point()
  13. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\tracking.py", line 23, in wrapper
  14. value = func(*args, **kwargs)
  15. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\functions.py", line 106, in main_entry_point
  16. show_genre_list(params)
  17. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\menu_functions.py", line 325, in show_genre_list
  18. art = {"thumb": "http://localhost:24276/" + base64.b64encode(url)}
  19. File "C:\Program Files\Kodi\system\python\Lib\base64.py", line 58, in b64encode
  20. encoded = binascii.b2a_base64(s, newline=False)
  21. TypeError: a bytes-like object is required, not 'str'
  22. -->End of Python script error report<--
  23.  
  24. 2021-03-04 08:36:57.476 T:22844 INFO <general>: Python interpreter stopped
  25. 2021-03-04 08:36:57.496 T:10496 ERROR <general>: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.jellycon/?item_type=movie&mode=GENRES&parent_id=f137a2dd21bbc1b99aa5c0f6bf02a805
  26. 2021-03-04 08:36:57.502 T:13740 ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.jellycon/?item_type=movie&mode=GENRES&parent_id=f137a2dd21bbc1b99aa5c0f6bf02a805) failed
  27.  
  28. <<Pages Error>>
  29. 2021-03-04 08:38:34.290 T:5584 INFO <general>: CActiveAESink::OpenSink - initialize sink
  30. 2021-03-04 08:38:36.616 T:25516 INFO <general>: initializing python engine.
  31. 2021-03-04 08:38:36.857 T:25516 WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
  32. 2021-03-04 08:38:54.800 T:25516 ERROR <general>: Skipped 5 duplicate messages..
  33. 2021-03-04 08:38:54.800 T:25516 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  34. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  35. Error Type: <class 'TypeError'>
  36. Error Contents: a bytes-like object is required, not 'str'
  37. Traceback (most recent call last):
  38. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\default.py", line 18, in <module>
  39. main_entry_point()
  40. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\tracking.py", line 23, in wrapper
  41. value = func(*args, **kwargs)
  42. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\functions.py", line 108, in main_entry_point
  43. show_movie_pages(params)
  44. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\menu_functions.py", line 244, in show_movie_pages
  45. item_data["art"] = {"thumb": "http://localhost:24276/" + base64.b64encode(item_url)}
  46. File "C:\Program Files\Kodi\system\python\Lib\base64.py", line 58, in b64encode
  47. encoded = binascii.b2a_base64(s, newline=False)
  48. TypeError: a bytes-like object is required, not 'str'
  49. -->End of Python script error report<--
  50.  
  51. 2021-03-04 08:38:54.992 T:25516 INFO <general>: Python interpreter stopped
  52. 2021-03-04 08:38:54.998 T:22656 ERROR <general>: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.jellycon/?mode=MOVIE_PAGES&parent_id=f137a2dd21bbc1b99aa5c0f6bf02a805
  53. 2021-03-04 08:38:55.003 T:13740 ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.jellycon/?mode=MOVIE_PAGES&parent_id=f137a2dd21bbc1b99aa5c0f6bf02a805) failed
  54.  
  55. <<A-Z Error>>
  56. 2021-03-04 08:39:28.845 T:13392 INFO <general>: initializing python engine.
  57. 2021-03-04 08:39:29.098 T:13392 WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
  58. 2021-03-04 08:39:29.751 T:13392 ERROR <general>: Skipped 5 duplicate messages..
  59. 2021-03-04 08:39:29.751 T:13392 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  60. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  61. Error Type: <class 'TypeError'>
  62. Error Contents: a bytes-like object is required, not 'str'
  63. Traceback (most recent call last):
  64. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\default.py", line 18, in <module>
  65. main_entry_point()
  66. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\tracking.py", line 23, in wrapper
  67. value = func(*args, **kwargs)
  68. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\functions.py", line 102, in main_entry_point
  69. show_movie_alpha_list(params)
  70. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\menu_functions.py", line 393, in show_movie_alpha_list
  71. art = {"thumb": "http://localhost:24276/" + base64.b64encode(url)}
  72. File "C:\Program Files\Kodi\system\python\Lib\base64.py", line 58, in b64encode
  73. encoded = binascii.b2a_base64(s, newline=False)
  74. TypeError: a bytes-like object is required, not 'str'
  75. -->End of Python script error report<--
  76.  
  77. 2021-03-04 08:39:30.025 T:13392 INFO <general>: Python interpreter stopped
  78. 2021-03-04 08:39:30.036 T:20520 ERROR <general>: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.jellycon/?mode=MOVIE_ALPHA&parent_id=f137a2dd21bbc1b99aa5c0f6bf02a805
  79. 2021-03-04 08:39:30.037 T:13740 ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.jellycon/?mode=MOVIE_ALPHA&parent_id=f137a2dd21bbc1b99aa5c0f6bf02a805) failed
  80.  
  81. <<Years Error>>
  82. 2021-03-04 08:40:07.475 T:20928 INFO <general>: initializing python engine.
  83. 2021-03-04 08:40:07.718 T:20928 WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
  84. 2021-03-04 08:40:09.745 T:20928 ERROR <general>: Skipped 5 duplicate messages..
  85. 2021-03-04 08:40:09.745 T:20928 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  86. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  87. Error Type: <class 'TypeError'>
  88. Error Contents: a bytes-like object is required, not 'str'
  89. Traceback (most recent call last):
  90. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\default.py", line 18, in <module>
  91. main_entry_point()
  92. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\tracking.py", line 23, in wrapper
  93. value = func(*args, **kwargs)
  94. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\functions.py", line 144, in main_entry_point
  95. display_menu(params)
  96. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\menu_functions.py", line 501, in display_menu
  97. show_movie_years(params)
  98. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\menu_functions.py", line 163, in show_movie_years
  99. art = {"thumb": "http://localhost:24276/" + base64.b64encode(item_url)}
  100. File "C:\Program Files\Kodi\system\python\Lib\base64.py", line 58, in b64encode
  101. encoded = binascii.b2a_base64(s, newline=False)
  102. TypeError: a bytes-like object is required, not 'str'
  103. -->End of Python script error report<--
  104.  
  105. 2021-03-04 08:40:09.942 T:20928 INFO <general>: Python interpreter stopped
  106. 2021-03-04 08:40:09.943 T:23708 ERROR <general>: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.jellycon/?mode=SHOW_ADDON_MENU&parent_id=f137a2dd21bbc1b99aa5c0f6bf02a805&type=show_movie_years
  107. 2021-03-04 08:40:09.954 T:13740 ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.jellycon/?mode=SHOW_ADDON_MENU&parent_id=f137a2dd21bbc1b99aa5c0f6bf02a805&type=show_movie_years) failed
  108.  
  109. <<Decades Error>>
  110. 2021-03-04 08:40:34.883 T:6768 INFO <general>: initializing python engine.
  111. 2021-03-04 08:40:35.105 T:6768 WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
  112. 2021-03-04 08:40:37.037 T:6768 ERROR <general>: Skipped 5 duplicate messages..
  113. 2021-03-04 08:40:37.037 T:6768 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  114. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  115. Error Type: <class 'TypeError'>
  116. Error Contents: a bytes-like object is required, not 'str'
  117. Traceback (most recent call last):
  118. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\default.py", line 18, in <module>
  119. main_entry_point()
  120. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\tracking.py", line 23, in wrapper
  121. value = func(*args, **kwargs)
  122. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\functions.py", line 144, in main_entry_point
  123. display_menu(params)
  124. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\menu_functions.py", line 501, in display_menu
  125. show_movie_years(params)
  126. File "C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\menu_functions.py", line 163, in show_movie_years
  127. art = {"thumb": "http://localhost:24276/" + base64.b64encode(item_url)}
  128. File "C:\Program Files\Kodi\system\python\Lib\base64.py", line 58, in b64encode
  129. encoded = binascii.b2a_base64(s, newline=False)
  130. TypeError: a bytes-like object is required, not 'str'
  131. -->End of Python script error report<--
  132.  
  133. 2021-03-04 08:40:37.229 T:6768 INFO <general>: Python interpreter stopped
  134. 2021-03-04 08:40:37.231 T:16452 ERROR <general>: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.jellycon/?group=true&mode=SHOW_ADDON_MENU&parent_id=f137a2dd21bbc1b99aa5c0f6bf02a805&type=show_movie_years
  135. 2021-03-04 08:40:37.237 T:13740 ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.jellycon/?group=true&mode=SHOW_ADDON_MENU&parent_id=f137a2dd21bbc1b99aa5c0f6bf02a805&type=show_movie_years) failed
  136.  
  137. <<Tags Error>>
  138. 2021-03-04 08:41:12.640 T:20656 INFO <general>: initializing python engine.
  139. 2021-03-04 08:41:12.888 T:20656 WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
  140. 2021-03-04 08:41:14.072 T:20656 INFO <general>: Skipped 5 duplicate messages..
  141. 2021-03-04 08:41:14.072 T:20656 INFO <general>: JELLYFIN.resources.lib.downloadutils -> ERROR::resources\lib\downloadutils.py:707 HTTP response error for {jellyfin-server}/Tags?UserId=ffde220380c74bc897ae8046a19b98c6&SortBy=SortName&SortOrder=Ascending&CollapseBoxSetItems=False&GroupItemsIntoCollections=False&Recursive=True&IsMissing=False&EnableTotalRecordCount=False&EnableUserData=False&IncludeItemTypes=Movie&ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805&format=json: 404 b'Error processing request.'
  142. 2021-03-04 08:41:14.073 T:20656 INFO <general>: CPythonInvoker(68, C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\default.py): script successfully run
  143. 2021-03-04 08:41:14.258 T:20656 INFO <general>: Python interpreter stopped
  144. 2021-03-04 08:41:14.264 T:13276 ERROR <general>: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.jellycon/?mode=SHOW_ADDON_MENU&parent_id=f137a2dd21bbc1b99aa5c0f6bf02a805&type=show_movie_tags
  145. 2021-03-04 08:41:14.271 T:13740 ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.jellycon/?mode=SHOW_ADDON_MENU&parent_id=f137a2dd21bbc1b99aa5c0f6bf02a805&type=show_movie_tags) failed
Add Comment
Please, Sign In to add comment