globotv fails on start addon.py line 49 no attribute items

Issue #181 new
Former user created an issue

When I run globotv it has issues finding

2021-05-21 08:44:22.676 T:3011417424 WARNING: CGUIWindowManager - HandleAction - ignoring action 107, because topmost modal dialog closing animation is running
2021-05-21 08:44:25.342 T:3011417424 WARNING: Previous line repeats 3 times.
2021-05-21 08:44:25.342 T:3011417424   ERROR: Control 55 in window 10025 has been asked to focus, but it can't
2021-05-21 08:44:25.844 T:2562716528  NOTICE: [xbmcswift2] Request for "/" matches rule for function "index"
2021-05-21 08:44:26.023 T:2562716528   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: 'list' object has no attribute 'items'
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.globotv/addon.py", line 169, in <module>
                                                plugin.run()
                                              File "/storage/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 342, in run
                                                items = self._dispatch(self.request.path)
                                              File "/storage/.kodi/addons/script.module.xbmcswift2/lib/xbmcswift2/plugin.py", line 316, in _dispatch
                                                listitems = view_func(**items)
                                              File "/storage/.kodi/addons/plugin.video.globotv/addon.py", line 49, in index
                                                } for slug, category in categories.items()]
                                            AttributeError: 'list' object has no attribute 'items'
                                            -->End of Python script error report<--
2021-05-21 08:44:26.084 T:2537538416   ERROR: GetDirectory - Error getting plugin://plugin.video.globotv/
2021-05-21 08:44:26.085 T:3011417424   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.globotv/) failed

Comments (0)

  1. Log in to comment