Skip to content
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

Panic with EmptyHost #69

Closed
johanstokking opened this issue May 6, 2020 · 2 comments · Fixed by #146
Closed

Panic with EmptyHost #69

johanstokking opened this issue May 6, 2020 · 2 comments · Fixed by #146
Labels
bug Something isn't working

Comments

@johanstokking
Copy link

I'm getting the following panics;

thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: EmptyHost', src/scraper.rs:97:37
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Any', src/scraper.rs:150:9

Could be a link without host?

@CohenArthur
Copy link
Collaborator

Could you please paste the command you used ? Thanks for reporting it !

@CohenArthur CohenArthur added the bug Something isn't working label May 6, 2020
@johanstokking
Copy link
Author

Sure; I'm downloading our website;

$ suckit https://www.thethingsnetwork.org -j 8 -o ./thethingsnetwork.org -v

It seems to fail roughly at the same time, but it's hard to tell as lots of content gets downloaded correctly before this panic.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants