View Single Post
Posts: 118 | Thanked: 14 times | Joined on Dec 2009 @ Copenhagen, Denmark
#291
Originally Posted by frals View Post
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?



This (usually) means that you are not allowed to use this MMSC - most likely wrong settings or not MMS-enabled account.

Just to be sure, please attach the output after running /opt/fmms/fmms_sender_ui.py in a PM to me and I'll have a closer look at the error message


Thanks everyone for testing! I've mailed the bugzilla guys asking for a proper bugzilla, so hopefully we can use that soon(tm)
Hi Frals.

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.