Hi group,

I am having some problem with upload_data. I get an authentication
error without even being asked for email and password.

~/Sites/appengine  $ appcfg.py upload_data --config_file=app-id/
country_loader.py --filename=app-id/countries.csv --kind=Country app-
id/.

I tried with these few other configurations:

~/Sites/appengine/app-id $ appcfg.py upload_data --
config_file=country_loader.py --filename=countries.csv --kind=Country
--no_cookies -e [email protected] --
auth_domain=digitaleternal.com --passin .

~/Sites/appengine/app-id $ appcfg.py upload_data --
config_file=country_loader.py --filename=countries.csv --kind=Country
--no_cookies -e [email protected] .

and I still get the same error:

Uploading data records.
[INFO    ] Logging to bulkloader-log-20090503.210704
[INFO    ] Opening database: bulkloader-progress-20090503.210704.sql3
[INFO    ] Connecting to /remote_api
[ERROR   ] Exception during authentication
Traceback (most recent call last):
  File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/bulkloader.py", line 3633, in Run
    request_manager.Authenticate()
  File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/bulkloader.py", line 1464, in Authenticate
    self.rpc_server.Send(self.url_path, payload=None)
  File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/appengine_rpc.py", line 344, in Send
    f = self.opener.open(req)
  File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 380, in open
    response = meth(req, response)
  File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 491, in http_response
    'http', request, response, code, msg, hdrs)
  File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 418, in error
    return self._call_chain(*args)
  File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 353, in _call_chain
    result = func(*args)
  File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 499, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 500: Internal Server Error
[INFO    ] Authentication Failed

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