Gmailfs crashes when attempting to mount

Bug #58588 reported by Adrien Robin
4
Affects Status Importance Assigned to Milestone
gmailfs (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: gmailfs

Ubuntu Dapper Dake
gmailfs version : 0.6-2ubuntu1
libgmail version : 0.1.4-2build1

GmailFS crashes when attempting to mount a Gmail drive.

Traceback (most recent call last):
  File "/usr/bin/mount.gmailfs", line 162, in ?
    main(mountpoint, odata, useEncfs)
  File "/usr/bin/mount.gmailfs", line 88, in main
    gmailfs.main(mountpoint, odata)
  File "/usr/share/gmailfs/gmailfs.py", line 1133, in main
    server = Gmailfs(mountpoint, odata)
  File "/usr/share/gmailfs/gmailfs.py", line 603, in __init__
    self.ga.login()
  File "/usr/lib/site-python/libgmail/__init__.py", line 318, in login
    pageData = self._retrievePage(redirectURL)
  File "/usr/lib/site-python/libgmail/__init__.py", line 331, in _retrievePage
    resp = urllib2.urlopen(req)
  File "/usr/lib/python2.4/urllib2.py", line 130, in urlopen
    return _opener.open(url, data)
  File "/usr/lib/python2.4/urllib2.py", line 356, in open
    req = meth(req)
  File "/usr/lib/python2.4/urllib2.py", line 943, in do_request_
    raise URLError('no host given')
urllib2.URLError: <urlopen error no host given>

~/gmailfs.log :
09/02/06 15:30:07 ERROR OpenSSLProxy is missing. Can't use HTTPS proxy!
09/02/06 15:30:07 INFO Starting gmailfs in child process (PID 10537)
09/02/06 15:30:07 INFO waiting for /mnt/ to become a mountpoint
09/02/06 15:30:07 INFO Mountpoint: None
09/02/06 15:30:07 INFO Unnamed mount options: []
09/02/06 15:30:07 INFO Named mount options: {'password': '********'}
09/02/06 15:30:07 WARNING mount: warning, should mount with username=gmailuser option, using default
09/02/06 15:30:07 WARNING mount: warning, should mount with password=gmailpass option, using default
09/02/06 15:30:07 WARNING mount: warning, should mount with fsname=name option, using default
09/02/06 15:30:11 INFO Connected to gmail
09/02/06 15:30:12 ERROR gmailfs child died, exiting...

Revision history for this message
Ken Clark (llamakc) wrote :

Same result here:
gmailfs Version: 0.7.1-6

Traceback (most recent call last):
  File "/usr/bin/mount.gmailfs", line 164, in ?
    main(mountpoint, namedOptions, useEncfs)
  File "/usr/bin/mount.gmailfs", line 90, in main
    gmailfs.main(mountpoint, namedOptions)
  File "/usr/share/gmailfs/gmailfs.py", line 1130, in main
    server = Gmailfs(mountpoint, **namedOptions)
  File "/usr/share/gmailfs/gmailfs.py", line 602, in __init__
    self.ga.login()
  File "/usr/lib/python2.4/site-packages/libgmail.py", line 318, in login
    pageData = self._retrievePage(redirectURL)
  File "/usr/lib/python2.4/site-packages/libgmail.py", line 331, in _retrievePage
    resp = urllib2.urlopen(req)
  File "/usr/lib/python2.4/urllib2.py", line 130, in urlopen
    return _opener.open(url, data)
  File "/usr/lib/python2.4/urllib2.py", line 356, in open
    req = meth(req)
  File "/usr/lib/python2.4/urllib2.py", line 943, in do_request_
    raise URLError('no host given')
urllib2.URLError: <urlopen error no host given>

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.