WangHongshuo / acfun_comments_observer_backend

A站评论观察者后端
MIT License
0 stars 0 forks source link

no config.yaml found in cfg/ #1

Closed Sokwva closed 8 months ago

Sokwva commented 8 months ago

Env: Ubuntu 23.10 golang 1.21.1 linux/amd

after run go build and run the produced file,it says:

load config fail: load config fail: open /opt/app/acfun_comments_observer_backend/cfg\config.yaml: no such file or directory

but

wk@vm1675 /o/a/acfun_comments_observer_backend (master)> ls cfg/
config.go  config.yaml  init.go
WangHongshuo commented 8 months ago

try this https://github.com/WangHongshuo/acfun_comments_observer_backend/releases/tag/v0.1.1-alpha i forgot to push it, so sorry...

Sokwva commented 8 months ago

fixed