View Single Post
Posts: 9 | Thanked: 29 times | Joined on Oct 2016
#5
Wow! My roaming problem spawned a patch? Well that's cool! I thought simply commenting that chunk out was good enough....either way I'm about to get off topic now. I'm no longer affected by the roaming problem, but I can not download messages that include pictures. That is why I mentioned that I can send simple messages containing text only. Looks like some kind of database problem if you ask me... but I don't really know what I'm looking at. It spends about a minute downloading a 600k file over 2g then fails when trying to insert. However I've found other posts about this error. Just letting y'all know I'm diving head long into another problem here since my simple texts have succeeded. Now i'm going for bringing down an image. This should be fun.


Code:
Date: Sun, 16 Oct 2016 16:53:14 GMT
Server: Mavenir Web Application Server
Content-Type: application/vnd.wap.mms-message
Content-Length: 621378

2016-10-16 11:54:20,420 fmms.controller: saved binary mms <open file '/home/user/.fmms/mms/mavodi-1-89-84-1-78-1-179-3-78-322a2ff/message', mode 'wb' at 0x422b0b18>
2016-10-16 11:54:20,423 fmms.wappushhandler: fetched http://polmmsget.msg.eng.t-mobile.co...9-3-78-322a2ff and wrote to file
2016-10-16 11:54:20,630 fmms.wappushhandler: sending ack...
2016-10-16 11:54:20,636 fmms.wappushhandler: using custom mms
2016-10-16 11:54:20,755 fmms.wappushhandler: connecting via proxy 216.155.165.50:8080
2016-10-16 11:54:20,760 fmms.wappushhandler: mmschost: http://mms.msg.eng.t-mobile.com/mms/wapenc
2016-10-16 11:54:24,075 fmms.wappushhandler: MMSC STATUS: 200 OK
2016-10-16 11:54:24,083 fmms.wappushhandler: MMSC RESPONDED: {}
2016-10-16 11:54:24,088 fmms.wappushhandler: m-acknowledge-ind: (200, 'OK', {}, True)
2016-10-16 11:54:24,095 fmms.wappushhandler: ack sent
2016-10-16 11:54:24,101 fmms.connectors: UglyHackHandler running disconnect
2016-10-16 11:54:24,384 fmms.connectors: disconnecting connection. rx: 651859 tx: 18747
2016-10-16 11:54:24,394 fmms.connectors: UglyHackHandler running disconnect
2016-10-16 11:54:24,557 fmms.connectors: disconnecting connection. rx: 651859 tx: 18747
2016-10-16 11:54:24,569 fmms.controller: path: /home/user/.fmms/mms/mavodi-1-89-84-1-78-1-179-3-78-322a2ff
2016-10-16 11:54:24,588 fmms.controller: decode_binary_mms running: /home/user/.fmms/mms/mavodi-1-89-84-1-78-1-179-3-78-322a2ff
2016-10-16 11:54:48,887 fmms.controller: returning message!
2016-10-16 11:54:48,909 fmms.controller: storing mms...mavodi-1-89-84-1-78-1-179-3-78-322a2ff
2016-10-16 11:54:48,914 fmms.dbhandler: Something went wrong when inserting
Traceback (most recent call last):
  File "/opt/fmms/dbhandler.py", line 311, in insert_mms_message
    size = os.path.getsize(fpath)
  File "/usr/lib/python2.5/posixpath.py", line 139, in getsize
    return os.stat(filename).st_size
OSError: [Errno 2] No such file or directory: '/home/user/.fmms/mms/mavodi-1-139-30-1-78-1-179-3-78-322a2ff/message'
2016-10-16 11:54:48,927 fmms.__main__: Failed to open viewer with transaction id: mavodi-1-89-84-1-78-1-179-3-78-322a2ff
Traceback (most recent call last):
  File "/opt/fmms/fmms_gui.py", line 467, in show_mms
    fMMSViewer.fMMS_Viewer(transactionid, spawner=self)
  File "/opt/fmms/fmms_viewer.py", line 59, in __init__
    self._parse_mms(fname, vbox)
  File "/opt/fmms/fmms_viewer.py", line 248, in _parse_mms
    self.cont.get_mms_from_push(filename)
  File "/opt/fmms/controller.py", line 291, in get_mms_from_push
    mmsid = self.store_mms_message(pushid, message)
  File "/opt/fmms/controller.py", line 248, in store_mms_message
    mmsid = self.store.insert_mms_message(pushid, message)
  File "/opt/fmms/dbhandler.py", line 311, in insert_mms_message
    size = os.path.getsize(fpath)
  File "/usr/lib/python2.5/posixpath.py", line 139, in getsize
    return os.stat(filename).st_size
OSError: [Errno 2] No such file or directory: '/home/user/.fmms/mms/mavodi-1-139-30-1-78-1-179-3-78-322a2ff/message'
 

The Following 2 Users Say Thank You to cg132 For This Useful Post: