probot: Invalid app_id `ID number`
See original GitHub issueBug Report
Current Behavior
Everytime I do check run update, I get probot: Invalid app_id
ID`
05:30:29.401Z ERROR probot: Invalid app_id `ID`
HttpError: Invalid app_id `ID`
at response.text.then.message (/my-probot-app/node_modules/@octokit/request/dist-node/index.js:66:23)
at <anonymous>
at process._tickDomainCallback (internal/process/next_tick.js:228:7)
Expected behavior/code I am able to create a check run without any problem.
Is there something I am missing here ?
Environment
- Probot version(s): [e.g. v6.0.0]
- Node/npm version: [e.g. Node 8/npm 5]
- OS: [e.g. OSX 10.13.4, Windows 10]
Possible Solution
Additional context/Screenshots Add any other context about the problem here. If applicable, add screenshots to help explain.
Issue Analytics
- State:
- Created 4 years ago
- Comments:40 (18 by maintainers)
Top Results From Across the Web
Build your own Probot | Jason Etcovitch
Along with your App's credentials (a Private Key and App ID), it uses that installation ID to create a temporary API token.
Read more >configuration docs - Probot
Configuration ; APP_ID, new Probot({ appId }), The App ID assigned to your GitHub App. Required. (Example: 1234 ) ; PRIVATE_KEY or PRIVATE_KEY_PATH,...
Read more >python - Discord Bot Role Mentioning - Stack Overflow
Where ROLE_ID is the ID of the role you are trying to mention. Get the ID of the Moderators role, add it to...
Read more >What permissions do Discord bots need? - Quora
Answering: “What permissions do Discord bots need?” That would depend very much upon what you want the bot to be capable of. If...
Read more >Rawr Bot Discord
Create events that repeat every week. invalid permissions provided discord bot. ... Our discord bot links to our comprehensive World of Warcraft Classic ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@gr2m Ok thanks for all your answers, that helped a lot! For those who won’t read everything except the last post, a GitHub App has rights on the checkrun that it owns, so the ones it created… The checksuites that are automatically created (on pull_request for example) are “owned” by the App
github-actions
, as which you cannot authenticate, so no possibility to update a checksuite/checkrun this way, you would need to create it yourself in your own CI server I guess.There is no restriction other then the permissions the installation has. But if the permissions were insufficient, the error message would be different.
GitHub had their yearly conference last week so everyone was very busy, I’m sure they will get back to you soon