google cloud storage - gsutil error on Windows 7x64 Professional -
windows 7x64 professional
gsutil error:
c:\users\chris>gsutil.py ls failure: invalid literal int() base 10: ''.
i have verified settings according installing gsutil doc.
what doing wrong, or wrong installation document should corrected work?
python version: 2.7.4
edit:
here output of gsutil debug switch:
c:\>python c:\gsutil\gsutil -d ls ***************************** warning ***************************** *** running gsutil debug output enabled. *** aware debug output includes authentication credentials. *** not share (e.g., post support forums) debug output *** unless have sanitized authentication tokens in *** output, or have revoked credentials. ***************************** warning ***************************** traceback (most recent call last): file "c:\gsutil\gsutil", line 72, in <module> gslib.__main__.main() file "c:\gsutil\gslib\__main__.py", line 151, in main command_runner.runnamedcommand('ver') file "c:\gsutil\gslib\command_runner.py", line 92, in runnamedcommand if self._maybecheckforandoffersoftwareupdate(command_name, debug): file "c:\gsutil\gslib\command_runner.py", line 160, in_maybecheckforandoffersoftwareupdate last_checked_ts = int(f.readline()) valueerror: invalid literal int() base 10: ''
can please try running gsutil using:
python gsutil ls
(also, looks renamed main gsutil script gsutil.py. while you're of course welcome change code like, when asking support need use gsutil distributed, without renaming or other modifications.)
if still have problem when running described above, please send output of:
python gsutil -d ls
when this, please redact value of "authorization:" headers in output.
thanks,
mike schwartz, google cloud storage team
Comments
Post a Comment