Running ./config.sh with Expired Token results in Null Reference starting with 2.288.0
See original GitHub issueDescribe the bug
Running ./config.sh with Expired Token results in Null Reference starting with 2.288.0.
To Reproduce
Null Reference in 2.288.0
and 2.288.1
./config.sh --url https://github.com/made-up-org --token EXPIREDAABBCC
...
# Authentication
Object reference not set to an instance of an object.
Expected behavior
This printed the correct error in version 2.287.1
./config.sh --url https://github.com/made-up-org --token EXPIREDAABBCC
...
# Authentication
Http response code: NotFound from 'POST https://api.github.com/actions/runner-registration'
{"message":"Not Found","documentation_url":"https://docs.github.com/rest"}
Response status code does not indicate success: 404 (Not Found).
Runner Version and Platform
- Versions:
2.288.0
and2.288.1
- Arch:
linux-x64
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
Incident Response
Installs hooks/patches the running process. details: "iexplore.exe" wrote bytes "f8112175" to virtual address "0x752283E0" (part of module "SSPICLI.DLL")
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
Awesome, thank you!
Hi @caleblloyd, This bug has already been noticed and reported in this issue. A PR that will close this issue is also created, we are just waiting for verification and merge with the main branch. Since this is a duplicate of an existing issue, I’m going to close it, and you can see when the PR is merged and shipped to the production.