Self Hosted Runner Can't Update/Claim url 301 Moved Permanently

I’ve installed the launch agent with systemctl following the instructions here: /docs/runner-installation-linux

but the launcher has stopped working all of sudden, im not sure if its something ive done or if its to do with the download because it’s not giving the error that 301 Moved Perminently on the following address:
runner circleci com/api/v3/runner/claim

Has anyone else had this issue? I’m a bit stuck and it doesnt seem like there much I can do from my end.

ERROR:
Oct 20 17:58:47 srv520605 circleci-launch-agent[876862]: time=“2024-10-20T17:58:47Z” level=warning msg=“could not update launch-agent to new version: error downloading launch-agent: could not get URL "": Get "": unsupported protocol scheme ""”
Oct 20 17:58:47 srv520605 circleci-launch-agent[876862]: time=“2024-10-20T17:58:47Z” level=error msg=“error running task” error=“unexpected error claiming task: server supplied detail: runner circleci com/api/v3/runner/claim (301-Moved Permanently)”

had to take all the links out so the urls look weird

1 Like

My CI/CD pipeline also just got this same error from yesterday, is there any update from circleci? Or do we need to upgrade new version for circleci agent?

“could not update launch-agent to new version: error downloading launch-agent: could not get URL "": Get "": unsupported protocol scheme ""”

Currently, I’m using
circleci-launch-agent version 1.1.73189-8792751 (built 2023-12-14T11:55:45+0000)

Hi there. This looks to be the result of the deprecation of previous runner versions. This should be resolved by upgrading to runner v3.

1 Like