ITコンサルの日常

ITコンサル会社に勤務する普通のITエンジニアの日常です。

GAE/Python死んだ?

なんか照会は出来るけど、登録しようとしたらエラーが出た。

Traceback (most recent call last):
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 503, in __call__
    handler.post(*groups)
  File "/base/data/home/apps/taka-2/1.332435952364325574/helloworld.py", line 168, in post
    key = family_budget.put()
  File "/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 669, in put
    return datastore.Put(self._entity)
  File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 166, in Put
    raise _ToDatastoreError(err)
  File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 1965, in _ToDatastoreError
    raise errors[err.application_error](err.error_detail)
InternalError: internal error

で、Applicationのページ(http://appengine.google.com/)に行こうとしたら、
Accept New Terms of Serviceのページが出て、I accept these terms.にチェックを入れてSubmitボタンをクリックしたら、下のような画面が。。

なんかおかしい??

(4/21追記)
直ったらしい。