HTTPError: Response code 404 (Not Found)
See original GitHub issueI was trying this tool out and found that I always get a 404 error when using it. Both when installed using npm install -g
or when using it with npx
, see logs below. Oddly enough the tool seems to work fine when I clone the repository and run src/cli.js
…
# with npm install -g
$ wallace projectwallace.com
HTTPError: Response code 404 (Not Found)
# with NPX
$ npx wallace-cli projectwallace.com
[...]
HTTPError: Response code 404 (Not Found)
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Error 404 not found - What does it mean & how to fix it! - IONOS
Reload the page: It might be that the error 404 has appeared for the simple reason that the page did not load properly....
Read more >Http error 404: How to fix it on your online store - PrestaShop
The error is also known as “404 Page Not Found”. It indicates that the page you are looking for cannot be found. Usually...
Read more >HTTP 404 - Wikipedia
In computer network communications, the HTTP 404, 404 not found, 404, 404 error, page not found or file not found error message is...
Read more >404 Not Found Error: What It Is and How to Fix It - Airbrake Blog
The 404 Not Found Error is an HTTP response status code, which indicates that the requested resource could not be found. Like most...
Read more >How to fix HttpErrorResponse 404 Not found - Stack Overflow
I am getting error message on web console, it says "Http failure response for http://localhost:5000/api/authregister: 404 Not Found".
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
Works for me 👍 Thanks for publishing an update this quickly!
I have released current
master
as 2.5.0, because I wanted to get rid of that endpoint. I’ve double-checked thatnpx wallace-cli projectwallace.com
gives the correct output, since this is the only part of the app that isn’t coverd by tests (see #55).Thanks again for your very thorough analysis!