Thank you, Robert.

That got me by the authentication error once, but once it started updating,
appcfg aborted with:
Server: appengine.google.com.
Scanning files on local disk.
Initiating update.
2010-12-05 08:17:07,141 ERROR appcfg.py:1818 An unexpected error occurred.
Aborting.
Traceback (most recent call last):
  File
"/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appcfg.py",
line 1784, in DoUpload
    missing_files = self.Begin()
  File
"/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appcfg.py",
line 1528, in Begin
    version=self.version, payload=self.config.ToYAML())
  File
"/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appengine_rpc.py",
line 341, in Send
    f = self.opener.open(req)
  File "/usr/lib/python2.6/urllib2.py", line 391, in open
    response = self._open(req, data)
  File "/usr/lib/python2.6/urllib2.py", line 409, in _open
    '_open', req)
  File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.6/urllib2.py", line 1169, in https_open
    return self.do_open(httplib.HTTPSConnection, req)
  File
"/opt/google_appengine/1.4.0/google_appengine/lib/fancy_urllib/fancy_urllib/__init__.py",
line 355, in do_open
    raise url_error
URLError: <urlopen error [Errno 110] Connection timed out>
Traceback (most recent call last):
  File "/opt/google_appengine/current/appcfg.py", line 69, in <module>
    run_file(__file__, globals())
  File "/opt/google_appengine/current/appcfg.py", line 65, in run_file
    execfile(script_path, globals_)
  File
"/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appcfg.py",
line 3100, in <module>
    main(sys.argv)
  File
"/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appcfg.py",
line 3091, in main
    result = AppCfgApp(argv).Run()
  File
"/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appcfg.py",
line 2013, in Run
    self.action(self)
  File
"/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appcfg.py",
line 2943, in __call__
    return method()
  File
"/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appcfg.py",
line 2368, in Update
    lambda path: open(os.path.join(basepath, path), 'rb'))
  File
"/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appcfg.py",
line 1784, in DoUpload
    missing_files = self.Begin()
  File
"/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appcfg.py",
line 1528, in Begin
    version=self.version, payload=self.config.ToYAML())
  File
"/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appengine_rpc.py",
line 341, in Send
    f = self.opener.open(req)
  File "/usr/lib/python2.6/urllib2.py", line 391, in open
    response = self._open(req, data)
  File "/usr/lib/python2.6/urllib2.py", line 409, in _open
    '_open', req)
  File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.6/urllib2.py", line 1169, in https_open
    return self.do_open(httplib.HTTPSConnection, req)
  File
"/opt/google_appengine/1.4.0/google_appengine/lib/fancy_urllib/fancy_urllib/__init__.py",
line 355, in do_open
    raise url_error
urllib2.URLError: <urlopen error [Errno 110] Connection timed out>

After that, even if I remove ~/.appcfg_*, I still get authentication
errors.  I've build and installed Python 2.5 and that has the same
problems.  I'll keep plugging away. Thank you very much for the hint,
Robert.

  -Arcege

On Sun, Dec 5, 2010 at 12:40 AM, Robert Kluin <[email protected]>wrote:

> Hey Arcege,
>   You might try:
>      rm ~/.appcfg_cookies
>      rm ~/.appcfg_nag
>
>
> Robert
>
>
>
>
>
>
>
> On Sat, Dec 4, 2010 at 23:51, Michael P. Reilly <[email protected]> wrote:
> > Hi all,
> >
> > Last Friday (Nov 26), I attempted to upload a new version of my app.
> Since
> > then, I've been getting "Error 401: Must authenticate first".  I have
> > regenerated my password with no affect. I've tried both GAE SDK for
> Python
> > 1.3.8 and 1.4.0.  I'm running Ubuntu 10.04.  Python is 2.6, but in
> previous
> > deploy was the same release of Python, so I don't see an issue there.
> >
> > I have no problems with version control or the admin console.  My account
> > and password are taken with no problems there.
> >
> > Any thoughts on how to clear the authentication issue?
> >
> > Thank you,
> >   -Arcege
> > --
> > There's so many different worlds,
> > So many different suns.
> > And we have just one world,
> > But we live in different ones.
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<google-appengine%[email protected]>
> .
> > For more options, visit this group at
> > http://groups.google.com/group/google-appengine?hl=en.
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>


-- 
There's so many different worlds,
So many different suns.
And we have just one world,
But we live in different ones.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to