Advertisement
Guest User

Bummelant

a guest
Mar 4th, 2022
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.16 KB | None | 0 0
  1. 2022-03-04 17:30:14.511 T:7382 WARNING <general>: CPythonInvoker(12, /home/Sluggard/.kodi/addons/plugin.niv.animeportal/animeportal.py): the python script "/home/Sluggard/.kodi/addons/plugin.niv.animeportal/animeportal.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon7xbmcgui14DialogProgressE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon7xbmcgui6DialogE
  2. 2022-03-04 17:30:14.511 T:7382 INFO <general>: Python interpreter stopped
  3. 2022-03-04 17:30:15.698 T:7400 INFO <general>: initializing python engine.
  4. 2022-03-04 17:30:15.752 T:7400 WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
  5. 2022-03-04 17:30:15.875 T:7400 INFO <general>: CPythonInvoker(13, /home/Sluggard/.kodi/addons/plugin.niv.animeportal/animeportal.py): script successfully run
  6. 2022-03-04 17:30:15.973 T:7400 WARNING <general>: CPythonInvoker(13, /home/Sluggard/.kodi/addons/plugin.niv.animeportal/animeportal.py): the python script "/home/Sluggard/.kodi/addons/plugin.niv.animeportal/animeportal.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon7xbmcgui14DialogProgressE,N9XBMCAddon7xbmcgui6DialogE
  7. 2022-03-04 17:30:15.973 T:7400 INFO <general>: Python interpreter stopped
  8. 2022-03-04 17:30:18.960 T:7437 INFO <general>: initializing python engine.
  9. 2022-03-04 17:30:19.003 T:7437 WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
  10. 2022-03-04 17:30:19.094 T:7217 INFO <general>: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
  11. 2022-03-04 17:30:19.241 T:7437 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  12. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  13. Error Type: <class 'urllib.error.URLError'>
  14. Error Contents: <urlopen error [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1131)>
  15. Traceback (most recent call last):
  16. File "/usr/lib64/python3.8/urllib/request.py", line 1354, in do_open
  17. h.request(req.get_method(), req.selector, req.data, headers,
  18. File "/usr/lib64/python3.8/http/client.py", line 1256, in request
  19. self._send_request(method, url, body, headers, encode_chunked)
  20. File "/usr/lib64/python3.8/http/client.py", line 1302, in _send_request
  21. self.endheaders(body, encode_chunked=encode_chunked)
  22. File "/usr/lib64/python3.8/http/client.py", line 1251, in endheaders
  23. self._send_output(message_body, encode_chunked=encode_chunked)
  24. File "/usr/lib64/python3.8/http/client.py", line 1011, in _send_output
  25. self.send(msg)
  26. File "/usr/lib64/python3.8/http/client.py", line 951, in send
  27. self.connect()
  28. File "/usr/lib64/python3.8/http/client.py", line 1425, in connect
  29. self.sock = self._context.wrap_socket(self.sock,
  30. File "/usr/lib64/python3.8/ssl.py", line 500, in wrap_socket
  31. return self.sslsocket_class._create(
  32. File "/usr/lib64/python3.8/ssl.py", line 1040, in _create
  33. self.do_handshake()
  34. File "/usr/lib64/python3.8/ssl.py", line 1309, in do_handshake
  35. self._sslobj.do_handshake()
  36. ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1131)
  37.  
  38. During handling of the above exception, another exception occurred:
  39.  
  40. Traceback (most recent call last):
  41. File "/home/Sluggard/.kodi/addons/plugin.niv.animeportal/animeportal.py", line 121, in <module>
  42. animedia.execute()
  43. File "/home/Sluggard/.kodi/addons/plugin.niv.animeportal/resources/lib/animedia.py", line 346, in execute
  44. getattr(self, 'exec_{}'.format(self.params['mode']))()
  45. File "/home/Sluggard/.kodi/addons/plugin.niv.animeportal/resources/lib/animedia.py", line 469, in exec_common_part
  46. html = self.network.get_html(target_name=self.create_url())
  47. File "/home/Sluggard/.kodi/addons/plugin.niv.animeportal/resources/lib/network.py", line 49, in get_html
  48. url = self.url_opener.open(Request(url=target_name, data=post, headers=self.headers))
  49. File "/usr/lib64/python3.8/urllib/request.py", line 525, in open
  50. response = self._open(req, data)
  51. File "/usr/lib64/python3.8/urllib/request.py", line 542, in _open
  52. result = self._call_chain(self.handle_open, protocol, protocol +
  53. File "/usr/lib64/python3.8/urllib/request.py", line 502, in _call_chain
  54. result = func(*args)
  55. File "/usr/lib64/python3.8/urllib/request.py", line 1397, in https_open
  56. return self.do_open(http.client.HTTPSConnection, req,
  57. File "/usr/lib64/python3.8/urllib/request.py", line 1357, in do_open
  58. raise URLError(err)
  59. urllib.error.URLError: <urlopen error [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1131)>
  60. -->End of Python script error report<--
  61.  
  62. 2022-03-04 17:30:19.347 T:7437 WARNING <general>: CPythonInvoker(14, /home/Sluggard/.kodi/addons/plugin.niv.animeportal/animeportal.py): the python script "/home/Sluggard/.kodi/addons/plugin.niv.animeportal/animeportal.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon7xbmcgui14DialogProgressE,N9XBMCAddon7xbmcgui6DialogE
  63. 2022-03-04 17:30:19.347 T:7437 INFO <general>: Python interpreter stopped
  64. 2022-03-04 17:30:19.361 T:7435 ERROR <general>: GetDirectory - Error getting plugin://plugin.niv.animeportal/?mode=common_part&param=populyarnye-anime-nedeli&portal=animedia
  65. 2022-03-04 17:30:19.376 T:7217 ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.niv.animeportal/?mode=common_part&param=populyarnye-anime-nedeli&portal=animedia) failed
  66. 2022-03-04 17:30:19.492 T:7444 INFO <general>: initializing python engine.
  67. 2022-03-04 17:30:19.544 T:7444 WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
  68. 2022-03-04 17:30:19.678 T:7444 INFO <general>: CPythonInvoker(15, /home/Sluggard/.kodi/addons/plugin.niv.animeportal/animeportal.py): script successfully run
  69. 2022-03-04 17:30:19.787 T:7444 WARNING <general>: CPythonInvoker(15, /home/Sluggard/.kodi/addons/plugin.niv.animeportal/animeportal.py): the python script "/home/Sluggard/.kodi/addons/plugin.niv.animeportal/animeportal.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon7xbmcgui14DialogProgressE,N9XBMCAddon7xbmcgui6DialogE
  70. 2022-03-04 17:30:19.787 T:7444 INFO <general>: Python interpreter stopped
  71. 2022-03-04 17:32:34.358 T:7223 INFO <general>: CActiveAESink::OpenSink - initialize sink
  72. 2022-03-04 17:32:34.364 T:7223 INFO <general>: PulseAudio: Opened device Default in pcm mode with Buffersize 150 ms Periodsize 50 ms
  73.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement