jhoms
jhoms
Found a way to fix it. Not sure it is the best though. I made changes in plugin.py and player.py: ``` ~/.kodi/addons/script.plex/plugin.py play() #44 - plexObject = plexobjects.PlexObject.deSerialize(base64.urlsafe_b64decode(data)) + plexObject...
> > Found a way to fix it. Not sure it is the best though. I made changes in plugin.py and player.py: > > ``` > > ~/.kodi/addons/script.plex/plugin.py > >...
> Why did it break in the first place? My guess is that with Matrix upgrade some python libraries got upgraded to and they work different. > And why not...
> > Found a way to fix it. Not sure it is the best though. I made changes in plugin.py and player.py: > > ``` > > ~/.kodi/addons/script.plex/plugin.py > >...