View Single Post
Posts: 547 | Thanked: 1,383 times | Joined on Sep 2009 @ Stockholm, Sweden
#267
Originally Posted by oldnetdog View Post
fMMS version 1.1.1:

Code:
Nokia-N900:/home/user/MyDocs/deb# su - user


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ /opt/fmms/fmms_gui.py
Traceback (most recent call last):
  File "/opt/fmms/fmms_gui.py", line 182, in cb_on_focus
    self.add_buttons_liststore()
  File "/opt/fmms/fmms_gui.py", line 315, in add_buttons_liststore
    description = description.encode('utf-8', 'ignore')
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 9-11: invalid data
Ah, thanks! I accidently changed that, will fix it in the next version. Thanks for reporting!

EDIT: Workaround is to edit fmms_gui.py
description = description.encode('utf-8', 'ignore')
to
description = description.decode('utf-8', 'ignore')

(I think)
__________________

Problem with fMMS? Run in x-terminal: cp /tmp/fmms.log /home/user/MyDocs/
After that you'll see fmms.log in filemanager or when you connect the device to your desktop as a mass storage device.
E-mail the log to me, if you don't have the email address, drop me a PM. Thanks!

fMMS - MMS for your N900
fAPN - GUI for adding a new GPRS APN
If you like this post, don't be shy to thank me -->
 

The Following User Says Thank You to frals For This Useful Post: