View Single Post
Posts: 39 | Thanked: 7 times | Joined on May 2007
#10
Originally Posted by trevarthan View Post
log into your tablet via SSH and run `kagu` from an xterm and paste the exception you see here. We'll go from there. Until then, I can't tell you why it's crashing.
same problem here:

Code:
Traceback (most recent call last):
  File "./kagu-scanner.py", line 890, in <module>
    if __name__ == '__main__': main()
  File "./kagu-scanner.py", line 888, in main
    Scanner(update_theme)
  File "./kagu-scanner.py", line 839, in __init__
    self.sp.get_album_covers(os.path.join(self.db_dir, 'album_cache.tga'),overwrite=self.overwrite)
  File "./kagu-scanner.py", line 486, in get_album_covers
    list = self.DB.get_album_paths()
  File "./kagu-scanner.py", line 232, in get_album_paths
    return self.c.fetchall()
sqlite3.OperationalError: Could not decode to UTF-8 column 'path' with text '/media/mmc1/music/Buena Vista Social Club/Buena Vista Social Club - 14 - La Bayamesa (Manuel "Puntill?ta" Licea).ogg'
Seems like there's some special character in the filename it fails upon.