Just tried to install again and upgraded to 0.3.0 on Kodi matrix but the fault still exists
2020-05-18 20:36:37.306 T:3761 INFO : initializing python engine.
2020-05-18 20:36:39.705 T:3773 ERROR : Exception in thread PLAYER:MONITOR:
Traceback (most recent call last):
File “/usr/lib/python3.7/threading.py”, line 926, in _bootstrap_inner
File “/usr/lib/python3.7/threading.py”, line 870, in run
File “/storage/.kodi/addons/script.plex/lib/player.py”, line 1003, in _monitor
while not xbmc.abortRequested and not self._closed:
AttributeError: module ‘kodi_six.xbmc’ has no attribute ‘abortRequested’
2020-05-18 20:36:39.706 T:3773 ERROR :
2020-05-18 20:36:39.892 T:3761 INFO : script.plex: Cron started
2020-05-18 20:36:39.996 T:3774 ERROR : Exception in thread CRON:
Traceback (most recent call last):
File “/usr/lib/python3.7/threading.py”, line 926, in _bootstrap_inner
File “/storage/.kodi/addons/script.plex/lib/util.py”, line 439, in run
while self._wait():
File “/storage/.kodi/addons/script.plex/lib/util.py”, line 428, in _wait
if xbmc.abortRequested or self.stopped.isSet():
AttributeError: module ‘kodi_six.xbmc’ has no attribute ‘abortRequested’
2020-05-18 20:36:39.996 T:3774 ERROR :
2020-05-18 20:36:40.262 T:606 INFO : Loading skin file: /storage/.kodi/addons/script.plex/resources/skins/Main/1080i/script-plex-background.xml, load type: LOAD_ON_GUI_INIT
2020-05-18 20:36:40.269 T:3761 INFO : script.plex: [ STARTED: 0.3.0 -------------------------------------------------------------------- ]
2020-05-18 20:36:40.270 T:3761 INFO : script.plex: USER-AGENT: Plex-for-Kodi/0.3.0 Kodi/19.0-ALPHA1-Git:20a7034 CPython/3.7.6 Linux/5.4.40
2020-05-18 20:36:40.272 T:3761 ERROR : _________________________________________________________________________________
2020-05-18 20:36:40.272 T:3761 ERROR : script.plex: ERROR:
2020-05-18 20:36:40.272 T:3761 ERROR : Traceback (most recent call last):
2020-05-18 20:36:40.272 T:3761 ERROR : File “/storage/.kodi/addons/script.plex/lib/main.py”, line 78, in _main
2020-05-18 20:36:40.273 T:3761 ERROR : while not xbmc.abortRequested:
2020-05-18 20:36:40.273 T:3761 ERROR : AttributeError: module ‘kodi_six.xbmc’ has no attribute ‘abortRequested’
2020-05-18 20:36:40.273 T:3761 ERROR : _________________________________________________________________________________
2020-05-18 20:36:40.273 T:3761 ERROR : `
2020-05-18 20:36:40.273 T:3761 INFO : script.plex: Main: SHUTTING DOWN…
2020-05-18 20:36:40.280 T:3761 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<–
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class ‘AttributeError’>
Error Contents: ‘NoneType’ object has no attribute ‘selectedServer’
Traceback (most recent call last):
File “/storage/.kodi/addons/script.plex/lib/windows/kodigui.py”, line 105, in onInit
self.onFirstInit()
File “/storage/.kodi/addons/script.plex/lib/windows/background.py”, line 23, in onFirstInit
self.function()
File “/storage/.kodi/addons/script.plex/lib/main.py”, line 146, in _main
plexapp.util.APP.preShutdown()
File “/storage/.kodi/addons/script.plex/lib/_included_packages/plexnet/plexapp.py”, line 112, in preShutdown
if SERVERMANAGER.selectedServer:
AttributeError: ‘NoneType’ object has no attribute ‘selectedServer’
–>End of Python script error report<–
2020-05-18 20:36:48.834 T:3761 INFO : CPythonInvoker(20, /storage/.kodi/addons/script.plex/default.py): script successfully run
2020-05-18 20:36:49.023 T:3761 INFO : Main: script.plex: REALLY FINISHED
2020-05-18 20:36:49.473 T:3761 INFO : Python interpreter stopped