We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
复现步骤 复现该 Bug 的步骤:
系统信息
Many Thanks!
The text was updated successfully, but these errors were encountered:
不能复现,似乎只有研究生才会出现这个问题?
Sorry, something went wrong.
是的,只有研究生课表才需要验证码。
根据我此前和报错用户的交流,该问题发生时,确实获取到了正确的验证码链接,然而 Image.network(imageUrl) 不知为何显示为乱码。
Image.network(imageUrl)
我个人的猜测是,Image.network() 完全绕过了我们的网络请求栈(即是说,没有使用 Dio,而是直接使用内部的网络请求库),导致发送的请求被拦截,返回的错误码页被当成图片来解码而显示乱码。可能原因是 Header 不对(UA 被拦截)。
Image.network()
Dio
此问题在挂 EasyConnect 时也会出现。
似乎是更新后出现的问题,之前是正常的
No branches or pull requests
复现步骤
复现该 Bug 的步骤:
(在茶楼中也有人反映相似问题,搜索“验证码”即可看到相关帖子)
系统信息
Many Thanks!
The text was updated successfully, but these errors were encountered: