求助:geph使用命令行无法连接

问题:
之前使用geph的命令行来连接正常,前两天突然就无法连接了。

使用的命令行是:
sudo ./geph4-client connect --exit-server “1.mtl.ca.ngexits.geph.io" --vpn-mode tun-no-route --force-protocol tls --socks5-listen 0.0.0.0:9909 --http-listen 0.0.0.0:9910 auth-password --username "xxx" --password "xxx"

sudo ./geph4-client connect --exit-server “1.waw.pl.ngexits.geph.io" --use-bridges --exclude-prc --force-protocol tls --socks5-listen 0.0.0.0:9909 --http-listen 0.0.0.0:9910 auth-password --username "xxx" --password “xxx"

出现的问题:
bin$ sudo ./geph4-client connect --exit-server “1.mtl.ca.ngexits.geph.i o" --vpn-mode tun-no-route --force-protocol tls --socks5-listen 0.0.0.0:9909 --http-listen 0.0.0.0:9910 auth-password --username "xxx" --password "xxx"

sudo ./geph4-client connect --exit-server “1.waw.pl.ngexits.geph.i o" --use-bridges --exclude-prc --force-protocol tls --socks5-listen 0.0.0.0:9909 --http-listen 0.0.0.0:9910 auth-password --username "xxx" --password “xxx"
Password:
[geph4client INFO]: geph4-client v4.10.1 starting...
[geph4client DEBG]: set up global melprot cache at "/Users/chenqiping/Library/Application Support/geph4-credentials/melprot"
[geph4client::connect INFO]: connect mode starting: exit = Some("“1.waw.pl.ngexits.geph.i o --use-bridges --exclude-prc --force-protocol tls --socks5-listen 0.0.0.0:9909 --http-listen 0.0.0.0:9910 auth-password --username xxx --password “xxx"), force_protocol = None, use_bridges = false
[geph4client::connect::vpn INFO]: not starting VPN mode
[geph4client::connect::socks5 DEBG]: socks5 started
[geph4client::connect::dns DEBG]: DNS loop started
[geph4client::connect DEBG]: about to refresh...
[geph4client::conninfo_store DEBG]: attempting to construct a conninfo store!
[geph4client::conninfo_store DEBG]: blocking on construct because token is stale, or exit host changed
[geph4client::conninfo_store INFO]: calling refresh now!
[geph4client::conninfo_store DEBG]: summary stale so refreshing summary
[geph4client::fronts DEBG]: selecting binder front 0 for method "get_summary"
thread 'sscale-wkr-c' panicked at src/config.rs:284:17:
Missing authentication credentials
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Abort trap: 6

版本:geph4-client 4.10.1 macos: 10.13.6

做过的尝试:删除geph再重装,不行。重置网络,不行。使用蓝灯正常。

求大佬帮忙看下