You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
是这样的,由于某些问题我的luci出现bug,所以不能用luci界面设置阿里云盘的参数,我使用ssh命令行成功启动了aliyundrive-webdav主程序,并扫码登陆成功,但在设置host和port的时候始终报错,
当我输入aliyundrive-webdav -host 192.168.31.1
会提示192.168.31.1:8080错误,因为这个端口被我管理页面占用,
接着输入aliyundrive-webdav -port 8989,
会提示0.0.0.0:8989错误,host恢复成了默认,再重复设置host,端口就又恢复默认的8080儿提示错误
然后我想到同时设置host和port
报错“thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: Custom { kind: Uncategorized, error: "failed to lookup address information: Try again" }', src/main.rs:296:10”也就是说同时设置host和port就不会因为端口和host冲突错误,但新的错误我不知道是哪里的问题,希望能帮帮忙,万分感谢
Beta Was this translation helpful? Give feedback.
All reactions