Replies: 3 comments 3 replies
-
方便把订阅链接或内容发我看看吗?邮箱 cnsztl@immortalwrt.org |
Beta Was this translation helpful? Give feedback.
0 replies
-
你这 |
Beta Was this translation helpful? Give feedback.
0 replies
-
改成这样更新一下订阅, 看下日志可以定位是哪个节点格式异常
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
2024-08-11 13:19:22 [DAEMON] sing-box 1.9.3 started.
2024-08-11 14:13:53 [SUBSCRIBE] Stopping service...
2024-08-11 14:13:59 [DAEMON] Service stopped.
2024-08-11 14:14:04 [SUBSCRIBE] [FATAL ERROR] An error occurred during updating subscriptions:
2024-08-11 14:14:04 [SUBSCRIBE] Reference error: left-hand side expression is null
2024-08-11 14:14:04 [SUBSCRIBE] In parse_uri(), file /etc/homeproxy/scripts/update_subscriptions.uc, line 153, byte 17:
called from function main (/etc/homeproxy/scripts/update_subscriptions.uc:482:28)
called from function call ([C])
called from anonymous function (/etc/homeproxy/scripts/update_subscriptions.uc:608:12)
Near here ---------------^
2024-08-11 14:14:04 [SUBSCRIBE] Restarting service...
2024-08-11 14:14:09 [DAEMON] Service stopped.
2024-08-11 14:14:11 [DAEMON] sing-box 1.9.3 started.
试着修改又可以正常更新没报错。不知道对不对。
url = parseURL('http://' + uri[1]);
params = url?.searchParams;
Beta Was this translation helpful? Give feedback.
All reactions