Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    [Announce] fMMS for N900

    Closed Thread
    Page 72 of 159 | Prev | 62   70     71   72   73     74   82 | Next | Last
    junnuvi | # 711 | 2010-02-11, 09:20 | Report

    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'

    Edit | Forward | Quote | Quick Reply | Thanks

     
    frals | # 712 | 2010-02-11, 09:30 | Report

    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

    Edit | Forward | Quote | Quick Reply | Thanks

     
    junnuvi | # 713 | 2010-02-11, 09:37 | Report

    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'

    Edit | Forward | Quote | Quick Reply | Thanks

     
    alex-000 | # 714 | 2010-02-11, 09:50 | Report

    Thank you for update, now it works! I can open and read old and new MMS

    Edit | Forward | Quote | Quick Reply | Thanks

     
    frals | # 715 | 2010-02-11, 10:25 | Report

    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.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    junnuvi | # 716 | 2010-02-11, 11:00 | Report

    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.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    junnuvi | # 717 | 2010-02-11, 11:15 | Report

    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

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by junnuvi; 2010-02-11 at 11:18.
    The Following User Says Thank You to junnuvi For This Useful Post:
    frals

     
    peppe78 | # 718 | 2010-02-11, 12:06 | Report

    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

    Edit | Forward | Quote | Quick Reply | Thanks

     
    firstknight | # 719 | 2010-02-11, 14:46 | Report

    i have set the resize to 1024....

    I receive it as 240x180

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

    something wrong???

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Venomrush | # 720 | 2010-02-11, 15:43 | Report

    Originally Posted by
    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!

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Page 72 of 159 | Prev | 62   70     71   72   73     74   82 | Next | Last
vBulletin® Version 3.8.8
Normal Logout