|
Edited by Dima at 2016-5-13 14:40
I was able to reproduce this issue.
Settings -> add add-ons to homepage. Then directly after it I went to home screen, pulled the plug and when it rebooted, it was gone. Also after shutdown and then pulling the plug.
Interesting issue... Never noticed it, though quite significant.
I do see a few possible causes. For example
- 08:26:35 T:3035710016 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
Copy code
BTW: noticed another interesting error when shutting down:
- 08:26:59 T:2931815328 NOTICE: Skin Helper Service --> Shutdown requested !
- 08:26:59 T:2931815328 NOTICE: Skin Helper Service --> BackgroundsUpdater - stop called
- 08:27:01 T:2931815328 NOTICE: Skin Helper Service --> ListItemMonitor - stop called
- 08:27:02 T:2931815328 NOTICE: Skin Helper Service --> WebService - stop called
- 08:27:04 T:2854048672 ERROR: CPythonInvoker(0, /storage/.kodi/addons/script.skin.helper.service/service.py): script didn't stop in 5 seconds - let's kill it
- 08:27:04 T:2583688096 ERROR: Traceback (most recent call last):
- 08:27:04 T:2583688096 ERROR: File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
- 08:27:04 T:2583688096 ERROR: File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
- 08:27:04 T:2583688096 ERROR: File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
- 08:27:04 T:2583688096 ERROR: File "/storage/.kodi/addons/script.skin.helper.service/resources/lib/WebService.py", line 64, in __init__
- 08:27:04 T:2583688096 ERROR: SimpleHTTPServer.SimpleHTTPRequestHandler.__init__(self, request, client_address, server)
- 08:27:04 T:2583688096 ERROR: File "/usr/lib/python2.7/SocketServer.py", line 655, in __init__
- 08:27:04 T:2583688096 ERROR: File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
- 08:27:04 T:2583688096 ERROR: File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
- 08:27:04 T:2583688096 ERROR: File "/storage/.kodi/addons/script.skin.helper.service/resources/lib/WebService.py", line 69, in do_QUIT
- 08:27:04 T:2583688096 ERROR: self.send_response(200)
- 08:27:04 T:2583688096 ERROR: File "/usr/lib/python2.7/BaseHTTPServer.py", line 395, in send_response
- 08:27:04 T:2583688096 ERROR: File "/usr/lib/python2.7/BaseHTTPServer.py", line 401, in send_header
- 08:27:04 T:2583688096 ERROR: File "/usr/lib/python2.7/socket.py", line 328, in write
- 08:27:04 T:2583688096 ERROR: File "/usr/lib/python2.7/socket.py", line 301, in flush
- 08:27:04 T:2583688096 ERROR: SystemExit
Copy code And actually a possible "bug in lircd":
- 08:29:25 T:3035710016 NOTICE: OnSleep: Stopping lirc
- 08:29:26 T:3035710016 ERROR: Keymapping error: no such action 'lirc.stop' defined
Copy code
Will investigate further a bit later with a clean image, though this is an interesting start.
|
|