-
Notifications
You must be signed in to change notification settings - Fork 24
No Film is playing: ERROR: Could not get secure URL for film xxxxxx #29
Comments
I have the same error here with Raspberry pi 3b, LibreElec 8.2.5 and Kodi 17.6 |
It seems part of the api has changed. the viewing url is not working anymore. Sadly I don-t have any way to rev eng the new url right now to try and help |
is there any way i could provide you with some info? |
Thank but no this requires more time and a more complex setup. We'd need to
analyze the traffic from the android app which the author based on to get a
working api as far as I can see. We could try to reverse the app, or to
intercept the traffic which could include doing MitM encryption. Anyhow
right now I don't have the tools and setup to do this. The author surely
does but they seem to be busy with other things or away. So mostly we'll
have to wait.
Lars Goldschlager
CTO, Director
DRG Cine Digital
+58-416-904-3546
…On Tue, Dec 11, 2018 at 4:49 AM fabsmusicjunkie ***@***.***> wrote:
is there any way i could provide you with some info?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAl5h2pJcFRE89QlSH6bgKxtTbL9-5sks5u33GzgaJpZM4Yv3aw>
.
|
Today I ran Android-x86 in qemu and installed the mubi app on it. I redirected the traffic to mitmproxy (https://mitmproxy.org/) and could intercept normal http and https traffic that way. |
I tried with a system cert, which didn't work either, so I assume the mubi app uses SSL pinning. While it's still possible to circumvent that, this means a lot of work for every API change. |
I'm getting the above error on my kodi.
The whole debug error:
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: 'url' Traceback (most recent call last): File "/home/kodi/.kodi/addons/plugin.video.mubi/addon.py", line 46, in <module> plugin.run() File "/home/kodi/.kodi/addons/script.module.kodiswift/lib/kodiswift/plugin.py", line 307, in run items = self._dispatch(self.request.path) File "/home/kodi/.kodi/addons/script.module.kodiswift/lib/kodiswift/plugin.py", line 326, in _dispatch resp = view_func(**items) File "/home/kodi/.kodi/addons/plugin.video.mubi/addon.py", line 30, in play_film mubi_resolved_info = mubi.get_play_url(identifier) File "/home/kodi/.kodi/addons/plugin.video.mubi/resources/lib/mubi.py", line 154, in get_play_url url = json.loads(r.text)["url"] KeyError: 'url' -->End of Python script error report<--
System: Raspberry Pi 3b, OS: Raspbian
The text was updated successfully, but these errors were encountered: