Skip to content
This repository was archived by the owner on Sep 10, 2020. It is now read-only.

HTTPError: HTTP Error 404: Not Found #17

Open
triffid opened this issue Feb 24, 2019 · 0 comments
Open

HTTPError: HTTP Error 404: Not Found #17

triffid opened this issue Feb 24, 2019 · 0 comments

Comments

@triffid
Copy link

triffid commented Feb 24, 2019

12:36:40.139 T:1566524272   DEBUG: Thread LanguageInvoker start, auto delete: false
12:36:40.140 T:1566524272    INFO: initializing python engine.
12:36:40.140 T:1566524272   DEBUG: CPythonInvoker(8, /storage/.kodi/addons/plugin.video.rrmj/default.py): start processing
12:36:40.226 T:1937248272   DEBUG: ------ Window Init (DialogBusy.xml) ------
12:36:40.424 T:1566524272   DEBUG: -->Python Interpreter Initialized<--
12:36:40.425 T:1566524272   DEBUG: CPythonInvoker(8, /storage/.kodi/addons/plugin.video.rrmj/default.py): the source file to load is "/storage/.kodi/addons/plugin.video.rrmj/default.py"
12:36:40.427 T:1566524272   DEBUG: CPythonInvoker(8, /storage/.kodi/addons/plugin.video.rrmj/default.py): setting the Python path to /storage/.kodi/addons/plugin.video.rrmj:/storage/.kodi/addons/script.module.xbmcswift2/lib:/usr/lib/python27.zip:/usr
/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
12:36:40.428 T:1566524272   DEBUG: CPythonInvoker(8, /storage/.kodi/addons/plugin.video.rrmj/default.py): entering source directory /storage/.kodi/addons/plugin.video.rrmj
12:36:40.429 T:1566524272   DEBUG: CPythonInvoker(8, /storage/.kodi/addons/plugin.video.rrmj/default.py): instantiating addon using automatically obtained id of "plugin.video.rrmj" dependent on version 0.0.0 of the xbmc.python api
12:36:42.009 T:1566524272   DEBUG: No module named ChineseKeyboard
12:36:42.026 T:1566524272   DEBUG: CAddonSettings[plugin.video.rrmj]: loading setting definitions
12:36:42.026 T:1566524272   DEBUG: CAddonSettings[plugin.video.rrmj]: trying to load setting definitions from old format...
12:36:42.031 T:1566524272   DEBUG: CAddonSettings[plugin.video.rrmj]: loading setting values
12:36:42.035 T:1566524272   DEBUG: CAddonSettings[plugin.video.rrmj]: loading setting definitions
12:36:42.036 T:1566524272   DEBUG: CAddonSettings[plugin.video.rrmj]: trying to load setting definitions from old format...
12:36:42.042 T:1566524272   DEBUG: CAddonSettings[plugin.video.rrmj]: loading setting values
12:36:42.046 T:1566524272 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
12:36:42.053 T:1566524272   DEBUG: [xbmcswift2] Loaded storage "season" from disk
12:36:42.057 T:1566524272   DEBUG: [xbmcswift2] Loaded storage "history" from disk
12:36:42.071 T:1566524272   DEBUG: [xbmcswift2] Adding url rule "/" named "index" pointing to function "index"
12:36:42.079 T:1566524272   DEBUG: [xbmcswift2] Adding url rule "/cat/" named "category" pointing to function "category"
12:36:42.097 T:1566524272   DEBUG: [xbmcswift2] Adding url rule "/hotword/" named "hotword" pointing to function "hotword"
12:36:42.119 T:1566524272   DEBUG: [xbmcswift2] Adding url rule "/input/" named "input_keyword" pointing to function "input_keyword"
12:36:42.143 T:1566524272   DEBUG: [xbmcswift2] Adding url rule "/search/page_<page>" named "search" pointing to function "search"
12:36:42.175 T:1566524272   DEBUG: [xbmcswift2] Adding url rule "/search/s_<sort>/o_<order>/m_<mark>/page_<page>" named "mark_list" pointing to function "search"
12:36:42.193 T:1566524272   DEBUG: [xbmcswift2] Adding url rule "/search/title_<title>/page_<page>" named "search_title" pointing to function "search"
12:36:42.210 T:1566524272   DEBUG: [xbmcswift2] Adding url rule "/search/cat_<cat>/page_<page>" named "cat_list" pointing to function "search"
12:36:42.226 T:1566524272   DEBUG: [xbmcswift2] Adding url rule "/album/<albumId>/" named "album" pointing to function "get_album"
12:36:42.247 T:1566524272   DEBUG: [xbmcswift2] Adding url rule "/detail/<seasonId>" named "detail" pointing to function "video_detail"
12:36:42.293 T:1566524272   DEBUG: [xbmcswift2] Adding url rule "/play/<seasonId>/<index>/<Esid>" named "play_season" pointing to function "play"
12:36:42.302 T:1566524272   DEBUG: [xbmcswift2] Adding url rule "/history/list" named "list_history" pointing to function "list_history"
12:36:42.311 T:1566524272   DEBUG: [xbmcswift2] Handling incoming request for /
12:36:42.314 T:1566524272  NOTICE: [xbmcswift2] Request for "/" matches rule for function "index"
12:36:42.320 T:1566524272 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
12:36:42.323 T:1566524272   DEBUG: {u'jsonrpc': u'2.0', u'id': 1, u'error': {u'message': u'Invalid params.', u'code': -32602}}
12:36:42.329 T:1566524272   DEBUG: Fetch URL :https://api.rr.tv/v3plus/video/indexInfo, with data: None
12:36:42.970 T:1566524272   ERROR: Traceback (most recent call last):
12:36:42.971 T:1566524272   ERROR:   File "/storage/.kodi/addons/plugin.video.rrmj/resources/lib/common.py", line 60, in GetHttpData
12:36:42.980 T:1566524272   ERROR:     response = urllib2.urlopen(req, timeout=3)
12:36:42.981 T:1566524272   ERROR:   File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
12:36:42.982 T:1566524272   ERROR:   File "/usr/lib/python2.7/urllib2.py", line 435, in open
12:36:42.983 T:1566524272   ERROR:   File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
12:36:42.990 T:1566524272   ERROR:   File "/usr/lib/python2.7/urllib2.py", line 473, in error
12:36:42.991 T:1566524272   ERROR:   File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
12:36:42.992 T:1566524272   ERROR:   File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
12:36:43.000 T:1566524272   ERROR: HTTPError: HTTP Error 404: Not Found
12:36:43.056 T:1566524272   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.KeyError'>
                                            Error Contents: 'code'
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.rrmj/default.py", line 12, in <module>
                                                plugin.run()
                                              File "/storage/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 332, in run
                                                items = self._dispatch(self.request.path)
                                              File "/storage/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 315, in _dispatch
                                                listitems = self.finish(listitems)
                                              File "/storage/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/xbmcmixin.py", line 493, in finish
                                                self.add_items(items)
                                              File "/storage/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/xbmcmixin.py", line 409, in add_items
                                                _items = [self._listitemify(item) for item in items]
                                              File "/storage/.kodi/addons/plugin.video.rrmj/resources/lib/path.py", line 77, in index
                                                if data["code"] != "0000":
                                            KeyError: 'code'
                                            -->End of Python script error report<--
12:36:43.057 T:1566524272   DEBUG: onExecutionDone(8, /storage/.kodi/addons/plugin.video.rrmj/default.py)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant