![]() |
2010-01-18
, 18:26
|
Posts: 547 |
Thanked: 1,383 times |
Joined on Sep 2009
@ Stockholm, Sweden
|
#292
|
The Following User Says Thank You to frals For This Useful Post: | ||
![]() |
2010-01-18
, 19:01
|
Posts: 45 |
Thanked: 1 time |
Joined on Dec 2009
|
#293
|
![]() |
2010-01-18
, 19:12
|
Posts: 547 |
Thanked: 1,383 times |
Joined on Sep 2009
@ Stockholm, Sweden
|
#294
|
someone please help , i sent a few message here with no reply ...so pretty please... with sugar on top....
![]() |
2010-01-18
, 19:35
|
Posts: 45 |
Thanked: 1 time |
Joined on Dec 2009
|
#295
|
Could you start /opt/fmms/fmms_sender_ui.py from the terminal and attach the output after trying to send a message in a PM to me?
![]() |
2010-01-18
, 19:36
|
Posts: 547 |
Thanked: 1,383 times |
Joined on Sep 2009
@ Stockholm, Sweden
|
#296
|
i used the command fmms_sender_ui.py from that folder (from xterminal) and i got
-sg fmms_sender_ui.py :not found
but i can see the file with the ls command.
sorry i am not a linux/unix guy...
![]() |
2010-01-18
, 19:43
|
Posts: 45 |
Thanked: 1 time |
Joined on Dec 2009
|
#297
|
Just type the whole line at once and it should start, or after you've changed directory to /opt/fmms; run: ./fmms_sender_ui.py
![]() |
2010-01-18
, 20:05
|
Posts: 45 |
Thanked: 1 time |
Joined on Dec 2009
|
#298
|
![]() |
2010-01-18
, 20:15
|
Posts: 118 |
Thanked: 14 times |
Joined on Dec 2009
@ Copenhagen, Denmark
|
#299
|
Are you connecting manually to the MMS APN before trying to send? As seen by the backtrace it fails with 'connection timed out' which means it can't connect to the MMSC in 20 seconds - can you ping that IP from the terminal?
Noticed when you are connecting with proxy you are using proxyport "0", which seems very unlikely to be correct
![]() |
2010-01-18
, 20:40
|
|
Posts: 129 |
Thanked: 60 times |
Joined on Jul 2009
@ Castello d'Argile (BO)
|
#300
|
The Following User Says Thank You to aboaboit For This Useful Post: | ||
![]() |
Tags |
application, community win, fmms, frals rocks, fralsvsnokia1-0, fremantle, maemo, maemo 5, mms, n900, python |
Thread Tools | |
|
Here is the first log without proxy set.
/opt/fmms/fmms_sender_ui.py
/opt/fmms/fmms_sender_ui.py:160: GtkWarning: Invalid icon size 0
ret = fcd.run()
/opt/fmms/fmms_sender_ui.py:160: Warning: IA__g_object_get_valist: object class `HildonFileSystemSettings' has no property named `hour24'
ret = fcd.run()
/opt/fmms/fmms_sender_ui.py:299: Warning: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed
gtk.main()
/opt/fmms/fmms_sender_ui.py:299: Warning: g_object_set_qdata_full: assertion `G_IS_OBJECT (object)' failed
gtk.main()
/opt/fmms/fmms_sender_ui.py:299: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed
gtk.main()
/home/user/MyDocs/DCIM/20091219_002.jpg
200
True
height 1936
width 2576
resizing
Resizing image: 200 * 150
+4551xxxxxxx /home/user/.fmms/temp/20091219_002.jpg 51xxxxxxx Test 1
GOT SENDER: +4551xxxxxxxx
connecting without proxy
mmschost: 192.168.241.114:8002 path: / pathlen: 1
(110, 'Connection timed out')
Traceback (most recent call last):
File "/opt/fmms/fmms_sender_ui.py", line 252, in send_mms
(status, reason, output) = sender.sendMMS()
File "/home/opt/fmms/wappushhandler.py", line 300, in sendMMS
conn.request('POST', path , mms, headers)
File "/usr/lib/python2.5/httplib.py", line 866, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python2.5/httplib.py", line 889, in _send_request
self.endheaders()
File "/usr/lib/python2.5/httplib.py", line 860, in endheaders
self._send_output()
File "/usr/lib/python2.5/httplib.py", line 732, in _send_output
self.send(msg)
File "/usr/lib/python2.5/httplib.py", line 699, in send
self.connect()
File "/usr/lib/python2.5/httplib.py", line 683, in connect
raise socket.error, msg
socket.error: (110, 'Connection timed out')
^[[
Second comes here:
$ /opt/fmms/fmms_sender_ui.py
/opt/fmms/fmms_sender_ui.py:160: GtkWarning: Invalid icon size 0
ret = fcd.run()
/opt/fmms/fmms_sender_ui.py:160: Warning: IA__g_object_get_valist: object class `HildonFileSystemSettings' has no property named `hour24'
ret = fcd.run()
/opt/fmms/fmms_sender_ui.py:299: Warning: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed
gtk.main()
/opt/fmms/fmms_sender_ui.py:299: Warning: g_object_set_qdata_full: assertion `G_IS_OBJECT (object)' failed
gtk.main()
/opt/fmms/fmms_sender_ui.py:299: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed
gtk.main()
/home/user/MyDocs/DCIM/20091219_001.jpg
200
True
height 1936
width 2576
resizing
Resizing image: 200 * 150
+4551xxxxxxxx /home/user/.fmms/temp/20091219_001.jpg 51xxxxxxxx Test 2
GOT SENDER: +4551xxxxxxxx
connecting via proxy 194.182.251.15:0
mmschost: http://192.168.241.114:8002
(110, 'Connection timed out')
Traceback (most recent call last):
File "/opt/fmms/fmms_sender_ui.py", line 252, in send_mms
(status, reason, output) = sender.sendMMS()
File "/home/opt/fmms/wappushhandler.py", line 305, in sendMMS
conn.request('POST', mmsc, mms, headers)
File "/usr/lib/python2.5/httplib.py", line 866, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python2.5/httplib.py", line 889, in _send_request
self.endheaders()
File "/usr/lib/python2.5/httplib.py", line 860, in endheaders
self._send_output()
File "/usr/lib/python2.5/httplib.py", line 732, in _send_output
self.send(msg)
File "/usr/lib/python2.5/httplib.py", line 699, in send
self.connect()
File "/usr/lib/python2.5/httplib.py", line 683, in connect
raise socket.error, msg
socket.error: (110, 'Connection timed out')
Last edited by Watergate; 2010-01-18 at 16:59.