-
Notifications
You must be signed in to change notification settings - Fork 34
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
unsupported protocol scheme #51
Comments
same fore me |
|
@FilipLaurentiu Your identity was successfully signed, so you can ignore the error and go ahead. @kadamwolfe Did you try the nslookup from the XU4?` |
same here even if i use windows |
same |
@stefanbenten , I did, and did again, ya. It's really weird.
but if I look that up....
|
same error for me:
tried it with version: https://storj-v3-alpha-builds.storage.googleapis.com/8de6a97-v0.15.3-go1.12.7/identity_linux_amd64.zip host system is ubuntu 18.04.2 |
@flo82 It printed out the version fine for the |
Seems like i missed a spot.. |
yes,
worked like a charm. |
Cool, PR incoming! |
thx. i will try it out, if there is a build ready. |
@flo82 Would you like to try this build? https://alpha.transfer.sh/13ec4r/identity |
next error:
|
Cool, seems like that fixes the issue. |
so I do need to wait for an official build - or what do to against the new error? |
The second error is during the authorize step, would be good to get an entire dump of what you executed. |
only:
|
Can you please post the entire output? @flo82 |
|
Let me test that. |
If you append |
I'm getting the following errors when trying to create and authorize my v3 identity:
$ ./identity_linux_arm create storagenode 2019-05-03T23:37:48.094-0500 ERROR Failed to do periodic version check: %!(EXTRA *url.Error=Get : unsupported protocol scheme "")
It's non-fatal and I'm able to get an identity, from what I can tell.
When I go to
authorize
I get the same error as well as ano such host
though I can do a DNS lookup just fine.$ ./identity_linux_arm authorize storagenode TOKEN REMOVED 2019-05-03T23:53:03.265-0500 ERROR Failed to do periodic version check: %!(EXTRA *url.Error=Get : unsupported protocol scheme "") Fatal error: error occurred while signing certificate: transport error: connection error: desc = "transport: error while dialing: dial tcp: lookup certs.alpha.storj.io: no such host" (identity files were still generated and saved, if you try again existing files will be loaded)
This is on an odroid XU4 running an up-to-date armbian stretch.
The text was updated successfully, but these errors were encountered: