lordseoman / deluge-xbmc-plugin

Automatically exported from code.google.com/p/deluge-xbmc-plugin
0 stars 0 forks source link

The plugin is not working with XBMC 12. #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The plugin is not working with XBMC 12.

Original issue reported on code.google.com by post...@gmail.com on 11 Mar 2013 at 12:45

GoogleCodeExporter commented 9 years ago
The following is the error that we get (attached you'll find the whole log 
file):
13:29:20 T:140728621590272   ERROR: EXCEPTION Thrown (PythonToCppException) : 
-->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.TypeError'>
                                            Error Contents: 'NoneType' object has no attribute '__getitem__'
                                            Traceback (most recent call last):
                                              File "/home/maxadamo/.xbmc/addons/plugin.program.deluge/default.py", line 202, in <module>
                                                listFilters()
                                              File "/home/maxadamo/.xbmc/addons/plugin.program.deluge/default.py", line 152, in listFilters
                                                addStateFilters(webUI.getStateFilters(), None)
                                              File "/home/maxadamo/.xbmc/addons/plugin.program.deluge/resources/lib/DelugeWebUI.py", line 72, in getStateFilters
                                                return self.getFilters('state')
                                              File "/home/maxadamo/.xbmc/addons/plugin.program.deluge/resources/lib/DelugeWebUI.py", line 67, in getFilters
                                                for strFilter in jdata['result']['filters'][filterType]:
                                            TypeError: 'NoneType' object has no attribute '__getitem__'
                                            -->End of Python script error report<--

Original comment by maxad...@gmail.com on 18 Aug 2013 at 11:53

Attachments: