Notices


Closed Thread
Thread Tools
Posts: 80 | Thanked: 51 times | Joined on Feb 2010 @ Finland
#711
Hi, I also have problems with fMMS, it does not start.

Originally Posted by frals View Post
Please PM me the contents of /tmp/fmms.log
/tmp/fmms is empty. But when starting fmms from console it gives following error:

Code:
Traceback (most recent call last):
  File "/opt/fmms/fmms_gui.py", line 549, in <module>
    app = fMMS_GUI()
  File "/opt/fmms/fmms_gui.py", line 38, in __init__
    self.ch = ContactH.ContactHandler()
  File "/home/opt/fmms/contacts.py", line 20, in __init__
    self.contacts = self.ab.get_all_contacts()
AttributeError: 'NoneType' object has no attribute 'get_all_contacts'
 
Posts: 547 | Thanked: 1,383 times | Joined on Sep 2009 @ Stockholm, Sweden
#712
Originally Posted by junnuvi View Post
Hi, I also have problems with fMMS, it does not start.



/tmp/fmms is empty. But when starting fmms from console it gives following error:

Code:
Traceback (most recent call last):
  File "/opt/fmms/fmms_gui.py", line 549, in <module>
    app = fMMS_GUI()
  File "/opt/fmms/fmms_gui.py", line 38, in __init__
    self.ch = ContactH.ContactHandler()
  File "/home/opt/fmms/contacts.py", line 20, in __init__
    self.contacts = self.ab.get_all_contacts()
AttributeError: 'NoneType' object has no attribute 'get_all_contacts'
Are you starting as root or user? It should only be run as user
__________________

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 -->
 
Posts: 80 | Thanked: 51 times | Joined on Feb 2010 @ Finland
#713
Originally Posted by frals View Post
Are you starting as root or user? It should only be run as user
Sorry, i mistakenly pasted error from window where I tried to run is as root

Lets try again:
Code:
~ $ cd /opt/fmms/
/home/opt/fmms $ ./fmms_gui.py 
Traceback (most recent call last):
  File "./fmms_gui.py", line 549, in <module>
    app = fMMS_GUI()
  File "./fmms_gui.py", line 117, in __init__
    actionbox = self.treeview.get_action_area_box()
AttributeError: 'hildon.GtkTreeView' object has no attribute 'get_action_area_box'
 
Posts: 64 | Thanked: 4 times | Joined on Dec 2009
#714
Thank you for update, now it works! I can open and read old and new MMS
 
Posts: 547 | Thanked: 1,383 times | Joined on Sep 2009 @ Stockholm, Sweden
#715
Originally Posted by junnuvi View Post
Sorry, i mistakenly pasted error from window where I tried to run is as root

Lets try again:
Code:
~ $ cd /opt/fmms/
/home/opt/fmms $ ./fmms_gui.py 
Traceback (most recent call last):
  File "./fmms_gui.py", line 549, in <module>
    app = fMMS_GUI()
  File "./fmms_gui.py", line 117, in __init__
    actionbox = self.treeview.get_action_area_box()
AttributeError: 'hildon.GtkTreeView' object has no attribute 'get_action_area_box'
Uh, how did you install? From the repos or manually? Seems like you have some old python-hildon installed (guess I'll have to depend on >= some version) where hildon.GtkTreeView wasn't fully implemented.
__________________

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 -->
 
Posts: 80 | Thanked: 51 times | Joined on Feb 2010 @ Finland
#716
Originally Posted by frals View Post
Uh, how did you install? From the repos or manually? Seems like you have some old python-hildon installed (guess I'll have to depend on >= some version) where hildon.GtkTreeView wasn't fully implemented.
I installed from repos, and as far update gui say everything should be up to date.
 
Posts: 80 | Thanked: 51 times | Joined on Feb 2010 @ Finland
#717
Originally Posted by junnuvi View Post
I installed from repos, and as far update gui say everything should be up to date.
Ok, I found solution to this problem.
For some reason update gui hasn't update everything. I made apt-get upgade from console and now it works again.

Code:
The following packages have been kept back:
  feedservice-utils gstreamer0.10-plugins-good-extra poppler-utils python2.5
  python2.5-minimal
The following packages will be upgraded:
  feedservice feedservice-plugin-fb libflac8 maemo-launcher python-central
  python-gobject python-gtk2 python-hildon python-osso python-support
  python-xml sharing-service-facebook tracker-extractor-flac
  tracker-extractor-vorbis
Btw, Thanks for this great software

Last edited by junnuvi; 2010-02-11 at 11:18.
 

The Following User Says Thank You to junnuvi For This Useful Post:
Posts: 17 | Thanked: 4 times | Joined on Jan 2010 @ Finland
#718
updated to 0.3.4-1 and it works great! Thanks!
still theres some issues in the log about time formatting

/tmp/fmms.log:
2010-02-11 13:38:33,307 fmms.controller: timeconversion stage1 failed: <type 'exceptions.ValueError'> time data did not match format: data=2010-02-11 11:11:42 fmt=%a %b %d %H:%M:%S %Y
2010-02-11 13:38:36,346 fmms.__main__: showing mms: (0,)
2010-02-11 13:38:36,920 fmms.controller: timeconversion stage1 failed: <type 'exceptions.ValueError'> time data did not match format: data=Thu Feb 11 13:11:34 2010 fmt=%a %b %d %H:%M:%S %Y
2010-02-11 13:38:36,927 fmms.controller: timeconversion stage2 failed: <type 'exceptions.ValueError'> time data did not match format: data=Thu Feb 11 13:11:34 2010 fmt=%Y-%m-%d %H:%M:%S
Traceback (most recent call last):
File "/home/opt/fmms/controller.py", line 82, in convert_timeformat
mtime = time.strptime(mtime, "%Y-%m-%d %H:%M:%S")
File "/usr/lib/python2.5/_strptime.py", line 330, in strptime
(data_string, format))
ValueError: time data did not match format: data=Thu Feb 11 13:11:34 2010 fmt=%Y-%m-%d %H:%M:%S
2010-02-11 13:38:36,932 fmms.controller: stftime failed: <type 'exceptions.ValueError'> time data did not match format: data=Thu Feb 11 13:11:34 2010 fmt=%Y-%m-%d %H:%M:%S
Traceback (most recent call last):
File "/home/opt/fmms/controller.py", line 91, in convert_timeformat
mtime = time.strftime("%Y-%m-%d | %H:%M", mtime)
TypeError: argument must be sequence of length 9, not 24
2010-02-11 13:38:36,953 fmms.fmms_viewer: filelist: [u'11022010446.jpg', u'Kipe_n_o.txt']
2010-02-11 13:38:36,957 fmms.fmms_viewer: filetype: image/jpeg
2010-02-11 13:38:36,984 fmms.fmms_viewer: filetype: text/plain
2010-02-11 13:38:39,135 fmms.controller: timeconversion stage1 failed: <type 'exceptions.ValueError'> time data did not match format: data=2010-02-11 11:11:42 fmt=%a %b %d %H:%M:%S %Y
2010-02-11 13:53:17,740 fmms.controller: timeconversion stage1 failed: <type 'exceptions.ValueError'> time data did not match format: data=2010-02-11 11:11:42 fmt=%a %b %d %H:%M:%S %Y
 
Posts: 143 | Thanked: 4 times | Joined on Jan 2010
#719
i have set the resize to 1024....

I receive it as 240x180

but i check the sent one it is 1024x769..

something wrong???
 
Posts: 891 | Thanked: 499 times | Joined on Nov 2009 @ UK
#720
Uh, does it take more then a second to open the message? How big is the attachment? I still manage to open my messages within ~1 second. I guess it might be "considerably" slower if you got an enormous phonebook. Either way I'm working on removing the phonebook lookup and instead make it cached in the sqlite-db so it should be fixed at some point...
About your issue, I actually have no idea how to fix it since the messages generated are valid, your MMSC accepts the messages just fine and then they just aren't delivered. :<
I have roughly 500 contacts in the phonebook

I'll play around with the network settings later on tonight in hope to fix the delivery issue. It seems there are 2 settings for O2-UK

Thanks!
__________________
Follow me on Twitter
 
Closed Thread

Tags
application, community win, fmms, frals rocks, fralsvsnokia1-0, fremantle, maemo, maemo 5, mms, n900, python

Thread Tools

 
Forum Jump


All times are GMT. The time now is 18:54.