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

stream did not contain valid UTF-8 #1

Closed
Sinderella opened this issue Apr 4, 2019 · 1 comment
Closed

stream did not contain valid UTF-8 #1

Sinderella opened this issue Apr 4, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@Sinderella
Copy link

I quickly tested dirble and I came across this error message.

$ ./dirble http://127.0.0.1:8000 -w ~/clones/SecLists/Discovery/Web-Content/big.txt
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: InvalidData, error: StringError("stream did not contain valid UTF-8") }', src/libcore/result.rs:1009:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.

It seems like this line causes it. Removing the line fixed the error.

https://github.com/danielmiessler/SecLists/blob/master/Discovery/Web-Content/big.txt#L16072

@Isona Isona added the bug Something isn't working label Apr 4, 2019
@Isona Isona closed this as completed in b937a67 Apr 4, 2019
@Isona
Copy link
Owner

Isona commented Apr 4, 2019

Thanks for the issue, it should be fixed on master now, and will be in a release in the next few days.

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

No branches or pull requests

2 participants