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
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
Hi there
I have managed to install your App on Kodi / Raspberry Pi 3, I can login an browse all the movies and series. But when I try to play anything, it comes with a error and stops.
2019-06-06 19:39:37.072 T:140651043739392 ERROR: /home/domino/.kodi/addons/script.module.requests/lib/requests/init.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
2019-06-06 19:39:38.681 T:140652182485376 ERROR: Control 55 in window 10025 has been asked to focus, but it can't
2019-06-06 19:39:39.110 T:140650574075648 ERROR: /home/domino/.kodi/addons/script.module.requests/lib/requests/init.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
2019-06-06 19:39:43.118 T:140650565682944 ERROR: Previous line repeats 1 times.
2019-06-06 19:39:43.118 T:140650565682944 ERROR: GetDirectory - Error getting plugin://plugin.video.cmore/
2019-06-06 19:39:44.906 T:140652182485376 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.cmore/) failed
2019-06-06 19:39:50.412 T:140652182485376 ERROR: Control 55 in window 10025 has been asked to focus, but it can't
2019-06-06 19:39:50.835 T:140650574075648 ERROR: /home/domino/.kodi/addons/script.module.requests/lib/requests/init.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
2019-06-06 19:40:07.092 T:140650168141568 ERROR: GetDirectory - Error getting plugin://plugin.video.cmore/
2019-06-06 19:40:07.105 T:140652182485376 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.cmore/) failed
2019-06-06 19:40:11.809 T:140652182485376 ERROR: Control 55 in window 10025 has been asked to focus, but it can't
2019-06-06 19:40:12.234 T:140650574075648 ERROR: /home/domino/.kodi/addons/script.module.requests/lib/requests/init.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
2019-06-06 19:40:23.828 T:140651202225920 ERROR: Previous line repeats 3 times.
2019-06-06 19:40:23.828 T:140651202225920 ERROR: CCurlFile::Stat - Failed: SSL connect error(35) for https://imageproxy.b17g.services/?source=https://img-cdn-cmore.b17g.services/b7215ef6-261d-476a-9e73-b4a237d5d8ff/137.img
2019-06-06 19:40:23.831 T:140650733438720 ERROR: CCurlFile::Stat - Failed: SSL connect error(35) for https://imageproxy.b17g.services/?source=https://img-cdn-cmore.b17g.services/06e327a3-0a16-4733-a01b-86df3dad4a2d/1111.img
2019-06-06 19:40:23.884 T:140651052132096 ERROR: CCurlFile::Stat - Failed: SSL connect error(35) for https://imageproxy.b17g.services/?source=https://img-cdn.b17g.net/190bc328-6645-4321-9ceb-89fe406eb5d4/crop2x3.jpg
2019-06-06 19:40:23.885 T:140650548897536 ERROR: CCurlFile::Stat - Failed: SSL connect error(35) for https://imageproxy.b17g.services/?source=https://img-cdn-cmore.b17g.services/6e488fb0-09d6-4ac1-8976-d5d24442d2ca/137.img
2019-06-06 19:40:24.678 T:140650151016192 ERROR: /home/domino/.kodi/addons/script.module.requests/lib/requests/init.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
2019-06-06 19:40:24.802 T:140650151016192 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'requests.exceptions.ConnectionError'>
Error Contents: HTTPSConnectionPool(host='restapi.cmore.dk', port=443): Max retries exceeded with url: /api/tve_web/asset/11969220/play.json?protocol=VUDASH (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7febabd9aa90>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
Traceback (most recent call last):
File "/home/domino/.kodi/addons/plugin.video.cmore/default.py", line 5, in
addon.run()
File "/home/domino/.kodi/addons/plugin.video.cmore/addon.py", line 14, in run
router(sys.argv[2][1:]) # trim the leading '?' from the plugin call paramstring
File "/home/domino/.kodi/addons/plugin.video.cmore/addon.py", line 386, in router
helper.play_item(params['video_id'])
File "/home/domino/.kodi/addons/plugin.video.cmore/resources/lib/kodihelper.py", line 216, in play_item
stream = self.c.get_stream(video_id)
File "/home/domino/.kodi/addons/plugin.video.cmore/resources/lib/cmore.py", line 255, in get_stream
data_dict = self.make_request(url, 'get', params=params, headers=headers)['playback']
File "/home/domino/.kodi/addons/plugin.video.cmore/resources/lib/cmore.py", line 66, in make_request
req = self.http_session.get(url, params=params, headers=headers)
File "/home/domino/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 546, in get
return self.request('GET', url, **kwargs)
File "/home/domino/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
File "/home/domino/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 646, in send
r = adapter.send(request, **kwargs)
File "/home/domino/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 516, in send
raise ConnectionError(e, request=request)
ConnectionError: HTTPSConnectionPool(host='restapi.cmore.dk', port=443): Max retries exceeded with url: /api/tve_web/asset/11969220/play.json?protocol=VUDASH (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7febabd9aa90>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
-->End of Python script error report<--
2019-06-06 19:40:24.855 T:140652182485376 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.cmore/?action=play&video_id=11969220]
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there
I have managed to install your App on Kodi / Raspberry Pi 3, I can login an browse all the movies and series. But when I try to play anything, it comes with a error and stops.
2019-06-06 19:39:37.072 T:140651043739392 ERROR: /home/domino/.kodi/addons/script.module.requests/lib/requests/init.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
2019-06-06 19:39:38.681 T:140652182485376 ERROR: Control 55 in window 10025 has been asked to focus, but it can't
2019-06-06 19:39:39.110 T:140650574075648 ERROR: /home/domino/.kodi/addons/script.module.requests/lib/requests/init.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
2019-06-06 19:39:43.118 T:140650565682944 ERROR: Previous line repeats 1 times.
2019-06-06 19:39:43.118 T:140650565682944 ERROR: GetDirectory - Error getting plugin://plugin.video.cmore/
2019-06-06 19:39:44.906 T:140652182485376 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.cmore/) failed
2019-06-06 19:39:50.412 T:140652182485376 ERROR: Control 55 in window 10025 has been asked to focus, but it can't
2019-06-06 19:39:50.835 T:140650574075648 ERROR: /home/domino/.kodi/addons/script.module.requests/lib/requests/init.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
2019-06-06 19:40:07.092 T:140650168141568 ERROR: GetDirectory - Error getting plugin://plugin.video.cmore/
2019-06-06 19:40:07.105 T:140652182485376 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.cmore/) failed
2019-06-06 19:40:11.809 T:140652182485376 ERROR: Control 55 in window 10025 has been asked to focus, but it can't
2019-06-06 19:40:12.234 T:140650574075648 ERROR: /home/domino/.kodi/addons/script.module.requests/lib/requests/init.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
2019-06-06 19:40:23.828 T:140651202225920 ERROR: Previous line repeats 3 times.
2019-06-06 19:40:23.828 T:140651202225920 ERROR: CCurlFile::Stat - Failed: SSL connect error(35) for https://imageproxy.b17g.services/?source=https://img-cdn-cmore.b17g.services/b7215ef6-261d-476a-9e73-b4a237d5d8ff/137.img
2019-06-06 19:40:23.831 T:140650733438720 ERROR: CCurlFile::Stat - Failed: SSL connect error(35) for https://imageproxy.b17g.services/?source=https://img-cdn-cmore.b17g.services/06e327a3-0a16-4733-a01b-86df3dad4a2d/1111.img
2019-06-06 19:40:23.884 T:140651052132096 ERROR: CCurlFile::Stat - Failed: SSL connect error(35) for https://imageproxy.b17g.services/?source=https://img-cdn.b17g.net/190bc328-6645-4321-9ceb-89fe406eb5d4/crop2x3.jpg
2019-06-06 19:40:23.885 T:140650548897536 ERROR: CCurlFile::Stat - Failed: SSL connect error(35) for https://imageproxy.b17g.services/?source=https://img-cdn-cmore.b17g.services/6e488fb0-09d6-4ac1-8976-d5d24442d2ca/137.img
2019-06-06 19:40:24.678 T:140650151016192 ERROR: /home/domino/.kodi/addons/script.module.requests/lib/requests/init.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
2019-06-06 19:40:24.802 T:140650151016192 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'requests.exceptions.ConnectionError'>
Error Contents: HTTPSConnectionPool(host='restapi.cmore.dk', port=443): Max retries exceeded with url: /api/tve_web/asset/11969220/play.json?protocol=VUDASH (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7febabd9aa90>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
Traceback (most recent call last):
File "/home/domino/.kodi/addons/plugin.video.cmore/default.py", line 5, in
addon.run()
File "/home/domino/.kodi/addons/plugin.video.cmore/addon.py", line 14, in run
router(sys.argv[2][1:]) # trim the leading '?' from the plugin call paramstring
File "/home/domino/.kodi/addons/plugin.video.cmore/addon.py", line 386, in router
helper.play_item(params['video_id'])
File "/home/domino/.kodi/addons/plugin.video.cmore/resources/lib/kodihelper.py", line 216, in play_item
stream = self.c.get_stream(video_id)
File "/home/domino/.kodi/addons/plugin.video.cmore/resources/lib/cmore.py", line 255, in get_stream
data_dict = self.make_request(url, 'get', params=params, headers=headers)['playback']
File "/home/domino/.kodi/addons/plugin.video.cmore/resources/lib/cmore.py", line 66, in make_request
req = self.http_session.get(url, params=params, headers=headers)
File "/home/domino/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 546, in get
return self.request('GET', url, **kwargs)
File "/home/domino/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
File "/home/domino/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 646, in send
r = adapter.send(request, **kwargs)
File "/home/domino/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 516, in send
raise ConnectionError(e, request=request)
ConnectionError: HTTPSConnectionPool(host='restapi.cmore.dk', port=443): Max retries exceeded with url: /api/tve_web/asset/11969220/play.json?protocol=VUDASH (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7febabd9aa90>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
-->End of Python script error report<--
2019-06-06 19:40:24.855 T:140652182485376 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.cmore/?action=play&video_id=11969220]
The text was updated successfully, but these errors were encountered: