3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

謎のGAEエラー No endpoint found ...

Last updated at Posted at 2014-05-23

昨日触った時は動いていたアプリなのに、急に動かなくなった(というかAPIが反応しなくなった)ので確認してみたら、エラーが出てた。

ブラウザ側 : Failed to load resource: the server responed with a status of 404 (Not Found)

GoogleAppEngineLauncher側:
	WARNING  2014-05-23 02:35:08,615 api_config_manager.py:247] No endpoint found for path: _ah/api/discovery/v1/apis/xxxxxxxx/v1/rpc

ss1.png

色々調べたけど原因特定できず。
時間が経てば治るっぽい(エラーが出なくなる)のと、正常に動いていたのを確認したあとにソース、設定なにも弄っていないので、google先生の問題か何らかの接続制限臭いんだよなあ。
ただ、エラーが読み込みに必要なモジュールが見つからないというものなので、制限にしてはおかしいし。

とりま、2回発生して2回目は11時頃発生して14時50分現在まだ治っていない。。。。

*** 追記 ***

やっぱりgoogle先生の問題だった。
gapi.client.load() の呼び出し時にGET先のURLに間違いがあるため、エラーとなる模様。
※ 通常 "http://appname.appspot.com/_ah/api/discovery/v1/apis/サービス名/バージョン/rpc"
 みたいなアドレスになるはずなのに、現状は
 "http://appname.appspot.com/_ah/api/_ah/api/....."
 のように"_ah/api"の箇所が2重になっている。

いつ治るんだろうか。。。。。

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?