plexinc / plex-for-kodi

Offical Plex for Kodi add-on releases.
GNU General Public License v2.0
251 stars 124 forks source link

External Shared libraries are no longer displayed #363

Open whoo opened 3 years ago

whoo commented 3 years ago

Description:

External Shared libraries are no longer displayed on a basic installation. The libraries are displayed correctly with the web interface.

Details:

Logs

2021-11-08 07:12:31.828 T:2294849 ERROR :

_________________________________________________________________________________
2021-11-08 07:12:31.828 T:2294849   ERROR <general>: script.plex: ERROR: 
2021-11-08 07:12:31.828 T:2294849   ERROR <general>:     Traceback (most recent call last):
2021-11-08 07:12:31.828 T:2294849   ERROR <general>:       File "/home/domi/.kodi/addons/script.plex/lib/windows/home.py", line 458, in onAction
2021-11-08 07:12:31.828 T:2294849   ERROR <general>:         self.showServers(mouse=True)
2021-11-08 07:12:31.828 T:2294849   ERROR <general>:       File "/home/domi/.kodi/addons/script.plex/lib/windows/home.py", line 1116, in showServers
2021-11-08 07:12:31.828 T:2294849   ERROR <general>:         plexapp.refreshResources()
2021-11-08 07:12:31.828 T:2294849   ERROR <general>:       File "/home/domi/.kodi/addons/script.plex/lib/_included_packages/plexnet/plexapp.py", line 394, in refreshResources
2021-11-08 07:12:31.828 T:2294849   ERROR <general>:         gdm.DISCOVERY.discover()
2021-11-08 07:12:31.828 T:2294849   ERROR <general>:       File "/home/domi/.kodi/addons/script.plex/lib/_included_packages/plexnet/gdm.py", line 125, in discover
2021-11-08 07:12:31.828 T:2294849   ERROR <general>:         if not util.INTERFACE.getPreference("gdm_discovery", True) or self.isActive():
2021-11-08 07:12:31.828 T:2294849   ERROR <general>:       File "/home/domi/.kodi/addons/script.plex/lib/_included_packages/plexnet/gdm.py", line 29, in isActive
2021-11-08 07:12:31.828 T:2294849   ERROR <general>:         return util.INTERFACE.getPreference("gdm_discovery", True) and self.thread and self.thread.isAlive()
2021-11-08 07:12:31.828 T:2294849   ERROR <general>:     AttributeError: 'Thread' object has no attribute 'isAlive'
2021-11-08 07:12:31.828 T:2294849   ERROR <general>: _________________________________________________________________________________