Closed Br3nda closed 4 years ago
Thanks for the report! I've fixed the errors returned when the config file is missing in 727f2147a9742c6acfd0b0a7aa020efa2e58f8a5 (it will now give a slightly more useful error about missing entries).
That said, the root cause of your issue seems to be running the script from a different working directory - you will need to cd
in the src
folder before running it to get the example config to load.
I intentionally made the config and assets load relative to the current working directory rather than the absolute path of the main script, as this way you can drop your config and assets into a different folder of your filesystem, and run the script from that directory to load them without having to modify the files in this Git repo.