actions / runner

The Runner for GitHub Actions :rocket:
https://github.com/features/actions
MIT License
4.65k stars 895 forks source link

Unexpected character encountered while parsing value: E. Path '', line 0, position 0 #3283

Closed aayushshah15 closed 1 month ago

aayushshah15 commented 1 month ago

Describe the bug Since upgrading to 2.316.1, we're seeing the runner script sporadically fail with the following error:

Unexpected character encountered while parsing value: E. Path '', line 0, position 0.

Often, retrying the runner script "works".

To Reproduce We're starting the runner script with a JIT token as follows:

RUNNER_ALLOW_RUNASROOT=1  ./run.sh --jitconfig ${jit}

Expected behavior We expect the runner to start listening for jobs like usual.

Runner Version and Platform

Version of your runner? 2.316.1

OS of the machine running the runner? OSX/Windows/Linux/... Ubuntu 22.04

What's not working?

Unexpected character encountered while parsing value: E. Path '', line 0, p
Runner listener exit with terminated error, stop the service, no retry needed.
Exiting runner...
aayushshah15 commented 1 month ago

This turned out to be a bug on our end -- closing.