-
-
Notifications
You must be signed in to change notification settings - Fork 12
Unable to access any content: either "GoPlay fout" or empty list #143
Comments
The add-on has been broken for a while now and I don't believe it will be fixed. Please keep this issue in status "OPEN" so we don't have to repeat this answer. ;-) |
Ha, yes, that works, thank you. Wouldn't it a good idea to mention that in the README and/or the wiki? |
Yes, that would be a good idea. |
Done. |
I'll do this. Thanks for picking up where I left @mediaminister |
Describe the bug
Whenever I want to access GoPlay content, I get either a message "GoPlay fout" "Controleer het log voor meer informatie", or an empty list. As a result, I'm unable to access or play any content.
When I try to request the catalogue, I get a message "GoPlay fout" "Controleer het log voor meer informatie". The same when I go to Kanalen -> select one of the channels (e.g. Play4) -> Tv-gids voor Play4 -> select a date. Other methods of trying to access programs result in an empty list.
I'm new to the Kodi GoPlay; I only installed it a few weeks ago, and I'm never been able to actually watch anything with it. I have delayed writing a bug report since I was hoping it was just a temporary problem. It has become clear now that the problem is not just a glitch though.
To Reproduce
There are different methods to reproduce. First via Kanalen / Tv-gids:
Or via Kanalen / Catalogus:
Or directly via Catalogus:
Or via A-Z:
Expected behavior
I expect to get a list of programs to watch.
Logs
https://paste.kodi.tv/ivazozewig.kodi
System
Additional context
I had a look at the log file and noticed a couple of things:
At some point there's this line:
2024-10-20 16:20:25.899 T:16292 debug : requested setting (credentials_hash) was not found.
That looks like it might indicate that I haven't entered my GoPlay credentials. I double-checked that I entered the correct credentials, but that didn't change anything.
Somewhat later there's this line; this one seems more important:
2024-10-20 16:20:26.060 T:16292 debug : [plugin.video.viervijfzes] [urllib3.connectionpool] https://www.goplay.be:443 "GET /api/content_tree HTTP/1.1" 404 None
It looks like we get a "Page not found". Indeed, if I try to open that URL (https://www.goplay.be:443/api/content_tree), either with curl (from a WSL shell) or from a browser (even when logged in into GoPlay), I get a 404 HTTP error too. It seems the problem is not isolated to Kodi. Indeed, it looks like the API that the Kodi GoPlay plugin is trying to use doesn't work. But then nobody would be able to use the plugin, and there would be much more bug reports. So it seems somehow something is different in my setup, but I have no idea what that could be. Is there anything else I can try to find out what exactly is going wrong?
The text was updated successfully, but these errors were encountered: