Yesterday, I started getting errors with appcfg.py. Sometimes, it
seemed like I could get around the error by moving a source file away,
and then back, but the condition is persisting. I'll include a
transcript below. I tried running appcfg.py with the --noisy flag, but
this didn't point to any obvious problems. I admit, there is a lot of
cruft in my subdirectories (such as a CVS directory), but I'm not sure
how to analyze this problem. -- thanks
appcfg.py update robobrightkite/
Loaded authentication cookies from /Users/egilchri/.appcfg_cookies
Scanning files on local disk.
Initiating update.
Could not guess mimetype for stylesheets/CVS/Root. Using application/
octet-stream.
Could not guess mimetype for stylesheets/CVS/Entries. Using
application/octet-stream.
Could not guess mimetype for stylesheets/CVS/Repository. Using
application/octet-stream.
Cloning 12 static files.
Cloning 71 application files.
Uploading 2 files.
2009-01-03 08:40:32,197 ERROR appcfg.py:1070 An unexpected error
occurred. Aborting.
Rolling back the update.
Traceback (most recent call last):
File "/usr/local/bin/appcfg.py", line 48, in <module>
execfile(script_path, globals())
File "/usr/local/google_appengine/google/appengine/tools/appcfg.py",
line 1530, in <module>
main(sys.argv)
File "/usr/local/google_appengine/google/appengine/tools/appcfg.py",
line 1526, in main
AppCfgApp(argv).Run()
File "/usr/local/google_appengine/google/appengine/tools/appcfg.py",
line 1201, in Run
self.action.function(self)
File "/usr/local/google_appengine/google/appengine/tools/appcfg.py",
line 1405, in Update
lambda path: open(os.path.join(basepath, path), "rb"))
File "/usr/local/google_appengine/google/appengine/tools/appcfg.py",
line 1057, in DoUpload
self.UploadFile(missing_file, file_handle)
File "/usr/local/google_appengine/google/appengine/tools/appcfg.py",
line 977, in UploadFile
payload=file_handle.read())
File "/usr/local/google_appengine/google/appengine/tools/appcfg.py",
line 279, in Send
f = self.opener.open(req)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 381, in open
response = self._open(req, data)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 399, in _open
'_open', req)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 360, in _call_chain
result = func(*args)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 1107, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py", line 1082, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error (35, 'Resource temporarily
unavailable')>
[Julia-Bucks-Computer:~/appengine] egilchri% '
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---