Release WatchedList - service to automatically save/restore watched state
(2019-06-22, 08:32)schapplm Wrote:
(2019-06-05, 17:39)Tobby Wrote: Hi. Every time I run WatchedList on one of my TVs I get this error "WatchedList Error: Doing a database backup (Invalid argument)" and it doesn't create a new backup zip. Is this a known issue? Couldn't find anything in the thread about it.
The first one is only the displayed message in Kodi. In the log, you have
 
Code:
2019-06-05 17:27:41.642 T:9706 ERROR: service.watchedlist: database_backup: Error creating database backup /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/service.watchedlist/dbcopy/20190605_172741-watchedlist.db.zip: (22) Invalid argument
In the code for creating the zip file, this error is raised either as ValueError (e.g. "timestamps before 1980") or IOError (e.g. "permission denied"). Can you please check, if you have write permission on the Android device and if you have files with time stamp before 1980?

The only permission Kodi lists on my TV is Storage, which it has access too.
Reply


Messages In This Thread
RE: WatchedList - service to automatically save/restore watched state - by Tobby - 2019-06-23, 20:00
Logout Mark Read Team Forum Stats Members Help
WatchedList - service to automatically save/restore watched state3