Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

我是在安卓termux上运行这个项目的,但是无法实现定时解析[debug] #415

Open
wallpass opened this issue Jan 1, 2024 · 4 comments
Labels

Comments

@wallpass
Copy link

wallpass commented Jan 1, 2024

描述问题 (Describe the bug)

版本信息 (version info)

复现步骤 (To Reproduce)

重复操作,也是报同样的错误,估计是termux存放文件路径的问题。

配置文件 (config file)

{
}

调试输出 (debug output)

粘贴输出日志
paste out put here

补充说明 (Additional context)

@wallpass wallpass added the bug label Jan 1, 2024
@NewFuture
Copy link
Owner

可能Termux运行定时任务的方式和Linux不太一样,上面这个快捷命令只对 Ubuntu有效。
就是把设置成5分钟执行一次。
你可以再试试 cronie 然后手动加上这个定时任务

@wallpass
Copy link
Author

wallpass commented Jan 2, 2024

如果使用cronie,执行哪个任务文件?是执行run.py吗?

@wallpass
Copy link
Author

wallpass commented Jan 2, 2024

我试了下在termux上手动执行 python3 /data/data/com.termux/files/usr/lib/python3.11/site-packages/run.py是可以执行的,但是使用crontab就没效果了。我的代码是:*/10 * * * * python3 /data/data/com.termux/files/usr/lib/python3.11/site-packages/run.py。
网上搜了好久尝试了好久,也没找到解决办法😭最后,我把run.py代码修改了下,在main()代码前面加上了个while TRUE:
main() time.sleep(600),勉强解决了我的问题,但是这是个死循环,cpu有个核心一直占100% ,大佬有没有更好的解决办法。

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

No branches or pull requests

2 participants