salimoha / googlecl

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

Another proxy problem #395

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
google docs list

I got an error, but all my varieble are set correctly. (e.g. proxies)

2.
I got an error message 'connection refused'
Traceback (most recent call last):
  File "google", line 849, in <module>
  File "google", line 835, in main
  File "google", line 615, in run_once
  File "google", line 106, in authenticate
  File "googlecl\authentication.pyo", line 58, in check_access_token
  File "googlecl\docs\client.pyo", line 235, in is_token_valid
  File "googlecl\client.pyo", line 49, in is_token_valid
  File "googlecl\base.pyo", line 328, in is_token_valid
  File "atom\client.pyo", line 124, in get
  File "googlecl\client.pyo", line 60, in retry_request
  File "googlecl\base.pyo", line 387, in retry_operation
NameError: global name 'Nonesock_' is not defined

3. I attached a file with my systems variables

What is the expected output? What do you see instead?
I cannot connect to google server when i am behind a corporate proxy. Without 
proxy it's ok.

What version of the product are you using? On what operating system? 
googlecl-win32-0.9.13
Windows XP

What version of gdata-python-client (aka python-gdata)?
gdata-2.0.14

Please provide any additional information below.
Take a look to attached picture.
I tried all solutions about proxy problems. My proxy username/password are not 
set. There is no username/password for my proxy.

Original issue reported on code.google.com by arpad....@gmail.com on 26 May 2011 at 12:51

Attachments:

GoogleCodeExporter commented 9 years ago
I use python 2.7

Original comment by arpad....@gmail.com on 26 May 2011 at 12:55

GoogleCodeExporter commented 9 years ago
I also have this problem with python 2.7, gdata 2.0.14, googlecl 0.9.13 on XP. 
All other services work except docs. Verbose output below:

> docs list -v
Gdata will be imported from 
C:\googlecl\googlecl-win32-0.9.13\library.zip\gdata\__init__.pyo
Your pythonpath: c:\python27
Reading configuration from C:\Documents and Settings\USERID\.googlecl\config
determine_terminal_encoding(): cp850
Initialized googlecl.client.BaseClientCL
missing_reqs: ['fields']
Option convert: True
Option delimiter: ,
Option fields: title,url-site
Option hostid: USERID@PCNAME
Option prompt: True
Option src: []
Option user: EMAIL@gmail.com
Option verbose: True
args: []
read_access_token evaluated to False
Failed to set token!
Checking access token...
unexpected exception: global name 'Nonesock_' is not defined
Arguments: ()
Keyword arguments: {'http_request': None, 'method': 'GET', 'auth_token': None, '
uri': '/feeds/default/private/full/?max-results=1'}
Traceback (most recent call last):
  File "google", line 488, in run_interactive
  File "google", line 615, in run_once
  File "google", line 106, in authenticate
  File "googlecl\authentication.pyo", line 58, in check_access_token
  File "googlecl\docs\client.pyo", line 235, in is_token_valid
  File "googlecl\client.pyo", line 49, in is_token_valid
  File "googlecl\base.pyo", line 328, in is_token_valid
  File "atom\client.pyo", line 124, in get
  File "googlecl\client.pyo", line 60, in retry_request
  File "googlecl\base.pyo", line 387, in retry_operation
NameError: global name 'Nonesock_' is not defined
>

Original comment by robin.fo...@gmail.com on 7 Mar 2012 at 6:19

GoogleCodeExporter commented 9 years ago
Just checked out the latest build and it's fixed in that

Original comment by robin.fo...@gmail.com on 7 Mar 2012 at 7:04

GoogleCodeExporter commented 9 years ago

Original comment by szy...@endpoint.com on 29 Dec 2012 at 6:52