salimoha / googlecl

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

Problem when connecting via proxy #324

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce the problem.

1.add in /home/user/.bashrc  proxy settings (export 
http_proxy='http://usr:password@address:port' with authentification (user and 
password))
2.then google contacts list 
3. set a title then press enter
4. Then I have this Output

Please specify title: Hello
Traceback (most recent call last):
  File "/usr/bin/google", line 812, in <module>
    main()
  File "/usr/bin/google", line 795, in main
    run_interactive(parser)
  File "/usr/bin/google", line 453, in run_interactive
    raise err
ValueError: invalid literal for int() with base 10: 'password@address'

What is the expected output? What do you see instead?
No problem must occur

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

Please provide any additional information below.
If you need more informations, please contact me.

Original issue reported on code.google.com by ahmed.sa...@gmail.com on 3 Nov 2010 at 1:23

GoogleCodeExporter commented 9 years ago

Original comment by tom.h.mi...@gmail.com on 4 Nov 2010 at 10:00