Hey all,
Emerging from the shadows as I’m running into a weird issue using uplink v1.4.1. Maybe I’m doing something really silly here, but online documentation is not getting me anywhere.
When trying to call uplink.RequestAccessWithPassphrase to us-central-1 I’m getting a strange error which seems to imply I’m using a bad syntax for the satellite parameter. No further help! Some obscure thing I ran across, which I lost, hinted at using something like “XX@sat:port”.
Full error:
uplink: metainfo error: node ID is required in node URL “us-central-1.tardigrade.io:7777”
My call (parameters simplified and obfuscated):
uplink.RequestAccessWithPassphrase(<background context>, “us-central-1.tardigrade.io:7777”, “some-api-key”, “12345”)
I’m not even sure why we would need a node ID when making an initial access request, if it is indeed needed at all.
Thanks for the help!