Closed schblondie closed 1 year ago
Apologies, data environment setup was not being done correctly. Working on a commit now to fix that.
Just as a note: there is nothing private in /data
, just cached API data that expires too quickly for it to make sense to share.
You'll still need an API key to run, but when I push this you should no longer get those errors.
Heyja, when cloning your repo the data folder is missing which results in the following errors, due to missing
./data/settings.dat
&./data/champion_roles.dat
:When manually adding the files, there is an error thrown, due to
./data/champion_roles.dat
being empty:I'm guessing you're having the data folder ignored due to private information in
settings.dat
, but without the champion data the code will not run.