Crystal03 / 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

Invalid Parameter #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have mounted the a folder and when I want to open a document I get this: 

wc: Doc1.doc: Invalid argument

using the following versions: 

Unpacking python-fuse (from .../python-fuse_2%3a0.2.1-2_i386.deb) ...
Selecting previously deselected package python-gdata.
Unpacking python-gdata (from .../python-gdata_2.0.8-1.1_all.deb) ...
Selecting previously deselected package google-docs-fs.
Unpacking google-docs-fs (from .../google-docs-fs_1.0rc1~ubuntu1_all.deb) ...

Original issue reported on code.google.com by phili...@delodder.be on 19 Jan 2011 at 8:20

GoogleCodeExporter commented 9 years ago
I have a similar problem. I tried to open a pdf file, but got an error, too. I 
opened a terminal and went to the mount point. While "ls" lists all the files, 
"less somefile.pdf" results in a "file not found" error.

Kubuntu Maverick
python-fuse 2:0.2.1-2
google-docs-fs 1.0rc1~ubuntu1
python-gdata 2.0.8-1.1

Original comment by floesc...@gmail.com on 28 Jan 2011 at 9:10

GoogleCodeExporter commented 9 years ago
When trying to "less somefile.pdf", the following debugging output appears:

unique: 88, opcode: GETATTR (3), nodeid: 28, insize: 56
getattr /Auslandssemester
   unique: 88, success, outsize: 120
unique: 89, opcode: LOOKUP (1), nodeid: 1, insize: 57
LOOKUP /Auslandssemester
getattr /Auslandssemester
   NODEID: 28
   unique: 89, success, outsize: 144
unique: 90, opcode: LOOKUP (1), nodeid: 28, insize: 66
LOOKUP /Auslandssemester/Rechnung-007495-1.pdf.pdf
getattr /Auslandssemester/Rechnung-007495-1.pdf.pdf
   NODEID: 43
   unique: 90, success, outsize: 144
unique: 91, opcode: OPEN (14), nodeid: 43, insize: 48
open flags: 0x8000 /Auslandssemester/Rechnung-007495-1.pdf.pdf
   unique: 91, error: -2 (No such file or directory), outsize: 16
unique: 92, opcode: OPEN (14), nodeid: 43, insize: 48
open flags: 0x8000 /Auslandssemester/Rechnung-007495-1.pdf.pdf
   unique: 92, error: -2 (No such file or directory), outsize: 16
unique: 93, opcode: GETATTR (3), nodeid: 28, insize: 56
getattr /Auslandssemester
   unique: 93, success, outsize: 120

Original comment by floesc...@gmail.com on 28 Jan 2011 at 9:15

GoogleCodeExporter commented 9 years ago
Hi, I've uploaded a .deb of gdata-python (or you can download the source from 
their site). See if the problem persists with that, as there were some issues 
on that side of things.

Original comment by d38dm8nw81k1ng@gmail.com on 13 Mar 2011 at 1:51