FastGPT 遇到了oneapi容器启动失败问题,日志提示panic: assignment to entry in nil map,

raogr8fs  于 2个月前  发布在  其他
关注(0)|答案(1)|浏览(39)
  • 公有云版本Ubuntu22.04
    问题描述, 日志截图
    复现步骤

使用文档命令部署

openapi容器日志

[SYS] 2024/06/12 - 08:03:38 | One API v0.6.7-alpha.4 started
[SYS] 2024/06/12 - 08:03:38 | using MySQL as database
[SYS] 2024/06/12 - 08:03:38 | database migration started
[SYS] 2024/06/12 - 08:03:38 | database migrated
[SYS] 2024/06/12 - 08:03:38 | REDIS_CONN_STRING not set, Redis is not enabled
[SYS] 2024/06/12 - 08:03:38 | using theme default
[SYS] 2024/06/12 - 08:03:38 | memory cache enabled
[SYS] 2024/06/12 - 08:03:38 | sync frequency: 600 seconds
panic: assignment to entry in nil map
goroutine 1 [running]:
github.com/songquanpeng/one-api/model.InitChannelCache()
/build/model/cache.go:196 +0x78e
main.main()
/build/main.go:76 +0x556

相关截图

w9apscun

w9apscun1#

请前往oneapi查看,目前仍在使用0.6.5版本。

相关问题