(2013-05-16 17:08)brotbuexe Wrote: 17:05:28 T:6736 ERROR: Exception in thread Thread-10:
Traceback (most recent call last):
File "D:\XBMC\system\python\Lib\threading.py", line 532, in __bootstrap_inner
self.run()
File "D:\XBMC\portable_data\addons\service.watchdog\lib\watchdog\observers\api.py", line 191, in run
self.queue_events(self.timeout)
File "D:\XBMC\portable_data\addons\service.watchdog\core\polling.py", line 80, in queue_events
created, deleted, modified = self._snapshot.diff(new_snapshot)
File "D:\XBMC\portable_data\addons\service.watchdog\core\polling.py", line 66, in diff
if self._stat_info[path] != other._stat_info[path]:
KeyError: 'smb://192.168.1.51/vids_e/movies/test'
I set up a new system with mysql and smb urls. I have some issues so I tried to test the polling on the system by creating a directory "test".
Is this a real error or could I ignore it?
Yeah I just discovered several issues with that particular method. will fix.
(2013-05-18 11:08)Saidou Wrote: Whatever I do it won't launch automatically or manually.
When I try to open it in the programs menu it just opens the settings menu, where before it just launched.
It never did that. It has always launched automatically, and according to your log it does do that.
(2013-05-19 19:28)Martijn Wrote: Please look into reducing freezing at shutting down. Too many people are blaming XBMC for this. Cut down the time outs an sleeps that you might use.
How long is too long? Afaik, from all the logs posted here (which I think is about 2) the problem of crashing on exit has always been because xbmcvfs calls blocking until it times out so I'm not sure what I can do about that. A big modal telling people not to try to exit perhaps.
(2013-05-19 17:49)Kieron Wrote: I have the lastfm plugin installed, and Watchdog is constantly telling me lastfm:// doesn't exist. Is there no way to exclude certain sources?
I also have a source set up as / (root of my drive), in addition to /media/Movies. Is there no way to exclude the former? I have tried 'exclude from updates' to no avail.
How did you do that? You added the lastfm url as a music source? Unfortunately it's either getting the media source only automatically or make everyone type them in manually one by one. Why have you added / as a media source when you're not using it as a media source anyway?