-
Notifications
You must be signed in to change notification settings - Fork 305
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
Fails with TypeError on recursive #196
Comments
@dbogatov one of workarounds is to simulate nginx example:
|
What do you mean? |
yes, this is just workaround it seems blc fails if there is no |
This seems like an impractical workaround. Thanks for the idea anyway! |
By the way, out of frustration that the bugs are not being fixed for years, I decided to code my own scaled-down alternative to BLC. |
anyway there is another bug even with in v0.7.8 it does visit to all internal links ( |
@dbogatov I was getting the same error but it was never fixed! I did the same, code my own alternative to BLC. |
Describe the bug
Exits with
TypeError: Cannot read property 'call' of null
when run against (at least) my website using-r
.See full log
To Reproduce
Here is what I did:
Expected behavior
Earlier versions (e.g. v0.7.x) work fine.
For the record, the reason I tried to switch to v8 is because all of sudden earlier versions started to dislike perfectly fine SSL certificates...
Environment:
node:14.3.0-alpine3.10 /bin/sh
Docker imageThe text was updated successfully, but these errors were encountered: