Plex UI Error: An error occurred trying to play "DR1".
com.plexapp.system.log:
2018-08-29 12:54:11,515 (18a8) : DEBUG (networking:166) - Requesting 'http://www.dr.dk/mu-online/api/1.3/page/tv/live/dr1'
2018-08-29 12:54:11,575 (18a8) : CRITICAL (core:574) - Exception when calling function 'PlayMedia' (most recent call last):
[omitted]
I believe it has to do with the 1.3 api not longer being supported, 1.4 seems to be working. But i don't know how to update to the new api (i did try to upgrade the API_VERSION in ServiceCode.pys, no luck). So i did the following to get playback working:
In "%localappdata%\Local\Plex Media Server\Plug-ins\DR TV.bundle\Contents\Services\URL\drdk live\ServiceCode.pys" comment line 45 (gemius(json['NowNext']['Now']['ProgramCard']['Slug']))
Plex UI Error: An error occurred trying to play "DR1".
com.plexapp.system.log:
2018-08-29 12:54:11,515 (18a8) : DEBUG (networking:166) - Requesting 'http://www.dr.dk/mu-online/api/1.3/page/tv/live/dr1'
2018-08-29 12:54:11,575 (18a8) : CRITICAL (core:574) - Exception when calling function 'PlayMedia' (most recent call last):
[omitted]
I believe it has to do with the 1.3 api not longer being supported, 1.4 seems to be working. But i don't know how to update to the new api (i did try to upgrade the API_VERSION in ServiceCode.pys, no luck). So i did the following to get playback working:
In "%localappdata%\Local\Plex Media Server\Plug-ins\DR TV.bundle\Contents\Services\URL\drdk live\ServiceCode.pys" comment line 45 (gemius(json['NowNext']['Now']['ProgramCard']['Slug']))