solar3s / goregen

golang client for regenbox
GNU General Public License v3.0
9 stars 10 forks source link

mkdir no such file or directory #9

Closed Hiyoshinobu closed 6 years ago

Hiyoshinobu commented 7 years ago

Hello world, I've got an issue about launching goregen. I've just made the update (with $ go get -u -v github.com/solar3s/goregen) ordin@ordin:~$ goregen 2017/07/26 12:34:16 couldn't mkdir "": mkdir : no such file or directory

Thanks to you!

rkjdid commented 7 years ago

this is due to an unspecified (or empty string) entry for a required folder in the config. You need to delete your (outdated or erronous) config file or use an up-to-date version. The error message isn't very clear sorry about that.

rkjdid commented 7 years ago

info about what config value failed should be prepended to these potential fails. look for log.Fatal entries, should be only in main.go