cli refusing to run
See original GitHub issueThe server and UI work perfectly. When trying to set up the cli, i build the binary but the cli doesn’t run.
i can run ./zally --help
and pull up the help message. But cannot get anything else work. Not a problem with Go, as I can get other CLIs to work.
Attaching terminal output. Terminal Saved Output.txt
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
[BUG] `npm` refuses to run if the home directory is inaccessible
Currently happens on npm 8.6.0 and later. Attempting to run any npm command if the user's home directory does not exist (possible for...
Read more >Troubleshooting AWS CLI errors - AWS Command Line Interface
Access denied errors ... On Linux or macOS, make sure that the aws program has run permissions for the calling user. Typically, the...
Read more >Unix command line failing to run program after compiling with ...
Your program is doing exactly what you're telling it to do! You feed addRes into the pipe, and then print it out. addRes...
Read more >Localhost Refused to Connect - How to Fix the Error
Start by navigating to localhost in a different browser. If the connection establishes, then the settings in the initial browser are the issue....
Read more >How to Fix Shell Script Permission Denied Error in Linux
To fix the permission denied error in Linux, one needs to change the file permission of the script. Use the “chmod” (change mode)...
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
ah that works perfectly thank you so much! I could swear I tried running the CLI on
localhost:8000
but that must have been what I missedThis is good 😃
In this case (docker-compose), Zally Server runs on port
8000
(--linter-service "http://localhost:8000"
).