This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
iroh-one fails to start #185
Closed
rklaehn opened this issue
Sep 30, 2022
· 4 comments
· Fixed by n0-computer/iroh#256 or n0-computer/iroh#317
Closed
iroh-one fails to start #185
rklaehn opened this issue
Sep 30, 2022
· 4 comments
· Fixed by n0-computer/iroh#256 or n0-computer/iroh#317
Comments
Hmmm, so the only required bit should be the store path which you should be able to pass in with |
Reopening just to wrap up the readme later. |
Yes, when passing just the store path it is working now. I think it would be nice to print a nicer error message when it is run without any parameters, but that can be done separately. The current error is a bit cryptic.
|
This will be fixed by #157 |
b5
referenced
this issue
in n0-computer/iroh
Oct 10, 2022
use store exported path in iroh-one closes #255, closes #309
b5
referenced
this issue
in n0-computer/iroh
Oct 10, 2022
use store exported path in iroh-one closes #255, closes #309
b5
referenced
this issue
in n0-computer/iroh
Oct 10, 2022
use store exported path in iroh-one closes #255, closes #309
b5
referenced
this issue
in n0-computer/iroh
Oct 10, 2022
…nt (#317) use store exported path in iroh-one closes #255, closes #309
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When starting iroh-one, it bails out with an error message:
Looking into it a bit, it seems the default config that is being used when starting without config is lacking some things. When manually setting the three parameters
config.store.path
,config.p2p.key_store_path
andconfig.gateway.rpc_client.gateway_addr
, it works.It might be that there is something wrong with how the default args are being constructed.
Tried this both on m1 mac and amd64 linux. Exactly the same behaviour.
The text was updated successfully, but these errors were encountered: