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

Streamz doesn't start anymore on kodi Libreelec #50

Closed keiem closed 1 year ago

keiem commented 1 year ago

Same bug as vtmgo addon -> https://github.com/add-ons/plugin.video.vtm.go/issues/342

error message is:

2023-01-02 20:29:58.579 T:704 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

keiem commented 1 year ago

@mediaminister

I tested your commits. I can login again but I only see the "my_list" and "search" items. When I chose "my_list" i get this error:

'2023-01-04 19:37:07.299 T:6555 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

2023-01-04 19:37:08.095 T:6555 INFO : Python interpreter stopped 2023-01-04 19:37:08.115 T:6558 INFO : Skipped 1 duplicate messages.. 2023-01-04 19:37:08.115 T:6558 ERROR : GetDirectory - Error getting plugin://plugin.video.streamz/catalog/mylist 2023-01-04 19:37:08.148 T:824 ERROR : CGUIMediaWindow::GetDirectory(plugin://plugin.video.streamz/catalog/mylist) failed'

Maybe it has something to do with removing my tokens? I had to put the given code in login.streamz.be/activate and it was succesfull.

mediaminister commented 1 year ago

I'm sorry, but I currently have no time to look further into this. I don't use Streamz myself so I guess someone with a Streamz subscription should take a look at this.

michaelarnauts commented 1 year ago

@mediaminister thanks for the start! I'll take a look further.

keiem commented 1 year ago

If you give me a hint how to find out the new file structure of STREAMZ, I can give it a try also. I checked your commits from the VTMGO addon, and everything looks rather the same between the STREAMZ and VTMGO addon.

keiem commented 1 year ago

@michaelarnauts

I can view the filelist now, but i get errors on everything we try to watch. Here is a example of the error:

2023-01-06 18:14:05.519 T:3683 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

michaelarnauts commented 1 year ago

You could try to download the auto-generated zip at https://github.com/add-ons/plugin.video.streamz/archive/refs/heads/api13.zip (can't create a real zip right now, I'm away my pc).

This is for my api13 branch. It should work, but might need some more work.

Sorry, shouldn't have closed this issue.

keiem commented 1 year ago

Indeed, this fixed it. I just downloaded the master branch. i didn't realize you made a separate branch for it.

matti008 commented 1 year ago

Had the same issue, but is indeed fixed with this new build.

michaelarnauts commented 1 year ago

Merged into master. I'll create a new release with this fix.