add-ons / plugin.video.streamz

Kodi add-on to watch video-on-demand content from the Streamz service.
https://github.com/add-ons/plugin.video.streamz/wiki
GNU General Public License v3.0
19 stars 4 forks source link

Opening the app fails, probably related to the login proces #42

Closed ValentijnDemeyer closed 2 years ago

ValentijnDemeyer commented 2 years ago

Describe the bug The addon is no longer accessable when opening. A kodi popup is shown indicating an error and to check the log.

To Reproduce Steps to reproduce the behavior:

  1. install addon
  2. provide login details 3.try to open the addon

Logs https://1drv.ms/u/s!AkMu2QdhP46xkMcOc2ihq6C3bvEclA?e=cswffS

System

matti008 commented 2 years ago

Same error on RPI2 with LibreElec 9.2.8

sadrov commented 2 years ago

yep, same here unfortunately on RPI3 with LibreElec (not sure about the version) First noticed on November 9th.

andrasj commented 2 years ago

Same here, Getting HTTP 404-error: "Client Error: Not Found for url: https://lfvp-api.dpgmedia.net/authorize/idToken" (both on CoreElec with Kodi 18, and on windows with Kodi 19 )

sammyke007 commented 2 years ago

+1

hanskenb commented 2 years ago

+1

sadrov commented 2 years ago

Do you guys still have the same problem? It's still there in my setup. I'm logging in through a telenet login.

matti008 commented 2 years ago

Yes still the same problem, also using a telenet login

kdufourbe commented 2 years ago

Same issue here, using regular login.

kdufourbe commented 2 years ago

[plugin.video.streamz] [resources.lib.service] 404 Client Error: Not Found for url: https://lfvp-api.dpgmedia.net/streamz/catalog?pageSize=2000

It seems that things are changed at the end of Streamz that broke this plugin.

kdufourbe commented 2 years ago

Looks like the catalog entrypoint is removed and the list of items now is also fetched by the storefronts entrypoint instead. I didn't reverse engineer the old entrypoint, so not sure about how the old requests / responses looked like.

michaelarnauts commented 2 years ago

I assume the same new login flow can be used as I did with VTM Go. The catalog-endpoint has also been removed, and a few features depended on this, they also have to be removed for this to work again.

See https://github.com/add-ons/plugin.video.vtm.go/pull/311

andrasj commented 2 years ago

I remember also having issues with the vtmgo-addon at the time the streams-addon failed, with similiar errors in the log. But I also remember I disabled some catalog option to get rid of errors in the log, and I also modified the json-files with the authentication tokens (for the vtmgo addon). However, currently the vtmgo addon seems to work (v1.2.12 on leia), I failed to get streamz working by modifying tokens through json. I see you're working on a PR for the streamz-addon as well, I can test if it works once there's a zip available (I never tried to build/create a kodi-addon myself...)

michaelarnauts commented 2 years ago

@andrasj I've just released a new version for the vtm go addon with the changes that make it work again.

You can find a zip for streamz with a simular change here: https://github.com/add-ons/plugin.video.streamz/pull/43#issuecomment-997399122

Feel free to try it out, and let me know if it works or not :)

sadrov commented 2 years ago

@michaelarnauts Hey Michael, I can confirm that it now works again flawlessly! Thanks so much!