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
snap run aliyundrive-webdav
INFO aliyundrive_webdav::drive: refresh token succeed
INFO aliyundrive_webdav::drive: found default drive drive_id=749****
thread 'main' panicked at 'error binding to 0.0.0.0:8080: error creating server listener: Operation not permitted (os error 1)', /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/server/server.rs:79:13
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
运行snap run aliyundrive-webdav后,很长时间没有反应,然后会出现二维码,扫描后会出现报错
snap run aliyundrive-webdav
INFO aliyundrive_webdav: Please scan the qrcode to login in 30 seconds
INFO aliyundrive_webdav::drive: refresh token succeed
INFO aliyundrive_webdav::drive: found default drive drive_id=749****
thread 'main' panicked at 'error binding to 0.0.0.0:8080: error creating server listener: Operation not permitted (os error 1)', /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/server/server.rs:79:13
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
问题描述
无法正常启动程序并监听端口
重现步骤
一、系统信息如下:
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
二、
版本
2.3.1
运行平台
Ubuntu 22.04.3 LTS ARM64
日志
snap run aliyundrive-webdav
INFO aliyundrive_webdav::drive: refresh token succeed
INFO aliyundrive_webdav::drive: found default drive drive_id=749****
thread 'main' panicked at 'error binding to 0.0.0.0:8080: error creating server listener: Operation not permitted (os error 1)', /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/server/server.rs:79:13
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceThe text was updated successfully, but these errors were encountered: