よしたく blog

ほぼ週刊で記事を書いています

【解決?】Probot appをGitHub Appに登録するときに出るAPI rate limit exceeded for xxx.xxx.xxx.xxx.エラー

tl;dr

  • Probot appをGitHub Appに登録するときにエラーが出た
  • ネットを検索しても同じ情報が出ないのでメモしておく
    • 自分の検索の仕方が悪いかもしれないが

エラー内容

HttpError: {"message":"API rate limit exceeded for xxx.xxx.xxx.xxx. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}
    at response.text.then.message (/Users/yoshitaku/workspace/my-first-app/node_modules/@octokit/rest/lib/request/request.js:72:19)
    at process.internalTickCallback (internal/process/next_tick.js:77:7)

発生の状況

Probot appをGitHub Appに登録するときにエラーが出た

GitHub Appを構築するフレームワークProbot appを設定していたら上記のエラーが出ました。

developer.github.com

を見たり、

But here's the good news: Authenticated requests get a higher rate limitで調べてはいますがHomebrewでのエラーが出てきていてまだ解決には至っていません。

解決までの過程

時間が空いたら使えるようになった

【2018/12/24】 時間が空いたら使えるようになっていました。

解決策

時間が空いたら使えるようになった

【2018/12/24】 時間が空いたら使えるようになっていました。