-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error while opening streamz #61
Comments
Yeah i have error to please someone fix this |
@dagwieers @michaelarnauts @mediaminister it would be great if its fixed again |
If you update the API according the vtmgo addon, the error message is gone, but the catalog is empty. If you use the search function, you don't get any results either. Probably they changed the way the catalog works. |
Try this one. I based it on the fix from the vtm-go addon. I don't think everything works, but "my list" does work. |
I Installed your version today. |
It's a known problem. It's all the stuff from paramount. I already made a bug report for this some months ago. But this addon isn't supported anymore and I don't have the knowledge to fix this. |
sorry to ask, is the original issue e.g. |
Everything still works on my pc. Did you try the fixed addon linked above? |
fair enough, but what is the official addon status ... why is there no fix? |
No idea, according me, this plugin is dead... |
Hate to see this plugin as 'dead'. |
While opening streamz; I get this error: streamz fout contorleer het log voor meer informatie
Steps to reproduce the behavior:
Start the streamz addon
Logs
When I check the log, I get this error:
2024-06-30 21:06:13.805 T:790 error : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'requests.exceptions.HTTPError'>
Error Contents: 426 Client Error: Upgrade Required for url: https://lfvp-api.dpgmedia.net/STREAMZ/tokens/refresh
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.streamz/addon_entry.py", line 19, in
run(argv)
File "/storage/.kodi/addons/plugin.video.streamz/resources/lib/addon.py", line 140, in run
routing.run(params)
File "/storage/.kodi/addons/script.module.routing/lib/routing.py", line 130, in run
self._dispatch(self.path)
File "/storage/.kodi/addons/script.module.routing/lib/routing.py", line 141, in _dispatch
view_func(**kwargs)
File "/storage/.kodi/addons/plugin.video.streamz/resources/lib/addon.py", line 22, in index
tokens = auth.get_tokens()
^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.streamz/resources/lib/streamz/auth.py", line 150, in get_tokens
response = util.http_post('https://lfvp-api.dpgmedia.net/STREAMZ/tokens/refresh', data={
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.streamz/resources/lib/streamz/util.py", line 83, in http_post
return _request('POST', url=url, params=params, form=form, data=data, token=token, profile=profile, headers=headers)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.streamz/resources/lib/streamz/util.py", line 183, in _request
response.raise_for_status()
File "/storage/.kodi/addons/script.module.requests/lib/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 426 Client Error: Upgrade Required for url: https://lfvp-api.dpgmedia.net/STREAMZ/tokens/refresh
-->End of Python script error report<--
System
The text was updated successfully, but these errors were encountered: