Hi, I'm moving to the python27 runtime [sdk 1.6.0] and am having a problem uploading data; it seems like my email address is being ignored and the authentication step missed out, resulting in an authentication error:
justin@justin-ThinkPad-X220:~/work/just_football$ python appengine/ appcfg.py upload_data --kind=League --log_file=tmp/bulkloader-log -- url=http://just-football.appspot.com/remote_api --application=s~just- football --config_file=bulkloader.yaml --filename=tmp/leagues.csv -- [email protected] --db_filename=tmp/bulkloader- progress.sql3 Uploading data records. [INFO ] Logging to tmp/bulkloader-log [INFO ] Throttling transfers: [INFO ] Bandwidth: 250000 bytes/second [INFO ] HTTP connections: 8/second [INFO ] Entities inserted/fetched/modified: 20/second [INFO ] Batch Size: 10 [INFO ] Opening database: tmp/bulkloader-progress.sql3 [INFO ] Connecting to just-football.appspot.com/remote_api [ERROR ] Exception during authentication Traceback (most recent call last): File "/home/justin/packages/google_appengine_1.6.0/google/appengine/ tools/bulkloader.py", line 3433, in Run self.request_manager.Authenticate() File "/home/justin/packages/google_appengine_1.6.0/google/appengine/ tools/bulkloader.py", line 1319, in Authenticate remote_api_stub.MaybeInvokeAuthentication() File "/home/justin/packages/google_appengine_1.6.0/google/appengine/ ext/remote_api/remote_api_stub.py", line 660, in MaybeInvokeAuthentication datastore_stub._server.Send(datastore_stub._path, payload=None) File "/home/justin/packages/google_appengine_1.6.0/google/appengine/ tools/appengine_rpc.py", line 365, in Send f = self.opener.open(req) File "/usr/lib/python2.7/urllib2.py", line 400, in open response = meth(req, response) File "/usr/lib/python2.7/urllib2.py", line 513, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib/python2.7/urllib2.py", line 438, in error return self._call_chain(*args) File "/usr/lib/python2.7/urllib2.py", line 372, in _call_chain result = func(*args) File "/usr/lib/python2.7/urllib2.py", line 521, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) HTTPError: HTTP Error 404: Not Found [INFO ] Authentication Failed justin@justin-ThinkPad-X220:~/work/just_football$ Any ideas ? Thanks, Justin -- 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.
