Comment 7 for bug 315247

Revision history for this message
Junnior Sesshou (sesshu) wrote :

When I try to convert to UTF-8 with Kate this warning appears:

No kernel support for execution fencing, disabling texture tiling
Entertainer backend starting...
Exception in thread IndexerThread:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
    self.run()
  File "/home/junnior/Desktop/entertainer/entertainerlib/backend/components/mediacache/indexer_thread.py", line 65, in run
    cache.addDirectory(element)
  File "/home/junnior/Desktop/entertainer/entertainerlib/backend/components/mediacache/music_cache.py", line 126, in addDirectory
    self.addFile(os.path.join(root, name))
  File "/home/junnior/Desktop/entertainer/entertainerlib/backend/components/mediacache/music_cache.py", line 63, in addFile
    if (not self.isFileInCache(filename) and
  File "/home/junnior/Desktop/entertainer/entertainerlib/backend/components/mediacache/music_cache.py", line 191, in isFileInCache
    WHERE filename=:fn""", {"fn":filename} )
ProgrammingError: You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings.

Traceback (most recent call last):
  File "./entertainer", line 13, in <module>
    main()
  File "/home/junnior/Desktop/entertainer/entertainerlib/frontend/__init__.py", line 34, in main
    frontend_client = FrontendClient()
  File "/home/junnior/Desktop/entertainer/entertainerlib/frontend/frontend_client.py", line 43, in __init__
    self.quit_frontend)
  File "/home/junnior/Desktop/entertainer/entertainerlib/frontend/gui/user_interface.py", line 106, in __init__
    self.volume_indicator = VolumeIndicator()
  File "/home/junnior/Desktop/entertainer/entertainerlib/frontend/gui/widgets/volume_indicator.py", line 20, in __init__
    filled = clutter.Texture(theme.getImage("volume_filled"))
  File "/home/junnior/Desktop/entertainer/entertainerlib/utils/theme.py", line 155, in getImage
    raise Exception("No image available for given element.")
Exception: No image available for given element.