refresh token failed on docker #202
-
问题描述drive: refresh token failed. Error: initialize aliyundrive client failed. 重现步骤Failed on start up. 版本latest 运行平台Docker on RPI4 Ubuntu 日志docker version Server: 2021-12-14T03:56:40.446330Z WARN aliyundrive_webdav::drive: refresh token failed, will wait and retry error=error sending request for url (https://websv.aliyundrive.com/token/refresh): error trying to connect: tcp connect error: Connection refused (os error 111) 2021-12-14T03:56:41.449148Z WARN aliyundrive_webdav::drive: refresh token failed, will wait and retry error=error sending request for url (https://websv.aliyundrive.com/token/refresh): error trying to connect: tcp connect error: Connection refused (os error 111) 2021-12-14T03:56:42.452041Z WARN aliyundrive_webdav::drive: refresh token failed, will wait and retry error=error sending request for url (https://websv.aliyundrive.com/token/refresh): error trying to connect: tcp connect error: Connection refused (os error 111) 2021-12-14T03:56:43.454796Z WARN aliyundrive_webdav::drive: refresh token failed, will wait and retry error=error sending request for url (https://websv.aliyundrive.com/token/refresh): error trying to connect: tcp connect error: Connection refused (os error 111) 2021-12-14T03:56:44.457349Z WARN aliyundrive_webdav::drive: refresh token failed, will wait and retry error=error sending request for url (https://websv.aliyundrive.com/token/refresh): error trying to connect: tcp connect error: Connection refused (os error 111) 2021-12-14T03:56:45.460059Z WARN aliyundrive_webdav::drive: refresh token failed, will wait and retry error=error sending request for url (https://websv.aliyundrive.com/token/refresh): error trying to connect: tcp connect error: Connection refused (os error 111) 2021-12-14T03:56:46.462716Z WARN aliyundrive_webdav::drive: refresh token failed, will wait and retry error=error sending request for url (https://websv.aliyundrive.com/token/refresh): error trying to connect: tcp connect error: Connection refused (os error 111) 2021-12-14T03:56:47.465375Z WARN aliyundrive_webdav::drive: refresh token failed, will wait and retry error=error sending request for url (https://websv.aliyundrive.com/token/refresh): error trying to connect: tcp connect error: Connection refused (os error 111) 2021-12-14T03:56:48.468097Z WARN aliyundrive_webdav::drive: refresh token failed, will wait and retry error=error sending request for url (https://websv.aliyundrive.com/token/refresh): error trying to connect: tcp connect error: Connection refused (os error 111) 2021-12-14T03:56:49.470912Z WARN aliyundrive_webdav::drive: refresh token failed, will wait and retry error=error sending request for url (https://websv.aliyundrive.com/token/refresh): error trying to connect: tcp connect error: Connection refused (os error 111) 2021-12-14T03:56:50.472336Z ERROR aliyundrive_webdav::drive: refresh token failed: error sending request for url (https://websv.aliyundrive.com/token/refresh): error trying to connect: tcp connect error: Connection refused (os error 111) Error: initialize aliyundrive client failed 2021-12-14T03:56:52.507280Z WARN aliyundrive_webdav::drive: refresh token failed, will wait and retry error=error sending request for url (https://websv.aliyundrive.com/token/refresh): error trying to connect: tcp connect error: Connection refused (os error 111) 2021-12-14T03:56:53.510017Z WARN aliyundrive_webdav::drive: refresh token failed, will wait and retry error=error sending request for url (https://websv.aliyundrive.com/token/refresh): error trying to connect: tcp connect error: Connection refused (os error 111) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
网络问题,请确认你可以访问 https://websv.aliyundrive.com/token/refresh curl -v https://websv.aliyundrive.com/token/refresh |
Beta Was this translation helpful? Give feedback.
网络问题,请确认你可以访问 https://websv.aliyundrive.com/token/refresh