View Single Post
dmcconachie's Avatar
Posts: 117 | Thanked: 18 times | Joined on Dec 2009 @ Edinburgh
#222
Originally Posted by frals View Post
Interesting. Still nothing in the log? Can you start fMMS from the terminal and attach any output here after trying to send?

Open X-terminal and type: /opt/fmms/fmms_gui.py
ok, here's the log now, no idea why it was virtually empty before. Seems to have a couple of fail points in there now:

2010-05-27 10:44:07,414 fmms.fmms_sender_ui: width 94
2010-05-27 10:44:07,416 fmms.fmms_sender_ui: height 94
2010-05-27 10:44:07,435 fmms.fmms_sender_ui: attachment: /home/user/MyDocs/cartoon sheep.jpeg message:
2010-05-27 10:44:08,126 fmms.connectors: RUNNING IN UGLYHACK MODE
2010-05-27 10:44:08,191 fmms.connectors: UglyHackHandler UP!
APN: wap.vodafone.co.uk user: wap pass: wap proxyip: 212.183.137.12 mmsc1: mms.vodafone.co.uk mmsc2: 0
2010-05-27 10:44:14,961 fmms.connectors: fmms_magic retcode: 0
2010-05-27 10:44:15,108 fmms.wappushhandler: connecting via proxy 212.183.137.12:8799
2010-05-27 10:44:15,110 fmms.wappushhandler: mmschost: http://mms.vodafone.co.uk/servlets/mms
2010-05-27 10:44:15,664 fmms.wappushhandler: Failed to send message.
Traceback (most recent call last):
File "/opt/fmms/wappushhandler.py", line 265, in sendMMS
(status, reason, outparsed, parsed) = self._sendMMS(customData)
File "/opt/fmms/wappushhandler.py", line 312, in _sendMMS
path = cont.save_binary_outgoing_mms(mms, self._mms.transactionID)
File "/opt/fmms/controller.py", line 176, in save_binary_outgoing_mms
os.makedirs(dirname)
File "/usr/lib/python2.5/os.py", line 171, in makedirs
mkdir(name, mode)
OSError: [Errno 5] Input/output error: '/home/user/.fmms/sent/8620'
2010-05-27 10:44:15,686 fmms.connectors: UglyHackHandler running disconnect
2010-05-27 10:44:15,811 fmms.connectors: disconnecting connection. rx: 923 tx: 3643
2010-05-27 10:44:15,825 fmms.fmms_sender_ui: Sender failed.
Traceback (most recent call last):
File "/opt/fmms/fmms_sender_ui.py", line 316, in send_mms
(status, reason, output, parsed) = sender.sendMMS()
File "/opt/fmms/wappushhandler.py", line 265, in sendMMS
(status, reason, outparsed, parsed) = self._sendMMS(customData)
File "/opt/fmms/wappushhandler.py", line 312, in _sendMMS
path = cont.save_binary_outgoing_mms(mms, self._mms.transactionID)
File "/opt/fmms/controller.py", line 176, in save_binary_outgoing_mms
os.makedirs(dirname)
File "/usr/lib/python2.5/os.py", line 171, in makedirs
mkdir(name, mode)
OSError: [Errno 5] Input/output error: '/home/user/.fmms/sent/8620'