Posts: 802
Joined: May 2019
Reputation:
28
Yes, the popup is working properly, sometimes it is followed by the Kodi Playback Failed error box, if that makes a difference. It happens very intermittently though, not too often.
Posts: 1,942
Joined: Oct 2015
Reputation:
216
I spent some time reviewing this addon yesterday with regards to the popup errors saying an item can't be played. They are still coming from the source website where it doesn't provide any JSON data for the requested video. It responds properly for those which work. I can't find any key to proactively determine whether something will play or not.
If someone can post an example of one which plays from the website but fails in the addon, with a link to the working website video I will take another look and see if I can determine why. My screen scraping Python skills have gotten a little better.
I also will be updating the addon in the next couple of weeks to make it more Kodi 20 / 21 compatible and to get rid of the errors in the Kodi log which say:
"warning <general>: Setting most video properties through ListItem.setInfo() is deprecated and might be removed in future Kodi versions. Please use the respective setter in InfoTagVideo."
These are Kodi 20 /21 errors.
Thanks,
Jeff