Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Not Found when running circleci local execute #888

Closed
jrnail23 opened this issue Mar 23, 2023 · 5 comments
Closed

Error: Not Found when running circleci local execute #888

jrnail23 opened this issue Mar 23, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@jrnail23
Copy link

Meta:

CircleCI CLI Version:
0.1.25007+8abc86a (homebrew)

Operating System:
Mac M1 macOS Monterey 12.6

CircleCI CLI Diagnostic:

---
CircleCI CLI Diagnostics
---
Debugger mode: false
Config found: /Users/jamesnail/.circleci/cli.yml
API host: https://circleci.com
API endpoint: graphql-unstable
OK, got a token.
Trying an introspection query on API...
Ok.
Hello, James Nail.

Current behavior:

I'm trying to run a job locally, per this tutorial (code repo), but when I run circleci local execute build, I get the following:

Error: Not Found

No other error info or output at all.

Expected behavior:

I expected it to execute the job as indicated in the tutorial

When did this begin / Was this previously working?:

N/A (never tried before)

Additional Information:

This is also happening when trying to run a job on one of my actual work projects. I resorted to the tutorial to confirm that I could run jobs locally at all, which of course failed.

CROSS POSTED at CircleCI-Public/circleci-demo-go#20

@jrnail23 jrnail23 added the bug Something isn't working label Mar 23, 2023
@ivanvpan
Copy link

Same issue.
Version: 0.1.24783+93e3e61 (release)

@nshikov
Copy link

nshikov commented Mar 28, 2023

I got it working by installing an older version of circleci. This one that worked for me: v0.1.24435

You would have to use an alternative installation method from official docs:
https://circleci.com/docs/local-cli/#alternative-installation-method
but just download this install.sh file and update LATEST_URL in there to use tag instead of latest.

Or just run this command:
curl -fLSs https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | sudo VERSION="0.1.24435" bash

@ntindle
Copy link

ntindle commented Mar 29, 2023

This worked for me to set the version without having to modify the script

curl -fLSs https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | sudo VERSION="0.1.24435" bash

@elliotforbes elliotforbes mentioned this issue Mar 30, 2023
@elliotforbes
Copy link
Contributor

@jrnail23 - can I ask you to download the latest and try this out?

@elliotforbes
Copy link
Contributor

I'm going to close this as I believe it's been resolved in the latest version of the CLI - if the problem persists then please let me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants