ARMv7 版本报错
tmcyfy opened this issue · 1 comments
root@cubietruck-plus:~/avege# sudo ./avege
11:15:59.178 W ▶ rules.v4.latest not found, try file /root/avege/rules.v4.latest
11:15:59.178 W ▶ /root/avege/rules.v4.latest not found, try file /root/avege/conf/rules.v4.latest
11:15:59.178 W ▶ rules.v4.template not found, try file /root/avege/rules.v4.template
11:15:59.178 W ▶ /root/avege/rules.v4.template not found, try file /root/avege/conf/rules.v4.template
11:15:59.179 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
配置文件格式有错,建议修正配置文件后再试用。