Full log of ERROR: InputStream: Error opening, plugin
#1
i'm populating list with video items with custom url, that is resolved later to proper url and everything is working

code: https://gist.github.com/Sorien/10ddc9947ca7e5f5f59d

but i have full log of lines like

ERROR: InputStream: Error opening, plugin://my.plugin/?action=play&section=movies&id=0001

is there any reason why kodi is trying to open every url and how to prevent it?
Reply
#2
There might be something here:
http://forum.kodi.tv/showthread.php?tid=249697
Reply
#3
not sure why but

li.setProperty('mimetype', 'video/x-msvideo')

is solving that problem, thx
Reply
#4
(2015-12-17, 17:19)Sorien Wrote: not sure why but

li.setProperty('mimetype', 'video/x-msvideo')

is solving that problem, thx

thanks, I'll try out in my addons as well. I'm also suffering with same scenario.
Reply

Logout Mark Read Team Forum Stats Members Help
Full log of ERROR: InputStream: Error opening, plugin0