We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(using git-bash as my terminal)
$ curl 127.0.0.1:42110/1HELLoE3sFD9569CLCbHEAVqvqV7U2Ri9d -v * Trying 127.0.0.1:42110... * Connected to 127.0.0.1 (127.0.0.1) port 42110 (#0) > GET /1HELLoE3sFD9569CLCbHEAVqvqV7U2Ri9d HTTP/1.1 > Host: 127.0.0.1:42110 > User-Agent: curl/7.83.1 > Accept: */* > * Mark bundle as not supporting multiuse < HTTP/1.1 400 Bad Request < content-length: 0 < date: Mon, 29 Aug 2022 20:28:02 GMT < * Connection #0 to host 127.0.0.1 left intact
$ RUST_BACKTRACE=full ./zeronet.exe siteDownload -s 1HELLoE3sFD9569CLCbHEAVqvqV7U2Ri9d ERROR zeronet::discovery > Error : MissingError ERROR zeronet::discovery > Error : MissingError ERROR zeronet::discovery > pn4q2zzt2pw4nk7yidxvsxmydko7dfibuzxdswi6gu6ninjpofvqs2id.onion:15441 ERROR zeronet::discovery > Error : MissingError ERROR zeronet::discovery > ftkjyez23k3hpifg2rjsjzxthn5mwfbinldzbynaf2rbvchiy2sm7had.onion:15441 ERROR zeronet::discovery > Error : MissingError ERROR zeronet::discovery > pqfft64vab6uc7d6u5pu72maqon3ekjobihda57mzedolg4pjenwbzid.onion:21255 ERROR zeronet::discovery > 44dd5vynh23r3f3smrk2uadrxtb2yx7jppmi2cyqefcy3t62cjem2iid.onion:15441 ERROR zeronet::discovery > Error : MissingError ERROR zeronet::discovery > kiufiiwdax7giphlnkj6fwivf4wgbohy2mdiipfujslnkvl2agux6nad.onion:15441 thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src\main.rs:51:67 stack backtrace: 0: 0x7ff731b37de6 - <unknown> 1: 0x7ff731b5460b - <unknown> 2: 0x7ff731b300fa - <unknown> 3: 0x7ff731b3a4c4 - <unknown> 4: 0x7ff731b3a0fa - <unknown> 5: 0x7ff731b3acb1 - <unknown> 6: 0x7ff731b3ab7a - <unknown> 7: 0x7ff731b3880f - <unknown> 8: 0x7ff731b3a880 - <unknown> 9: 0x7ff731d2bce5 - rustsecp256k1_v0_2_0_ecdsa_verify 10: 0x7ff731d2bb8c - rustsecp256k1_v0_2_0_ecdsa_verify 11: 0x7ff73151373a - <unknown> 12: 0x7ff7312d0bcf - <unknown> 13: 0x7ff7312aecd6 - <unknown> 14: 0x7ff7314eb20a - <unknown> 15: 0x7ff7312d09bc - <unknown> 16: 0x7ff731496028 - <unknown> 17: 0x7ff7312ae83d - <unknown> 18: 0x7ff731495779 - <unknown> 19: 0x7ff7312dfaa9 - <unknown> 20: 0x7ff73149ff2c - <unknown> 21: 0x7ff7313b867a - <unknown> 22: 0x7ff7314abf65 - <unknown> 23: 0x7ff731b29800 - <unknown> 24: 0x7ff73149ffa7 - <unknown> 25: 0x7ff731cee74c - rustsecp256k1_v0_2_0_ecdsa_verify 26: 0x7ff84c19244d - BaseThreadInitThunk 27: 0x7ff84d2edf78 - RtlUserThreadStart
The text was updated successfully, but these errors were encountered:
Looks like all peers are not connectable, you running Tor ? as Tor is not currently bundled it need to run in sep terminal.
Sorry, something went wrong.
I am not? I didnt know I needed to run tor with it, will try that
well, does this zn-rs still support clearnet connections ? I have encountered almost same problems, there is no tracker file needed ?
No branches or pull requests
(using git-bash as my terminal)
The text was updated successfully, but these errors were encountered: