View Single Post
Posts: 51 | Thanked: 63 times | Joined on Jun 2010 @ Klein/Spring, Texas, USA
#467
Originally Posted by humble View Post
Received two yesterday, and and sent one to day

I've notice it takes awhile to download and upload but notifications are on point

Ps:lovE this app
I still get "Unable to retrieve message."

For some reason the log file is much smaller this time :

Code:
2010-06-29 18:12:43,612 fmms.wappushhandler: Something went wrong with getting the message... bailing out
Traceback (most recent call last):
  File "/opt/fmms/wappushhandler.py", line 126, in _get_mms_message
    dirname = self.__get_mms_message(location, transaction)
  File "/opt/fmms/wappushhandler.py", line 174, in __get_mms_message
    mmsdata = urllib2.urlopen(req)
  File "/usr/lib/python2.5/urllib2.py", line 124, in urlopen
    return _opener.open(url, data)
  File "/usr/lib/python2.5/urllib2.py", line 381, in open
    response = self._open(req, data)
  File "/usr/lib/python2.5/urllib2.py", line 399, in _open
    '_open', req)
  File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.5/urllib2.py", line 1107, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib/python2.5/urllib2.py", line 1082, in do_open
    raise URLError(err)
URLError: <urlopen error timed out>
2010-06-29 18:12:43,716 fmms.connectors: Failed to close connection.
Traceback (most recent call last):
  File "/opt/fmms/connectors.py", line 87, in disconnect
    if self.connector:
AttributeError: MasterConnector instance has no attribute 'connector'
2010-06-29 18:12:43,768 fmms.__main__: Failed to open viewer with transaction id: 2tid18329555736_1fy6m6
Traceback (most recent call last):
  File "/opt/fmms/fmms_gui.py", line 422, in show_mms
    fMMSViewer.fMMS_Viewer(transactionid, spawner=self)
  File "/opt/fmms/fmms_viewer.py", line 56, in __init__
    self._parse_mms(fname, vbox)
  File "/opt/fmms/fmms_viewer.py", line 233, in _parse_mms
    self.cont.get_mms_from_push(filename)
  File "/opt/fmms/controller.py", line 279, in get_mms_from_push
    path = p._get_mms_message(url, trans_id)
  File "/opt/fmms/wappushhandler.py", line 126, in _get_mms_message
    dirname = self.__get_mms_message(location, transaction)
  File "/opt/fmms/wappushhandler.py", line 174, in __get_mms_message
    mmsdata = urllib2.urlopen(req)
  File "/usr/lib/python2.5/urllib2.py", line 124, in urlopen
    return _opener.open(url, data)
  File "/usr/lib/python2.5/urllib2.py", line 381, in open
    response = self._open(req, data)
  File "/usr/lib/python2.5/urllib2.py", line 399, in _open
    '_open', req)
  File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.5/urllib2.py", line 1107, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib/python2.5/urllib2.py", line 1082, in do_open
    raise URLError(err)
URLError: <urlopen error timed out>
Does anyone know what's going on? I don't grok Python but I'm a Perl Monkey.

jdb2