stevenvachon / broken-link-checker

Find broken links, missing images, etc within your HTML.
MIT License
1.97k stars 305 forks source link

Tool exits and logs no errors or warnings #100

Closed dialex closed 6 years ago

dialex commented 6 years ago

When I run blc https://dialex.github.io/start-testing/

It outputs Getting links from: https://dialex.github.io/start-testing.

And that's it. Stops the execution. No errors. Am I doing something wrong?

Zauberbutter commented 6 years ago

Thats because the page is empty without JavaScript ;)

dialex commented 6 years ago

Oh... I use docsify 🙁 Time to find another tool then. Thanks anyway!

architchandra commented 3 years ago

I'm also facing a similar issue on a local project but it uses the LAMP stack, so there is no JS injected stuff. Not sure why it's not working. It's working on other projects using similar technologies.

architchandra commented 3 years ago

The problem was in my usage. The project has robots set to none on my local environment. Use the -f flag fixed it.