Skip to content
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

http 404 on any item entry #150

Open
AloisKlingler opened this issue Jan 1, 2025 · 1 comment
Open

http 404 on any item entry #150

AloisKlingler opened this issue Jan 1, 2025 · 1 comment

Comments

@AloisKlingler
Copy link

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

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) ------

@s0faking
Copy link
Owner

s0faking commented Jan 7, 2025

hi,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants