You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built ricochet-cli and started it without the permissions to open /var/llib/tor/control_auth_cookie, it's the result:
$ ./ricochet-cli
Connecting to backend...
Network error: failed to read COOKIEFILE: open /var/lib/tor/control_auth_cookie: permission denied
Your ricochet ID is
You have no contacts :(
>
I built ricochet-cli and started it without the permissions to open /var/llib/tor/control_auth_cookie, it's the result:
I think that ricochet-cli should not start at all
https://github.com/ricochet-im/ricochet-go/blob/master/core/network.go#L612 is called by https://github.com/ricochet-im/ricochet-go/blob/master/core/network.go#L533 that is called by https://github.com/ricochet-im/ricochet-go/blob/master/core/network.go#L470 that is called by https://github.com/ricochet-im/ricochet-go/blob/master/core/network.go#L110 that is called by
https://github.com/ricochet-im/ricochet-go/blob/master/ricochet-cli/main.go#L231 and so on
The text was updated successfully, but these errors were encountered: