salimoha / googlecl

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

unescaped parenthesis in picasa album title #386

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1.google picasa create --title "test)"
Created album: https://picasaweb.google.com/user.../Test?authkey=...
2.google picasa post --title "test)" test.jpg
Regular expression error: unbalanced parenthesis!

What is the expected output? What do you see instead?

Loading file ./test.jpg to album test)

instead of

Regular expression error: unbalanced parenthesis!

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?

$google --version
google 0.9.13

$lsb_release -a
Distributor ID: Ubuntu
Description:    Ubuntu 10.10
Release:        10.10
Codename:       maverick

python-gdata Version: 2.0.8-1.1

Please provide any additional information below.

google picasa post --title "test\)" test.jpg
work as expected

Original issue reported on code.google.com by hadrien....@gmail.com on 11 Apr 2011 at 5:36

GoogleCodeExporter commented 9 years ago
You may disable usage of regular expressions in googlecl configuration and then 
place any symbols in your album name.

Here's how:
http://code.google.com/p/googlecl/wiki/ConfigurationOptions

Original comment by alexey.b...@gmail.com on 8 Oct 2011 at 2:53

GoogleCodeExporter commented 9 years ago
nice catch alexey

Original comment by hadrien....@gmail.com on 8 Oct 2011 at 8:34

GoogleCodeExporter commented 9 years ago
I found possible duplicate 
http://code.google.com/p/googlecl/issues/detail?id=320
cool feature but bad interface.

Original comment by hadrien....@gmail.com on 8 Oct 2011 at 8:42