Closed vinitkumar closed 10 years ago
From infrid.p...@gmail.com on July 10, 2010 02:23:26
I use windows 7 Professional...
From tom.h.mi...@gmail.com on July 10, 2010 05:55:43
Does this error happen every time you try to connect? Are you sure that you can log on to Picasa or Docs? Are you behind a proxy or on a virtual machine or have any kind of strange network setup?
From infrid.p...@gmail.com on July 10, 2010 06:25:35
yes, it happens every time. i connect trough my router, on linux (ArchLinux) googlecl works fine width the same network configuration.
Are you sure that you can log on to Picasa or Docs? do you mean by web browser?
From Esa.li...@gmail.com on July 30, 2010 06:13:39
Windows XP, all services return like:
Traceback (most recent call last): File "google", line 278, in run_interactive File "google", line 371, in run_once File "googlecl\youtube\service.pyo", line 86, in is_token_valid File "googlecl\service.pyo", line 257, in is_token_valid File "gdata\service.pyo", line 1069, in Get File "atominit.pyo", line 93, in optional_warn_function File "atom\service.pyo", line 186, in request File "gdata\auth.pyo", line 868, in perform_request File "atom\http.pyo", line 163, in request File "httplib.pyo", line 860, in endheaders File "httplib.pyo", line 732, in _send_output File "httplib.pyo", line 699, in send File "httplib.pyo", line 683, in connect error: (10061, 'Connection refused')
From Esa.li...@gmail.com on July 30, 2010 06:52:05
Got googlecl working in Windows XP. I had a proxy setting like:
http_proxy=host:port
and changeit it to:
http_proxy=http://host:port
The first version worked ok with wget etc so I didn't suspect it at all.
From tom.h.mi...@gmail.com on July 30, 2010 10:34:06
This solution agrees with the other proxy errors people have had. infrid.post, could you try this and report back? Thanks.
Status: Feedback
From infrid.p...@gmail.com on July 30, 2010 11:36:54
yes, it works now. It was that environment variable set incorrectly, i use it only for wget sometime. I forgot its existence in my system!
sorry...
thanks anyway! :)
From tom.h.mi...@gmail.com on July 30, 2010 13:32:55
Ah! Thanks for letting me know, and thanks to Esa.lippu for the solution.
Status: Done
From infrid.p...@gmail.com on July 10, 2010 14:52:37
What steps will reproduce the problem? I can't upload a doc or a photo What is the expected output? What do you see instead? > docs upload README.txt Traceback (most recent call last): File "google", line 278, in run_interactive File "google", line 371, in run_once File "googlecl\docs\service.pyo", line 256, in is_token_valid File "googlecl\service.pyo", line 257, in is_token_valid File "gdata\service.pyo", line 1069, in Get File "atominit.pyo", line 93, in optional_warn_function File "atom\service.pyo", line 186, in request File "gdata\auth.pyo", line 868, in perform_request File "atom\http.pyo", line 163, in request File "httplib.pyo", line 860, in endheaders File "httplib.pyo", line 732, in _send_output File "httplib.pyo", line 699, in send File "httplib.pyo", line 683, in connect error: (10061, 'Connection refused')
Original issue: http://code.google.com/p/googlecl/issues/detail?id=220