Hi,
I am also facing the same problem as stated by Sunita.
Note: I am trying to upload in an corporate environment. I am setting
both HTTP and HTTPS_PROXY as http://userid:p...@ipaddress:port
When I run the appcfg.py update myapp it gives me the following
stacktrace..

2009-03-19 15:53:38,625 ERROR appcfg.py:1148 An unexpected error
occurred. Abort
ing.
Traceback (most recent call last):
  File "C:\Program Files\Google\google_appengine\appcfg.py", line 60,
in <module
>
    run_file(__file__, globals())
  File "C:\Program Files\Google\google_appengine\appcfg.py", line 57,
in run_fil
e
    execfile(script_path, globals_)
  File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.p
y", line 1886, in <module>
    main(sys.argv)
  File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.p
y", line 1877, in main
    result = AppCfgApp(argv).Run()
  File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.p
y", line 1328, in Run
    self.action(self)
  File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.p
y", line 1789, in __call__
    return method()
  File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.p
y", line 1579, in Update
    lambda path: open(os.path.join(basepath, path), "rb"))
  File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.p
y", line 1127, in DoUpload
    missing_files = self.Begin()
  File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.p
y", line 980, in Begin
    version=self.version, payload=self.config.ToYAML())
  File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appengin
e_rpc.py", line 312, in Send
    self._Authenticate()
  File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appengin
e_rpc.py", line 344, in _Authenticate
    super(HttpRpcServer, self)._Authenticate()
  File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appengin
e_rpc.py", line 233, in _Authenticate
    auth_token = self._GetAuthToken(credentials[0], credentials[1])
  File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appengin
e_rpc.py", line 180, in _GetAuthToken
    for x in response_body.split("\n") if x)
ValueError: dictionary update sequence element #0 has length 1; 2 is
required

Thanks in advance...

On Feb 25, 2:40 pm, sunita khilare <khilare...@gmail.com> wrote:
> Hii Jyoti,
> Thankx for ur reply...
> Now its working fine....
> There was some proxy issues thats why it was giving problem......
>
> On Feb 24, 9:47 pm, Jyoti Shete-Javadekar <jyoti.javade...@gmail.com>
> wrote:
>
>
>
> > Hi Sunita,
> > There could be issues with your app.yaml. Could you please check if your
> > have configured it 
> > correctly?http://code.google.com/appengine/docs/python/tools/configuration.html
>
> > On Tue, Feb 24, 2009 at 3:28 AM, sunita khilare <khilare...@gmail.com>wrote:
>
> > > I am getting one error while uploading application on Google app
> > > engine.I have developed application using new Google app engine
> > > Version 1.1.9
>
> > > ValueError: dictionary update sequence element #0 has length 1; 2 is
> > > required
>
> > > Could u please guide me whts the problem is??
>
> > --
> > -Jyotiwww.videonym.com- Hide quoted text -
>
> - Show quoted text -

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

Reply via email to