Hallo,
ich erhalte diesen Fehler beim Schritt "6. Kanäle auswählen":
2023-03-12 15:16:13.475 T:3112 WARNING <general>: RunScript called for a non-script addon 'service.takealug.epg-grabber'. This behaviour is deprecated.
2023-03-12 15:16:13.491 T:7366 INFO <general>: initializing python engine.
2023-03-12 15:16:19.974 T:7366 ERROR <general>: 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: 403 Client Error: Forbidden for url: https://legacy-dynamic.oesp.horizon.tv/oesp/v2/DE/deu/web/channels
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/service.takealug.epg-grabber/service.py", line 17, in <module>
from resources.providers import horizon
File "/home/osmc/.kodi/addons/service.takealug.epg-grabber/resources/providers/horizon.py", line 594, in <module>
select_channels('de')
File "/home/osmc/.kodi/addons/service.takealug.epg-grabber/resources/providers/horizon.py", line 195, in select_channels
get_channellist(grabber, hzndict, hzn_chlist_provider_tmp, hzn_chlist_provider)
File "/home/osmc/.kodi/addons/service.takealug.epg-grabber/resources/providers/horizon.py", line 136, in get_channellist
hzn_chlist_url.raise_for_status()
File "/home/osmc/.kodi/addons/script.module.requests/lib/requests/models.py", line 960, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://legacy-dynamic.oesp.horizon.tv/oesp/v2/DE/deu/web/channels
-->End of Python script error report<--
2023-03-12 15:16:20.150 T:7366 INFO <general>: Python interpreter stopped
Alles anzeigen
Ich kann den Fehler beliebig reproduzieren.