wy580477 / Leech-AIO-APP-EX

All Downloaders with Rclone auto-upload & Telegram notification on Docker | Docker 全能下载 APP + Rclone 自动上传 + 电报任务完成通知
187 stars 186 forks source link

Heroku Problem #77

Closed rinrinx closed 1 year ago

rinrinx commented 1 year ago

Screenshot_20230220_141207_Chrome

bro heroku is not stabilized it keeps restarting and rclone conf is deleted, tasks are automatically canceled

wy580477 commented 1 year ago

bro heroku is not stabilized it keeps restarting and rclone conf is deleted, tasks are automatically canceled

Go to heroku dashboard, paste your app log here.

rinrinx commented 1 year ago

2023-02-20T15:24:23.464857+00:00 app[web.1]: % Total % Received % Xferd Average Speed Time Time Time Current 2023-02-20T15:24:23.465166+00:00 app[web.1]: Dload Upload Total Spent Left Speed 2023-02-20T15:24:23.547205+00:00 app[web.1]: 2023-02-20T15:24:23.554508+00:00 app[web.1]: % Total % Received % Xferd Average Speed Time Time Time Current 2023-02-20T15:24:23.554675+00:00 app[web.1]: Dload Upload Total Spent Left Speed 2023-02-20T15:24:23.744163+00:00 app[web.1]: 2023-02-20T15:24:23.817742+00:00 app[web.1]: sed: /mnt/data/config/rclone.conf: No such file or directory 2023-02-20T15:24:26.391335+00:00 heroku[web.1]: State changed from starting to up 2023-02-20T15:24:27.625973+00:00 heroku[router]: at=info method=GET path="/" host=logbot.herokuapp.com request_id=a013a392-b862-4854-a1bc-1851e96f60d0 fwd="82.222.98.40" dyno=web.1 connect=0ms service=0ms status=200 bytes=109 protocol=https

rinrinx commented 1 year ago

3caf-4395-ab6d-a2de62700109 fwd="82.222.98.40" dyno=web.1 connect=0ms service=5ms status=200 bytes=1249 protocol=https 2023-02-20T15:42:26.428423+00:00 heroku[web.1]: Process running mem=736M(139.6%) 2023-02-20T15:42:26.431427+00:00 heroku[web.1]: Error R14 (Memory quota exceeded) 2023-02-20T15:42:27.971288+00:00 heroku[router]: at=info method=GET path="/p/vue/api/v2/sync/maindata?rid=55" host=logbot.herokuapp.com request_id=ab2574a3-6c34-47c1-8284-b9c47690145c fwd="82.222.98.40" dyno=web.1 connect=0ms service=13ms status=200 bytes=883 protocol=https

rinrinx commented 1 year ago

2023-02-20T15:24:23.817742+00:00 app[web.1]: sed: /mnt/data/config/rclone.conf: No such file or directory

rclone problem

wy580477 commented 1 year ago

3caf-4395-ab6d-a2de62700109 fwd="82.222.98.40" dyno=web.1 connect=0ms service=5ms status=200 bytes=1249 protocol=https 2023-02-20T15:42:26.428423+00:00 heroku[web.1]: Process running mem=736M(139.6%) 2023-02-20T15:42:26.431427+00:00 heroku[web.1]: Error R14 (Memory quota exceeded) 2023-02-20T15:42:27.971288+00:00

It's not rclone problem. It's likely Memory usage exceeded Dyno's limit.

Are there R15 errors?

rinrinx commented 1 year ago

2023-02-20T15:24:23.817742+00:00 app[web.1]: sed: /mnt/data/config/rclone.conf: No such file or directory

rclone problem

thanks the problem is related to ram but now there is rclone problem

wy580477 commented 1 year ago

2023-02-20T15:24:23.817742+00:00 app[web.1]: sed: /mnt/data/config/rclone.conf: No such file or directory

rclone problem

thanks the problem is related to ram but now there is rclone problem

There is no rclone problem. It's just that you haven't uploaded a rclone.conf file.

rinrinx commented 1 year ago

no bro i installed it and it's still making the same error when i restart dyno this error pops up, will rclone conf be deleted after restarting?

wy580477 commented 1 year ago

no bro i installed it and it's still making the same error when i restart dyno this error pops up, will rclone conf be deleted after restarting?

Why are you keeping restarting your dyno? Backup script runs every 10 mins, just wait a little then look at logs to see if backup works properly.