multicast / google-docs-fs

Automatically exported from code.google.com/p/google-docs-fs
GNU General Public License v2.0
0 stars 0 forks source link

Can't list mounted documents #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. installed: 
python-gdata_2.0.7-1_all.deb
google-docs-fs-1.0rc1_all.deb
python-fuse

What is the expected output? What do you see instead?
Mount seems to be correct but I can't ls the filesystem:

FUSE library version: 2.8.4
nullpath_ok: 0
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56
INIT: 7.14
flags=0x0000007b
max_readahead=0x00020000
   INIT: 7.12
   flags=0x00000011
   max_readahead=0x00020000
   max_write=0x00020000
   unique: 1, success, outsize: 40

unique: 2, opcode: GETATTR (3), nodeid: 1, insize: 56
getattr /
   unique: 2, success, outsize: 120
unique: 3, opcode: OPENDIR (27), nodeid: 1, insize: 48
   unique: 3, success, outsize: 32
unique: 4, opcode: READDIR (28), nodeid: 1, insize: 80
readdir[0] from 0
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/googledocsfs/gFile.py", line 164, in readdir
    feed = self.gn.get_docs(filetypes = excludes)
  File "/usr/local/lib/python2.6/dist-packages/googledocsfs/gNet.py", line 61, in get_docs
    return self.gd_client.Query(query.ToUri())
  File "/usr/local/lib/python2.6/dist-packages/gdata/docs/service.py", line 218, in Query
    return self.Get(uri, converter=converter)
  File "/usr/local/lib/python2.6/dist-packages/gdata/service.py", line 1064, in Get
    headers=extra_headers)
  File "/usr/local/lib/python2.6/dist-packages/atom/__init__.py", line 93, in optional_warn_function
    return f(*args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/atom/service.py", line 186, in request
    data=data, headers=all_headers)
  File "/usr/local/lib/python2.6/dist-packages/gdata/auth.py", line 725, in perform_request
    return http_client.request(operation, url, data=data, headers=headers)
  File "/usr/local/lib/python2.6/dist-packages/atom/http.py", line 174, in request
    return connection.getresponse()
  File "/usr/lib/python2.6/httplib.py", line 990, in getresponse
    response.begin()
  File "/usr/lib/python2.6/httplib.py", line 391, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.6/httplib.py", line 349, in _read_status
    line = self.fp.readline()
  File "/usr/lib/python2.6/socket.py", line 427, in readline
    data = recv(1)
socket.error: [Errno 104] Connection reset by peer
   unique: 4, error: -22 (Invalid argument), outsize: 16
unique: 5, opcode: RELEASEDIR (29), nodeid: 1, insize: 64
   unique: 5, success, outsize: 16

What version of the product are you using? On what operating system?
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.10
DISTRIB_CODENAME=maverick
DISTRIB_DESCRIPTION="Ubuntu 10.10"

Please provide any additional information below.

I tried to list mounted files:
ls -1 /mnt/dokumentumok/
ls: /mnt/dokumentumok/ könyvtár olvasása: Érvénytelen argumentum

könyvtár olvasása: Érvénytelen argumentum = directory read: Not a valid 
argument

Original issue reported on code.google.com by jeszensz...@gmail.com on 8 Dec 2010 at 8:09