Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

下载过程出现aria2c exited abnormally异常信息时如何自动继续? #411

Open
linux0ne opened this issue Sep 4, 2014 · 2 comments

Comments

@linux0ne
Copy link

linux0ne commented Sep 4, 2014

RT!~
1、我这里一般在下载电视剧的时候容易出现这样的问题,一部40多集的剧,在下载过程中会出现3次左右这样的现象。
2、看了一下终端的过程信息,应该是离线资源本身的问题。
3、出现这样的情况,我的操作是:lx d 0-100 --continue 只要出现一次,就再下一次这样的命令,就会继续下载了。

这里提出一个问题:有没有什么办法可以让脚本在发现这样问题的时候,能自动下上面的命令?而不是一直坐在电脑前用眼睛看着,待发现异常时人为输入命令。

@xiamx
Copy link

xiamx commented Sep 4, 2014

bash 脚本如下

echo "开始了哟"
while [$? != 0]; do
  sleep 10
  lx d 0-100 --continue
done

@linux0ne
Copy link
Author

linux0ne commented Sep 5, 2014

3Q

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants