mikemountain / fantasy-football-scoreboard

Display the score of your fantasy football team on a Raspberry Pi driven RGB LED matrix for maximum ease of disappointment
GNU General Public License v3.0
56 stars 9 forks source link

Permission denied fetching logos #44

Closed twholbrook closed 10 months ago

twholbrook commented 10 months ago

Hey, think I'm pretty close to getting this working, using a Sleeper league, Got the league ID and user ID but when I run main.py I get

PermissionError: [Errno 13] Permission denied: '/home/pi/fantasy-football-scoreboard/logos'

Any ideas?

stsmith313 commented 10 months ago

I know I'm not Mike but need to run sudo chmod 0777 logos/ from the fantasy-football-scoreboard directory.

twholbrook commented 10 months ago

Thanks! That worked.