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

https://fuzz.land/free ! #25

Closed
JONEmoad opened this issue Apr 22, 2023 · 3 comments
Closed

https://fuzz.land/free ! #25

JONEmoad opened this issue Apr 22, 2023 · 3 comments

Comments

@JONEmoad
Copy link

Why does this problem appear?

./cli -o -t 0x10ED43C718714eb63d5aA57B78B54704E256024E,0xcFF086EaD392CcB39C49eCda8C974ad5238452aC --onchain-block-number 22055611 -c BSC --onchain-local-proxy-addr http://localhost:5003
thread 'main' panicked at 'called Result::unwrap() on an Err value: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("fuzz.land")), port: None, path: "/free", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }', src/licensing.rs:30:64
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

@shouc
Copy link
Contributor

shouc commented Apr 22, 2023

Can you access https://fuzz.land/free ? If not, can you pls check your DNS / Network settings

@shouc shouc closed this as completed Apr 23, 2023
@JONEmoad
Copy link
Author

I was wondering if you could provide me with some information about the reason for including this link and how I can avoid using or depending on it. Thank you for your time.

@shouc
Copy link
Contributor

shouc commented Apr 23, 2023

This is for collecting telemetry (https://github.com/fuzzland/ityfuzz#telemetry):

let res = reqwest::blocking::get("https://fuzz.land/free").unwrap();

Already removed in the latest unstable build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants