Skip to content

error while opening streamz #61

Description

@keiem

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

  • Addon version:1.1.4
  • Kodi version:20.3
  • Inputstream adaptive version:latest
  • Operating System (Windows / Mac OS / Android / LibreElec / OSMC / ...):LibreElec
  • Special Hardware (RPI / Vero4K+ / ...):pineH64

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions