-
Notifications
You must be signed in to change notification settings - Fork 22
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
ERR_INVALID_URL with --spider flag #13
Comments
Hello, I have similar problem. The HTML page with telephone number will drop the error:
Most likely the spider doesn't know how to handle links with telephone number or javascript in it. |
I can confirm, that telephone links in the page cause glyphhanger to crash. I was about to open an issue for that. |
Seems like this should be added to spider-pig: Update: |
Hello!
I am running into a weird problem - as soon as I use the
--spider
flag, I am getting errors:I thought it might have to do something with node 17, so I used nvm to switch to node 16, but the error persistent. I am not sure how to proceed here.
The text was updated successfully, but these errors were encountered: