View Single Post
Posts: 40 | Thanked: 8 times | Joined on Apr 2010
#268
Originally Posted by frals View Post
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)
The workaround works with v1.1.1, and when i successfully open a MMS, i still found following warning log, i have no idea what impact it is.

Code:
~ $ /opt/fmms/fmms_gui.py
/usr/lib/python2.5/sre_parse.py:180: Warning: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed
  self.width = int(min(lo, sys.maxint)), int(min(hi, sys.maxint))
/usr/lib/python2.5/sre_parse.py:180: Warning: g_object_set_qdata_full: assertion `G_IS_OBJECT (object)' failed
  self.width = int(min(lo, sys.maxint)), int(min(hi, sys.maxint))
~ $
 

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