Hi all, I'm trying to download our app's datastore in order to run it from a local environment.
Here is the command I'm using: bulkloader.py --dump --url=http://{our_app_name}.appspot.com/ remote_api --filename=data.dmp All seems well and it progresses for a bit before dying with the below output. Anyone knows what is going on? By the way, adding an --app_id results in the same error. Thanks. Output: [INFO ] Logging to bulkloader-log-20100329.122544 [INFO ] Throttling transfers: [INFO ] Bandwidth: 250000 bytes/second [INFO ] HTTP connections: 8/second [INFO ] Entities inserted/fetched/modified: 20/second [INFO ] Batch Size: 100 [INFO ] Opening database: bulkloader-progress-20100329.122544.sql3 [INFO ] Opening database: bulkloader-results-20100329.122544.sql3 [INFO ] Connecting to butterstats.appspot.com/remote_api [INFO ] Downloading kinds: [u'FacebookUser', u'League', u'PlayedGame', u'Player', u'Game', u'Team'] .....[INFO ] PlayedGame: No descending index on __key__, performing serial download [INFO ] Player: No descending index on __key__, performing serial download [INFO ] Game: No descending index on __key__, performing serial download ......[ERROR ] [Thread-6] 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 110, in run self.WorkOnItems() File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ google/appengine/tools/adaptive_thread_pool.py", line 131, in WorkOnItems self.__thread_gate.StartWork() File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ google/appengine/tools/adaptive_thread_pool.py", line 389, in StartWork (self.threading.currentThread().getName(), AttributeError: 'ThreadGate' object has no attribute 'threading' [INFO ] An error occurred. Shutting down... [ERROR ] Error in Thread-6: 'ThreadGate' object has no attribute 'threading' [INFO ] Have 961 entities, 0 previously transferred [INFO ] 961 entities (429896 bytes) transferred in 34.6 seconds -- 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.
