`runner` error logs, destructure id of `undefined`
- Dominant language
- JavaScript
- Stars
- 4.2k
- Forks
- 345
- PR merge metrics
- No merged PRs in 30d
Description
Chasing a different error I have finally uncovered the origin of: `Cannot destructure property 'id' of '(intermediate value)' as it is undefined.`
of more commonly seen as:
```
{"level":"error","message":"\tFailed: Cannot destructure property 'id' of '(intermediate value)' as it is undefined."}
```
When the `cml runner` flag `--single` is used, the self-hosted runner is started with `ephemeral` and automatically de-registers itself when its one job is complete so when cml goes through the shutdown process to also tries and de-register itself the GitHub API returns no results because it's already gone....
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.