The endpoints are no longer working! They are working on development server and 
the pre-release announcement does not even mention the deprecation of the 
endpoints API.
https://groups.google.com/forum/#!topic/google-appengine/0fq4FIVH55o

There are others affected by 
this;http://stackoverflow.com/questions/18985115/app-engine-endpoints-down

Please find an excerpt from the logs below;

2013-09-25 17:51:48.675
Importing endpoints from google.appengine.ext is deprecated and will be 
removed.  Add the endpoints library to app.yaml, then endpoints can be imported 
simply with "import endpoints".
E 2013-09-25 17:51:48.682
<type 'exceptions.RuntimeError'>: Endpoints library isn't available in python 
2.5 runtime. Use the python27 runtime instead.
Traceback (most recent call last):
  File "/base/data/home/apps/<app>/2-9-8.370476200610089604/services.py", line 
3, in <module>
    from google.appengine.ext import endpoints
  File 
"/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/ext/endpoints/__init__.py",
 line 51, in <module>
    raise RuntimeError('Endpoints library isn\'t available in python 2.5 '

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to