-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi! Thanks for your effort!
I'trying to see VVVVID from Germany with OSMC, and I have a working VPN (Rai plugin works, for example).
Regrettably I can't even access the list of anime, movies and shows.
This is an example of log output:
12:25:42 988.862671 T:1958031920 ERROR: GetDirectory - Error getting plugin://plugin.video.vvvvid/anime/channels
12:25:42 988.864990 T:1958031920 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.vvvvid/anime/channels) failed
12:25:42 988.874695 T:1548739616 NOTICE: Thread BackgroundLoader start, auto delete: false
12:25:47 993.650146 T:1604318240 ERROR: Unable to find plugin
12:25:47 993.650513 T:1958031920 ERROR: GetDirectory - Error getting plugin://
12:25:47 993.651550 T:1958031920 ERROR: CGUIMediaWindow::GetDirectory(plugin://) failed
12:25:47 993.673462 T:1548739616 NOTICE: Thread BackgroundLoader start, auto delete: false
12:28:32 1158.722656 T:1512895520 NOTICE: Previous line repeats 3 times.
12:28:32 1158.723022 T:1512895520 NOTICE: Thread JobWorker start, auto delete: true
12:28:34 1160.564453 T:1604318240 NOTICE: Thread BackgroundLoader start, auto delete: false
12:28:44 1170.601318 T:1760650272 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
12:28:45 1172.042969 T:1604318240 WARNING: Previous line repeats 1 times.
12:28:45 1172.043213 T:1604318240 NOTICE: Thread BackgroundLoader start, auto delete: false
12:28:47 1173.497559 T:1760650272 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
12:28:48 1174.621948 T:1604318240 NOTICE: Thread BackgroundLoader start, auto delete: false
12:28:59 1185.680420 T:1604318240 NOTICE: Previous line repeats 1 times.
12:28:59 1185.680664 T:1604318240 NOTICE: Thread LanguageInvoker start, auto delete: false
12:28:59 1186.096924 T:1604318240 NOTICE: -->Python Interpreter Initialized<--
12:29:01 1188.089478 T:1604318240 NOTICE: pycrypt not available using slow decryption
12:29:02 1188.421875 T:1604318240 NOTICE: [xbmcswift2] Request for "/anime/channels" matches rule for function "showAnimeChannels"
12:29:02 1189.107666 T:1604318240 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 403: Forbidden
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.video.vvvvid/default.py", line 439, in
plugin.run()
File "/home/osmc/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 332, in run
items = self._dispatch(self.request.path)
File "/home/osmc/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 306, in _dispatch
listitems = view_func(*_items)
File "/home/osmc/.kodi/addons/plugin.video.vvvvid/default.py", line 302, in showAnimeChannels
channels = get_section_channels(MODE_ANIME)
File "/home/osmc/.kodi/addons/plugin.video.vvvvid/requester.py", line 64, in get_section_channels
response = getJsonDataFromUrl(channelUrl)
File "/home/osmc/.kodi/addons/plugin.video.vvvvid/requester.py", line 163, in getJsonDataFromUrl
page = urllib2.urlopen(req);response=page.read();page.close()
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 437, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 475, in error
return self._call_chain(_args)
File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 558, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 403: Forbidden
-->End of Python script error report<--
12:29:03 1189.314331 T:1958031920 ERROR: GetDirectory - Error getting plugin://plugin.video.vvvvid/anime/channels
12:29:03 1189.316528 T:1958031920 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.vvvvid/anime/channels) failed