Kodi Community Forum
[RELEASE] SVT Play (Plugin) Video Addon - Sveriges Television (Swedish TV) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] SVT Play (Plugin) Video Addon - Sveriges Television (Swedish TV) (/showthread.php?tid=67110)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42


RE: [RELEASE] SVT Play (Plugin) Video Addon - Sveriges Television (Swedish TV) - linqcan - 2020-05-31

Maintainer here. The addon is matrix compatible already. It should be available in maxtrix when it is stable, at least that is what they have said.


RE: [RELEASE] SVT Play (Plugin) Video Addon - Sveriges Television (Swedish TV) - SirMacke - 2020-08-06

I always have to start a program, and then change the bitrate as the program starts with the lowest possible.
No settings for this, can it not be set to start with highest possible bitrate?


RE: [RELEASE] SVT Play (Plugin) Video Addon - Sveriges Television (Swedish TV) - Phil67ago - 2020-09-09

(2020-05-31, 22:05)linqcan Wrote: Maintainer here. The addon is matrix compatible already. It should be available in maxtrix when it is stable, at least that is what they have said.

Tested against latest LibreElec master build (Matrix Alfa 18.9.701) the result says incompatible.
Is 'master' at https://github.com/nilzen/xbmc-svtplay compatible?


RE: [RELEASE] SVT Play (Plugin) Video Addon - Sveriges Television (Swedish TV) - DiscoDuck - 2020-11-26

I have added the channel folder as a widget on my home screen and the channels are displayed, but during playback I don't get any program information - playback is working just fine.
When adding the plugin as a widget and accessing the channels thru the channels folder I can access the program information within the player.
Can something be changed so program information is available if accessing the channels thru a widget?


RE: [RELEASE] SVT Play (Plugin) Video Addon - Sveriges Television (Swedish TV) - ToddeSwe - 2022-04-04

Hi

Today my SVT Play stoped working. This is what i get:

2022-04-04 22:34:29.856 T:25960   ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'KeyError'>
                                                   Error Contents: 'data'
                                                   Traceback (most recent call last):
                                                     File "C:\Users\Username\AppData\Roaming\Kodi\addons\plugin.video.svtplay\default.py", line 12, in <module>
                                                       svt_play.run(PLUGIN_PARAMS)
                                                     File "C:\Users\Username\AppData\Roaming\Kodi\addons\plugin.video.svtplay\resources\lib\svtplay.py", line 74, in run
                                                       self.navigate(arg_mode, arg_id, arg_params)
                                                     File "C:\Users\Username\AppData\Roaming\Kodi\addons\plugin.video.svtplay\resources\lib\svtplay.py", line 112, in navigate
                                                       self.view_channels()
                                                     File "C:\Users\Username\AppData\Roaming\Kodi\addons\plugin.video.svtplay\resources\lib\svtplay.py", line 179, in view_channels
                                                       channels = self.graphql.getChannels()
                                                     File "C:\Users\Username\AppData\Roaming\Kodi\addons\plugin.video.svtplay\resources\lib\api\graphql.py", line 215, in getChannels
                                                       json_data = self.__get(operation_name, query_hash)
                                                     File "C:\Users\Username\AppData\Roaming\Kodi\addons\plugin.video.svtplay\resources\lib\api\graphql.py", line 362, in __get
                                                       return json_data["data"]
                                                   KeyError: 'data'
                                                   -->End of Python script error report<--


Is someone reading here anymore or have this moved to someplace else?


RE: [RELEASE] SVT Play (Plugin) Video Addon - Sveriges Television (Swedish TV) - Jools772 - 2022-04-04

I get the same error. It started with only the last news item category having this error, bit now all items in the menu have this error.

Probably a change in part of SVT...

Well the error is that there is no dictionary called "data" returned from the call


RE: [RELEASE] SVT Play (Plugin) Video Addon - Sveriges Television (Swedish TV) - Captor - 2022-04-04

I have the same problem. Stopped working just now. Would be nice if SVTPlay worked again.


RE: [RELEASE] SVT Play (Plugin) Video Addon - Sveriges Television (Swedish TV) - Murgatroyd - 2022-04-07

