[google-appengine] Re: appcfg.py download_data [INFO] Authentication Failed

2010-08-31 Thread morphium_hidrochloricum
Nothing changed after I upgraded to 1.3.7.

-- 
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-appeng...@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.



[google-appengine] appcfg.py download_data [INFO] Authentication Failed

2010-08-30 Thread morphium_hidrochloricum
I use last version of appengine 1.3.6. I am trying to dump my database
with this tutorial.
http://code.google.com/appengine/docs/python/tools/uploadingdata.html

As it says With just a little bit of setup, you can upload new
datastore entities from CSV and XML files, and download entity data
into CSV, XML, and text files.

In app.yaml I have this:

application: put-list
version: 12
runtime: python
api_version: 1

handlers:
- url: /remote_api
  script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
  login: admin

Now I try to download_data:
$ appcfg.py download_data --application=put-list --url=http://put-
list.appspot.com/remote_api --filename=db.csv --kind=Transport -v

As result I have this:
Downloading data records.
[INFO] Logging to bulkloader-log-20100827.181703
[INFO] Throttling transfers:
[INFO] Bandwidth: 25 bytes/second
[INFO] HTTP connections: 8/second
[INFO] Entities inserted/fetched/modified: 20/second
[INFO] Batch Size: 10
[INFO] Opening database: bulkloader-progress-20100827.181703.sql3
[INFO] Opening database: bulkloader-results-20100827.181703.sql3
[DEBUG   ] [WorkerThread-0] WorkerThread: started
[DEBUG   ] [WorkerThread-1] WorkerThread: started
[DEBUG   ] [WorkerThread-2] WorkerThread: started
[DEBUG   ] [WorkerThread-3] WorkerThread: started
[DEBUG   ] [WorkerThread-4] WorkerThread: started
[DEBUG   ] [WorkerThread-5] WorkerThread: started
[DEBUG   ] [WorkerThread-6] WorkerThread: started
[DEBUG   ] [WorkerThread-7] WorkerThread: started
[DEBUG   ] [WorkerThread-8] WorkerThread: started
[DEBUG   ] Configuring remote_api. url_path = /remote_api, servername
= put-list.appspot.com
[DEBUG   ] Bulkloader using app_id: put-list
[INFO] Connecting to put-list.appspot.com/remote_api
[DEBUG   ] [WorkerThread-9] WorkerThread: started
Please enter login credentials for put-list.appspot.com
Email: correctadminem...@gmail.com
Password for correctadminem...@gmail.com:
[INFO] Authentication Failed

And nothing more.

It happens even if I just want to create_bulkloader_config:

/put-list$ appcfg.py create_bulkloader_config --
filename=bulkloader.yaml .

Creating bulkloader configuration.
[INFO] Logging to bulkloader-log-20100827.182218
[INFO] Throttling transfers:
[INFO] Bandwidth: 25 bytes/second
[INFO] HTTP connections: 8/second
[INFO] Entities inserted/fetched/modified: 20/second
[INFO] Batch Size: 10
[INFO] Opening database: bulkloader-progress-20100827.182218.sql3
[INFO] Opening database: bulkloader-results-20100827.182218.sql3
[INFO] Connecting to put-list.appspot.com/remote_api
Please enter login credentials for put-list.appspot.com
Email: correctadminem...@gmail.com
Password for correctadminem...@gmail.com:
[INFO] Authentication Failed

If, being logged as an administrator, I open 
http://put-list.appspot.com/remote_api
in a browser I got the message:
This request did not contain a necessary header

Is it current problem of appengine or something? Or where might I be
wrong?
I am sure I enter correct email and password, the same I use for
uploading my app.
Log doesn't give me enough information.

-- 
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-appeng...@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.