Closed dri94 closed 4 years ago
This error means that the us-central-1.tardigrade.io
DNS name cannot be resolved on your device/emulator.
Make sure that your device/emulator is connected to Internet and that your app has the android.permission.INTERNET
in the manifest.
I feel really embarrassed by that mistake lol. However is there any way to get more human readable error messages? This will make it easier for devs to understand, and bubble up the info to users
Ideally, this should be an UnknownHostException
, but we are not there yet in converting Golang errors to Java exceptions. We plan to have this in the future.
I still currently get an io.storj.StorjException: go.Universe$proxyerror: metainfo error: rpccompat: dial tcp 35.184.17.243:7777: socket: operation not permitted
when trying to perform this code.. This only exists on emulator so nonblocking. Would like to find a resolve in this thread for informational purposes, however I am closing this thread as its really nonessential.
When opening a project as specified in instructions, the following error is returned
The satellite address I am using is
us-central-1.tardigrade.io:7777
My code is