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 had the same problem, then I created the directory with mkdir ~/.config/cointop. But I get the following error!
user@pc:~$ cointop
Error: open /home/user/.config/cointop/config.toml: permission denied
Then I changed all permissions to chmod 777 (and also tried chmod a+rwx) on the path. It doesn't actually work!
I even created a separate folder in the ~/Downloads/config.toml path and gave that path to the COINTOP_CONFIG variable and specified the configuration path with the --config flag during execution, but nothing was executed and only a PID was created.
Version
user@pc:~$ snap version
snap 2.63
snapd 2.63
series 16
ubuntu 22.04
kernel 6.8.0-40-generic
user@pc:~$ cointop version
v(devel)
user@pc:~$ go version
go version go1.20.6
I had the same problem, then I created the directory with
mkdir ~/.config/cointop
. But I get the following error!Then I changed all permissions to
chmod 777
(and also triedchmod a+rwx
) on the path. It doesn't actually work!I even created a separate folder in the
~/Downloads/config.toml
path and gave that path to theCOINTOP_CONFIG
variable and specified the configuration path with the--config
flag during execution, but nothing was executed and only aPID
was created.Version
Also in #72
The text was updated successfully, but these errors were encountered: