-
Notifications
You must be signed in to change notification settings - Fork 234
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
Error when init Nym client for Nym requester #800
Comments
Hi @SAC001 Have you tried again since you reported this issue? If not I will take a look to see if I can reproduce it today. Thanks |
Thanks for your reply. No, I have not. Regards |
Hi @SAC001, I was away last week, I apologise this has cropped up on my list of things to action this week. I will update in due course. Thanks for being patient. |
@tommyv1987 No problem, I can wait. Regards |
Hi @SAC001 I apologize for the slow response:
Did you ensure that there was no whitespace when inputting the gateway? |
Thanks for the tip, now it is working. Not sure what I did wrong. Regards |
Hi,
I just installed Nym according to the docs at your site and when running the client for the Nym requester I receive the following error:
./nym-client init --id requester-client --gateway 4kjgWmFU1tcGAZYRZR57yFuVAexjLbJ5M7jvo3X5Hkcf
Initialising client...
thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: ValidatorAPIError { source: ReqwestClientError { source: reqwest::Error { kind: Request, url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("testnet-milhon-validator1.nymtech.net")), port: Some(8080), path: "//v1/gateways", query: None, fragment: None }, source: hyper::Error(IncompleteMessage) } } }', clients/native/src/commands/init.rs:103:65note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceAborted (core dumped)
The text was updated successfully, but these errors were encountered: