twinther / script.tvguide

GNU General Public License v2.0
22 stars 30 forks source link

Error when selecting "Clear all reminders" #11

Closed bluezed closed 9 years ago

bluezed commented 10 years ago

When I'm in the settings and select "Clear all reminders" I get a "Script failed" error.

I'm using XBMC 13.2

Here's the xbmc log with it:

14:32:54 T:2379176768  NOTICE: Thread BackgroundLoader start, auto delete: false
14:32:54 T:2221890368  NOTICE: Thread JobWorker start, auto delete: true
14:45:19 T:2315250496  NOTICE: Previous line repeats 1 times.
14:45:19 T:2315250496  NOTICE: Thread LanguageInvoker start, auto delete: false
14:45:19 T:2315250496  NOTICE: -->Python Interpreter Initialized<--
14:45:19 T:2315250496   ERROR: EXCEPTION: No valid addon id could be obtained. None was passed and the script wasn't executed in a normal xbmc manner.
14:45:19 T:2315250496   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.RuntimeError'>
                                            Error Contents: No valid addon id could be obtained. None was passed and the script wasn't executed in a normal xbmc manner.
                                            Traceback (most recent call last):
                                              File "/home/tv/.xbmc/addons/script.tvguide/notification.py", line 24, in <module>
                                                import source as src
                                              File "/home/tv/.xbmc/addons/script.tvguide/source.py", line 27, in <module>
                                                import buggalo
                                              File "/home/tv/.xbmc/addons/script.module.buggalo/lib/buggalo.py", line 28, in <module>
                                                import buggalo_client as client
                                              File "/home/tv/.xbmc/addons/script.module.buggalo/lib/buggalo_client.py", line 33, in <module>
                                                import buggalo_userflow as userflow
                                              File "/home/tv/.xbmc/addons/script.module.buggalo/lib/buggalo_userflow.py", line 29, in <module>
                                                ADDON = xbmcaddon.Addon()
                                            RuntimeError: No valid addon id could be obtained. None was passed and the script wasn't executed in a normal xbmc manner.
                                            -->End of Python script error report<--
twinther commented 9 years ago

Thanks. This was a problem in script.module.buggalo and is fixed in the latest version.