I'm getting this error when running "appcfg.py update ." in my app
directory. There are a couple threads about this(http://
groups.google.com/group/google-appengine/search?group=google-
appengine&q=EOF+occurred+in+violation+of+protocol) which did not help
me. My connection is not proxied, and I also tried after clearing the
appcfg cookies. I've deployed successfully many times before (although
this is the first time I've tried with this version of the sdk; I'm on
version 1.3.1.).
Any ideas?
...
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/appcfg.py", line 1968, in Update
updatecheck.CheckForUpdates()
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/appcfg.py", line 356, in CheckForUpdates
api_versions=version['api_versions'])
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/appengine_rpc.py", line 348, in Send
response = f.read()
File "/sw/lib/python2.5/socket.py", line 304, in read
data = self._sock.recv(rbufsize)
File "/sw/lib/python2.5/httplib.py", line 529, in read
s = self.fp.read(amt)
File "/sw/lib/python2.5/site-packages/PIL/__init__.py", line 397, in
read
ssl.SSLError: (8, '_ssl.c:1332: EOF occurred in violation of
protocol')
--
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.