I can't for the life of me figure out what this error means, or how to
solve it. It looks like I made a typo somewhere (s~helixchewer vs
helixchewer) but I can't figure out where.
Has anyone run into this before?
> appcfg.py create_bulkloader_config --filename=bulkloader.yaml --url=
http://helixchewer.appspot.com/_ah/remote_api
Creating bulkloader configuration.
[INFO ] Logging to bulkloader-log-20110109.232451
[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: bulkloader-progress-20110109.232451.sql3
[INFO ] Opening database: bulkloader-results-20110109.232451.sql3
[INFO ] Connecting to
helixchewer.appspot.com/_ah/remote_api
[INFO ] Downloading kinds:
['__Stat_PropertyType_PropertyName_Kind__']
[ERROR ] [Thread-1] WorkerThread:
Traceback (most recent call last):
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/adaptive_thread_pool.py", line 150, in
WorkOnItems
status, instruction = item.PerformWork(self.__thread_pool)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/bulkloader.py", line 691, in PerformWork
transfer_time = self._TransferItem(thread_pool)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/bulkloader.py", line 1078, in _TransferItem
self, retry_parallel=self.first)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/bulkloader.py", line 1348, in GetEntities
results = self._QueryForPbs(query)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/bulkloader.py", line 1319, in _QueryForPbs
raise datastore._ToDatastoreError(e)
BadRequestError: app s~helixchewer cannot access app helixchewer's
data
[INFO ] [Thread-3] Backing off due to errors: 1.0 seconds
[INFO ] An error occurred. Shutting down...
[ERROR ] Error in Thread-1: app s~helixchewer cannot access app
helixchewer's data
[INFO ] Have 0 entities, 0 previously transferred
[INFO ] 0 entities (1697 bytes) transferred in 2.0 seconds
Contents of app.yaml:
application: helixchewer
version: 1
runtime: python
api_version: 1
handlers:
- url: .*
script: main.py
builtins:
- datastore_admin: on
- remote_api: on