I cannot reproduce this but could see what may be happening. What is
new in 1.5.0 is that we try to autodetect the appid in more cases,
what exact command line were you useing?

If you change remote_api_stub.py, line 502 from this:

if app_info['rtok'] != remote_token:
to this:
if str(app_info['rtok']) != remote_token:

then it should work--let me know.

--Matthew

On May 23, 1:13 pm, Hans-Joachim Belz <flusskontro...@googlemail.com>
wrote:
> Hi!
>
> I had the same error.
>
> After adding "--application <app-id>" to the "appcfg.py download_data"
> command every thing worked fine again. Something seems to go wrong
> when appcfg.py attempts to look up the app id by itself.
>
> Seehttp://code.google.com/intl/de-DE/appengine/docs/python/tools/uploadi...
> for all options.
>
> Regards,
> Achim.
>
> On 11 Mai, 21:26, 종덕 안 <human.z...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Here is error message..
>
> > Uploading data records.
> > [INFO    ] Logging to bulkloader-log-20110512.041821
> > [INFO    ] Throttling transfers:
> > [INFO    ] Bandwidth: 250000 bytes/second
> > [INFO    ] HTTP connections: 8/second
> > [INFO    ] Entities inserted/fetched/modified: 20/second
> > [INFO    ] Batch Size: 10
> > Please enter login credentials for eztripon.appspot.com
> > Email: human.z...@gmail.com
> > Password for human.z...@gmail.com:
> > Traceback (most recent call last):
> >   File "/usr/local/bin/appcfg.py", line 76, in <module>
> >     run_file(__file__, globals())
>
> > ......
>
> >   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
> > GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
> > google/appengine/ext/remote_api/remote_api_stub.py", line 502, in
> > GetRemoteAppIdFromServer
> >     repr(app_info['rtok'])))
> > google.appengine.ext.remote_api.remote_api_stub.ConfigurationError:Tokenval 
> > idationfailedduringapp_idlookup. (sent '612758995518',
> > got 612758995518)
>
> > because of my mail-id format? e.g xxxx.x...@gmail.com..

-- 
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