You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since about 2 or 3 weeks it does not wok any more at all.
with enabed debug logging I can see an http 404
is there anything I can do? I am running plugin.video.orftvthek-0.12.12.leia-1.zip
thanks so much.
best regards
Alois
2025-01-01 20:06:03.868 T:2769162432 DEBUG: Service API activated
2025-01-01 20:06:03.868 T:2769162432 DEBUG: ServiceAPI - Init done
2025-01-01 20:06:03.991 T:2769162432 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'urllib2.HTTPError'>
Error Contents: HTTP Error 404: Not Found
Traceback (most recent call last):
File "/home/pi/.kodi/addons/plugin.video.orftvthek/default.py", line 6, in <module>
Addon.run()
File "/home/pi/.kodi/addons/plugin.video.orftvthek/resources/lib/Addon.py", line 197, in run
scraper.getProgram(link, playlist)
File "/home/pi/.kodi/addons/plugin.video.orftvthek/resources/lib/ServiceApi.py", line 273, in getProgram
response = self.__makeRequest(self.serviceAPIProgram % programID)
File "/home/pi/.kodi/addons/plugin.video.orftvthek/resources/lib/ServiceApi.py", line 508, in __makeRequest
return url_get_request(self.__urlBase + url, self.httpauth)
File "/home/pi/.kodi/addons/plugin.video.orftvthek/resources/lib/Helpers.py", line 51, in url_get_request
return OpenRequest(request)
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 473, in error
return self._call_chain(*args)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found
-->End of Python script error report<--
2025-01-01 20:06:03.991 T:2769162432 DEBUG: onExecutionDone(13, /home/pi/.kodi/addons/plugin.video.orftvthek/default.py)
2025-01-01 20:06:04.009 T:2973494400 DEBUG: ------ Window Init (DialogNotification.xml) ------
The text was updated successfully, but these errors were encountered:
you will need to update your kodi install to at least kodi 20 in order to install the latest version (1.0.2). the addon your are running is still implementing the service api from the old orftvthek which has been shutdown
hi,
since about 2 or 3 weeks it does not wok any more at all.
with enabed debug logging I can see an http 404
is there anything I can do? I am running plugin.video.orftvthek-0.12.12.leia-1.zip
thanks so much.
best regards
Alois
The text was updated successfully, but these errors were encountered: