-
Notifications
You must be signed in to change notification settings - Fork 111
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
总是自动取消订阅 #238
Comments
我也是,订阅地址没有失效,但是订阅状态总是自己变成订阅失效,需要自己手动打开开关。 |
害,我现在遇到一个更严重的问题。不知道为啥,我用宝塔挂载的docker,然后莫名其妙咱们这个容器就貌似被重启并清空了,所有配置全部消失,我懒得再重新设置了。。。不知道你们有没有遇到这种情况。
…---原始邮件---
发件人: ***@***.***>
发送时间: 2023年12月29日(周五) 上午9:57
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [adminpass/aliyundrive-subscribe] 总是自动取消订阅 (Issue #238)
修改下并发和延迟试试
# 订阅检查并发数 app-max-procs = 1 # 订阅更新检查延迟(秒, 0.不限制) app-check-delay = 3
image.png (view on web)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
我是写了个脚本,手动更新将失效的改为有效,脚本: #!/bin/bash
# 进入包含您的 SQLite 数据库的目录
# 执行数据库更新命令,比如使用 sqlite3 命令
# 例如:更新表中的数据
sqlite3 /home/ubuntu/app/aliyundrive-subscribe/data.db "UPDATE ali_subscribe SET status = 1 WHERE status=3;"
# 可以根据需要执行其他更新操作
# 记录执行日志,可选
echo "SQLite database updated at $(date)" >> /home/ubuntu/app/aliyundrive-subscribe/logs/update_db.log 然后添加到系统cron里面,定时执行: sudo crontab -e
0 * * * * /home/ubuntu/app/aliyundrive-subscribe/update_db.sh |
按你的改了,没有失效的订阅还是会自己变成失效。 |
你好可以帮忙写一个群晖nas里面Docker的手动更新将失效的改为有效,脚本吗? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
总是莫名其妙自己取消订阅,状态就变灰了。请求修复
The text was updated successfully, but these errors were encountered: