vj57 / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

Picasa create error "int argument required" when using --date Options #337

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run "picasa create --title "Happy birthday" --date 2009-10-23"
2.
3.

What is the expected output? What do you see instead?
Expected output is the album gets created and the date on the album is set to 
10/23/2009.  Instead I see an error that shows on the command line.  Here is 
the error:
Traceback (most recent call last): 
  File "google", line 445, in run_interactive 
  File "google", line 577, in run_once 
  File "googlecl\picasa\service.pyo", line 429, in _run_create 
TypeError: int argument required 

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?
- GoogleCL v0.9.11
- Windows 7 x64
- GData 2.0.13

Please provide any additional information below.
Other commands on Picasa seem to work fine.  Only when adding the --date do I 
receive the above error.

Original issue reported on code.google.com by tjgol...@gmail.com on 10 Dec 2010 at 7:22

GoogleCodeExporter commented 9 years ago
I just compiled r529 and it looks like the issue is resolved now.  I see that 
the calendar date.py and the Picasa __init__.py and service.py were updated 
with some slight changes to the date handling so I assume one of those changes 
resolved the issue.

Original comment by tjgol...@gmail.com on 22 Dec 2010 at 7:18

GoogleCodeExporter commented 9 years ago
Thanks for reporting back!

Original comment by tom.h.mi...@gmail.com on 26 Mar 2011 at 3:24