[google-appengine] Re: Problems when downloading data from the app

2011-02-08 Thread Ricardo Bánffy
I would suggest placing a strategic pdb.set_trace() around the error lines right before the bulkloader checks if the error is in the non_fatal_error_codes set. This way, you could check what the error code is and add it in the same fashion I did in my patch. On Feb 2, 3:48 am, antichrist

[google-appengine] Re: Problems when downloading data from the app

2011-02-01 Thread antichrist
I have similar problem, but slight different error message. [ERROR2011-02-02 14:40:50,286 adaptive_thread_pool.py] Error in Thread-1: urlopen error (10014, 'Bad address') [DEBUG2011-02-02 14:40:50,301 adaptive_thread_pool.py] Traceback (most recent call last): File C:\Documents and

[google-appengine] Re: Problems when downloading data from the app

2011-01-24 Thread Ricardo Bánffy
in case it affects anyone else, one line fixes it: Index: google/appengine/tools/bulkloader.py === --- google/appengine/tools/bulkloader.py(revision 142) +++ google/appengine/tools/bulkloader.py(working copy) @@