|
本帖最后由 site001 于 2023-9-29 11:17 编辑
https://github.com/jarvis2f/ais-ninja/issues
这个跑起来没有数据库,TG群没有人在线,有屌大知道数据库文件在哪里不。
报错如下:- Starting nginx: nginx.
- yarn run v1.22.19
- $ NODE_ENV=production ts-node src/start.ts
- [03:13:36.485] INFO (46): Logger initialized: info
- [03:13:41.621] INFO (config/46): Config file path: /app/server/config.json
- [03:13:42.069] INFO (db/46): Database connected
- [03:13:42.074] INFO (redis/46): Redis connected
- [03:13:42.161] ERROR (ai/46): anthropic clients initialization failed: SequelizeDatabaseError: Table 'chatgpt.token' doesn't exist
- [03:13:42.162] ERROR (ai/46): openai clients initialization failed: SequelizeDatabaseError: Table 'chatgpt.token' doesn't exist
- [03:13:42.166] ERROR (ai/46): stability clients initialization failed: SequelizeDatabaseError: Table 'chatgpt.token' doesn't exist
- [03:13:42.178] INFO (app/46): Server running on port 5174
- [03:13:42.928] INFO (plugins/46): stdout:
- added 1 package, and audited 2 packages in 573ms
- found 0 vulnerabilities
- [03:13:42.928] INFO (plugins/46): Module "dayjs" has been installed at /app/server/plugins.
- [03:13:52.666] INFO (plugins/46): stdout:
- added 43 packages, and audited 45 packages in 9s
- 6 packages are looking for funding
- run `npm fund` for details
- found 0 vulnerabilities
- [03:13:52.666] INFO (plugins/46): Module "pinyin" has been installed at /app/server/plugins.
- [03:13:54.839] INFO (plugins/46): stdout:
- added 1 package, and audited 46 packages in 2s
- 6 packages are looking for funding
- run `npm fund` for details
- found 0 vulnerabilities
- [03:13:54.839] INFO (plugins/46): Module "lodash" has been installed at /app/server/plugins.
- [03:14:00.142] INFO (plugins/46): stdout:
- added 89 packages, and audited 135 packages in 5s
- 12 packages are looking for funding
- run `npm fund` for details
- found 0 vulnerabilities
- [03:14:00.142] INFO (plugins/46): Module "puppeteer-core" has been installed at /app/server/plugins.
- [03:14:04.884] INFO (plugins/46): stdout:
- added 45 packages, and audited 180 packages in 4s
- 14 packages are looking for funding
- run `npm fund` for details
- found 0 vulnerabilities
- [03:14:04.884] INFO (plugins/46): Module "jsdom" has been installed at /app/server/plugins.
- [03:14:04.884] INFO (app/46): Plugins initialized
复制代码 |
|