missdeer/avege

配置文件报错

tmcyfy opened this issue · 0 comments

root@cubietruck-plus:/avege# mv config-sample.json config.json
root@cubietruck-plus:
/avege# sudo ./avege
11:26:08.270 E ▶ Failed unmarshalling config file invalid character '}' looking for beginning of object key string 6750
parsing multi servers config file failed: invalid character '}' looking for beginning of object key string
panic: parsing multi servers config file failed: invalid character '}' looking for beginning of object key string

goroutine 1 [running]:
log.Panicln(0x10b31fa8, 0x2, 0x2)
/home/travis/.gimme/versions/go/src/log/log.go:336 +0x94
common.Panic(0x10b31fa8, 0x2, 0x2)
/home/travis/gopath/src/github.com/missdeer/avege/src/common/log.go:79 +0x2c
local.Main()
/home/travis/gopath/src/github.com/missdeer/avege/src/local/local.go:202 +0x234
main.main()
/home/travis/gopath/src/github.com/missdeer/avege/src/avege/main.go:8 +0x14
root@cubietruck-plus:~/avege#

用的是原来的配置文件没做改动,依然是这样。