Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission Error in Opening config.toml #328

Open
mikoloism opened this issue Aug 30, 2024 · 0 comments
Open

Permission Error in Opening config.toml #328

mikoloism opened this issue Aug 30, 2024 · 0 comments

Comments

@mikoloism
Copy link

mikoloism commented Aug 30, 2024

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

Also in #72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant