Skip to content

Instantly share code, notes, and snippets.

@andoriyu
Created September 19, 2012 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andoriyu/3751750 to your computer and use it in GitHub Desktop.
Save andoriyu/3751750 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "import.py", line 19, in <module>
remote_api_stub.MaybeInvokeAuthentication()
File "/usr/local/google_appengine/google/appengine/ext/remote_api/remote_api_stub.py", line 705, in MaybeInvokeAuthentication
datastore_stub._server.Send(datastore_stub._path, payload=None)
File "/usr/local/google_appengine/google/appengine/tools/appengine_rpc.py", line 377, in Send
f = self.opener.open(req)
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 406, in open
response = meth(req, response)
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 519, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 444, in error
return self._call_chain(*args)
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 378, in _call_chain
result = func(*args)
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 527, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 301: Moved Permanently
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment