alist-heroku-postgres icon indicating copy to clipboard operation
alist-heroku-postgres copied to clipboard

Heroku部署成功就被Heroku阻止了

Open wh1235 opened this issue 2 years ago • 5 comments

怎么解决呢?

wh1235 avatar May 16 '22 13:05 wh1235

遇到相同的问题 部署成功后显示: There's nothing here, yet.

Sayafx avatar Jun 02 '22 16:06 Sayafx

一样,QwQ,我这边是原本可以的,手贱删掉后,重新部署也是There's nothing here, yet. 以下是日志

2022-06-05T04:34:56.513414+00:00 app[web.1]: [36mINFO[0m[2022-06-05 04:34:56] auto migrate model...
2022-06-05T04:34:57.562088+00:00 app[web.1]: [36mINFO[0m[2022-06-05 04:34:57] init settings...
2022-06-05T04:34:57.585380+00:00 app[web.1]: [36mINFO[0m[2022-06-05 04:34:57] Initial password: LlTBfT8e
2022-06-05T04:34:57.816506+00:00 app[web.1]: [36mINFO[0m[2022-06-05 04:34:57] init accounts...
2022-06-05T04:34:57.818280+00:00 app[web.1]: [36mINFO[0m[2022-06-05 04:34:57] init cache...
2022-06-05T04:34:57.818498+00:00 app[web.1]: [36mINFO[0m[2022-06-05 04:34:57] start server @ 0.0.0.0:53452
2022-06-05T04:34:57.987642+00:00 heroku[web.1]: State changed from starting to up 2022-06-05T04:35:16.758740+00:00 heroku[web.1]: State changed from up to down 2022-06-05T04:35:17.453965+00:00 heroku[web.1]: Stopping all processes with SIGTERM 2022-06-05T04:35:18.003205+00:00 heroku[web.1]: Process exited with status 143

zxmacc avatar Jun 05 '22 04:06 zxmacc

应该是最新版本有问题,把Dockerfile里面第一行,换成FROM xhofe/alist:v2.4.3,就可以了,2.5.0及以上还没尝试

zxmacc avatar Jun 05 '22 05:06 zxmacc

应该是版本有,Dockerfile里面第一行,换成FROM xhofe/alist:v2.4.3,就可以了,2.5.0及以上测试问题

使用2.4.3版本可以安装,网页正常显示,但是在添加onedrive盘时没有填写盘名称的栏目,因而无法添加盘(我认为是这个原因) 错误信息如下: Key: 'Account.Name' Error:Field validation for 'Name' failed on the 'required' tag

Sayafx avatar Jun 07 '22 12:06 Sayafx

今天测试用FROM xhofe/alist:v2.6.0部署没问题,onedrive测试可以正常使用。latest会报错143

TTDARK avatar Jun 27 '22 13:06 TTDARK