Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Films not playable for me #16

Open
mn113 opened this issue Jun 3, 2017 · 1 comment
Open

Films not playable for me #16

mn113 opened this issue Jun 3, 2017 · 1 comment

Comments

@mn113
Copy link

mn113 commented Jun 3, 2017

I have Kodi 17.1 on OpenElec 8. After authenticating, the plugin gets to the index page, but the films can't be played.

I logged these errors for a single play attempt:

19:18:53.272 T:1369432992 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
19:18:55.832 T:1369432992   ERROR: No handlers could be found for logger "mubi.Mubi"
19:18:55.841 T:1369432992  NOTICE: [xbmcswift2] Request for "/play/293" matches rule for function "play_film"
19:18:56.334 T:1369432992   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'NoneType' object has no attribute 'get'
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.mubi/addon.py", line 35, 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 306, in _dispatch
                                                listitems = view_func(**items)
                                              File "/storage/.kodi/addons/plugin.video.mubi/addon.py", line 30, in play_film
                                                mubi_url = mubi.get_play_url(identifier)
                                              File "/storage/.kodi/addons/plugin.video.mubi/resources/lib/mubi.py", line 138, in get_play_url
                                                video_data_url = video_data_elem.get("data-secure-url")
                                            AttributeError: 'NoneType' object has no attribute 'get'
                                            -->End of Python script error report<--
19:18:56.845 T:1947435024   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.mubi/play/293]

Any ideas?

@alexjbush
Copy link
Contributor

alexjbush commented Jul 6, 2017

See #18, it's working for me now

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

2 participants