Kodi Community Forum

Full Version: SkyTG24 plugin raise an error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, is my first post here and I would like to fix a plugin that doesn't work.

I tried to use the plugin SkyTG24 but python raise the AttributeError exception because the xmb.PLAYER_CORE_MPLAYER is not available.

The code of the plugin is pretty simple and is in github: https://github.com/NeverWise/plugin.vide...default.py

The line:
Code:
xbmc.Player(xbmc.PLAYER_CORE_MPLAYER).play('rtmp://cp49989.live.edgefcs.net:1935/live/streamRM1@2564 live=true', li)
should be changed with a compatible line. I can do that, but where I can find the docs to update the plugin to the newest kodi version?

Thank you
I'm getting the same error here, who should fix this plugin?
Thanks
send the plugin author a fix via PR on github and ask him to update the plugin in our repo.
If he doesn't respond after a while, you could directly send the fix to us