question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

probot: Invalid app_id `ID number`

See original GitHub issue

Bug 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:closed
  • Created 4 years ago
  • Comments:40 (18 by maintainers)

github_iconTop GitHub Comments

5reactions
marcgspccommented, Jan 20, 2020

@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.

1reaction
gr2mcommented, Nov 17, 2019

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found