Error after updated service.skin.widgets
#1
UPDATE: Is already reported in the Skin Widgets thread. Ignore this!


I turned on my XBMC box today and noticed the service.skin.widgets script was being updated. Shortly after that message disappeared there was a popup about a script error in 'service,script.widgets'. The recommended/latest/random TVshows/Movies widgets remain empty after this error. A reboot didn't fix it either.

Relevant part of the logfile:

Code:
NOTICE: Thread CAlarmClock start, auto delete: false
    ERROR: XBPyThread::stop - script /storage/.xbmc/addons/service.skin.widgets/default.py didn't stop in 5 seconds - let's kill it
   NOTICE: Thread XBPyThread start, auto delete: false
   NOTICE: Service: 4194 actors took 8.225722074508667
WARNING: The python script "/storage/.xbmc/addons/service.skin.widgets/default.py" has left several classes in memory that we couldn't clean up. The classes include: Monitor,Window,Player
   NOTICE: Thread XBPyThread start, auto delete: false
   NOTICE: Artwork Downloader: ## Service - Run at startup: False
   NOTICE: Artwork Downloader: ## Service - Delayed startup:  minutes
   NOTICE: Artwork Downloader: ## Service - Run as service: False
   NOTICE: Artwork Downloader: ## Service - Time: :00
   NOTICE: -->Python Interpreter Initialized<--
   NOTICE: -->Python Interpreter Initialized<--
   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: ('plot',)
                                            Traceback (most recent call last):
                                              File "/storage/.xbmc/addons/service.skin.widgets/default.py", line 726, in <module>
                                                  Main()
                                              File "/storage/.xbmc/addons/service.skin.widgets/default.py", line 68, in __init__
                                                  self._fetch_info_recommended()
                                              File "/storage/.xbmc/addons/service.skin.widgets/default.py", line 109, in _fetch_info_recommended
                                                self._fetch_tvshows_recommended('RecommendedEpisode')
                                              File "/storage/.xbmc/addons/service.skin.widgets/default.py", line 251, in _fetch_tvshows_recommended
                                                plot = item['plot']
                                            KeyError: ('plot',)
                                            -->End of Python script error report<--

I am running AN 4.0.9 from the repository.[/code]
Anyone else has seen this after the latest update?
Reply
#2
Thanks, came here looking for this info, I updated manually and it's fine now
Image
Reply

Logout Mark Read Team Forum Stats Members Help
Error after updated service.skin.widgets0