下载归档错误
#540
Replies: 1 comment 5 replies
-
|
可以贴下解锁的归档下载链接。 |
Beta Was this translation helpful? Give feedback.
5 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.
-
DioException [receive timeout;: The request took longer than 0:00:05.00000 to receive data.lt was aborted. To get rid of this exception, try raising the
RequestOptions,receiveTimeout above the duration of 0:00:05.000000 or improve the response time of the server.
这是啥啊?使用 Dio(一个用于 Dart 的 HTTP 客户端库)时,请求的超时时间被设置得太短。服务器响应时间超过了 5 秒,因此请求被强制中止并引发了 DioException 错误。?我直接用在eh的网站上下归档就能正常下载。Jhentai里也正确设置了代理服务器。
Beta Was this translation helpful? Give feedback.
All reactions