There is a new working version at the authors Github:
Works perfect.

https://github.com/kodi-svtplay/xbmc-svtplay/releases/tag/v5.1.13


RE: [RELEASE] SVT Play (Plugin) Video Addon - Sveriges Television (Swedish TV) - Captor - 2022-04-07

Murgatroyd, thank you very much! You are a saver! Works perfect for me as well.


RE: [RELEASE] SVT Play (Plugin) Video Addon - Sveriges Television (Swedish TV) - MKornby - 2022-04-08

I tried to install this newest SVTPlay on 2 different Kodi 19.4 installations but got the error message:  The dependency on xbmc.python version 2.25.0 could not be satisfied
Machine 1: Updated Arch linux system
Machine 2: Raspberry 3+ with Debian Bullseye
I understand that Kodi19 only uses Python 3.x so there must be some code in the plugin that relies on Python 2
I hope it is easily fixable!


RE: [RELEASE] SVT Play (Plugin) Video Addon - Sveriges Television (Swedish TV) - linqcan - 2022-04-20

(2022-04-08, 10:42)MKornby Wrote: I tried to install this newest SVTPlay on 2 different Kodi 19.4 installations but got the error message:  The dependency on xbmc.python version 2.25.0 could not be satisfied
Machine 1: Updated Arch linux system
Machine 2: Raspberry 3+ with Debian Bullseye
I understand that Kodi19 only uses Python 3.x so there must be some code in the plugin that relies on Python 2
I hope it is easily fixable!

This should have solved itself now when 5.1.13 (and 5.1.14) has been pushed out by Kodi.

But for future reference: The builds on our Github are Kodi Krypton builds (Python 2) as that is our current baseline/mainline. They do not work on Matrix (v19.x) and higher. Versions for Matrix are automagically created when we push a new version to the Kodi plugin repo and cannot be found on our Github page. So the error message you got is expected and not an error or bug.


RE: [RELEASE] SVT Play (Plugin) Video Addon - Sveriges Television (Swedish TV) - johndoe85 - 2022-10-14

I want to add a request called favourites where i can add for example Svenska Nyheter to, and when entering that i want it to list the latest show at the top.


RE: [RELEASE] SVT Play (Plugin) Video Addon - Sveriges Television (Swedish TV) - tmpusr - 2022-11-03

This error is still an issue using Kodi 19.4 on latest osmc.
Can't play any videos in the "filmer" category:

Code:

ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'KeyError'>
Error Contents: 'data'
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.video.svtplay/default.py", line 12, in <module>
   svt_play.run(PLUGIN_PARAMS)
 File "/home/osmc/.kodi/addons/plugin.video.svtplay/resources/lib/svtplay.py", line 74, in run
   self.navigate(arg_mode, arg_id, arg_params)
 File "/home/osmc/.kodi/addons/plugin.video.svtplay/resources/lib/svtplay.py", line 103, in navigate
   self.start_video(id)
 File "/home/osmc/.kodi/addons/plugin.video.svtplay/resources/lib/svtplay.py", line 223, in start_video
   video_data = self.graphql.getVideoDataForLegacyId(legacy_id)
 File "/home/osmc/.kodi/addons/plugin.video.svtplay/resources/lib/api/graphql.py", line 199, in getVideoDataForLegacyId
   json_data = self.__get(operation_name, query_hash, variables=variables)
 File "/home/osmc/.kodi/addons/plugin.video.svtplay/resources/lib/api/graphql.py", line 359, in __get
   return json_data["data"]
   KeyError: 'data'
   -->End of Python script error report



RE: [RELEASE] SVT Play (Plugin) Video Addon - Sveriges Television (Swedish TV) - MatteN - 2022-11-03

Have you tried Retrospect addon?
https://forum.kodi.tv/showthread.php?tid=25522


RE: [RELEASE] SVT Play (Plugin) Video Addon - Sveriges Television (Swedish TV) - tmpusr - 2022-11-03

(2022-11-03, 16:12)MatteN Wrote: Have you tried Retrospect addon?
https://forum.kodi.tv/showthread.php?tid=25522

I just downloaded and tested: Retrospect plays the same videos just fine.