MLB-LED-Scoreboard / mlb-led-scoreboard

An LED scoreboard for Major League Baseball :baseball:
GNU General Public License v3.0
590 stars 105 forks source link

Config.json Permission Denied #393

Closed rocketgrande closed 2 years ago

rocketgrande commented 2 years ago

This issue is a

Hardware Configuration

Software Configuration

Expected behavior

Editing config.json

Actual behavior

Receive error saying that permission is denied. Can't edit it via nano or via WinSCP.

Additional Information

ty-porter commented 2 years ago

In the short term, chmod or chown it to yourself:

sudo chmod 777 config.json

I think this has to do with RPIs enforcing a user other than pi as a default now, but definitely needs to be fixed.

rocketgrande commented 2 years ago

I ended up solving this by logging in using the root username, rather than the user pi.