-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
问题1:从今天(2023年11月25日18:04:19)开始,测试发现。扫描成功之后没反应,卡在不动了
[ 登录 ]:请扫描登录二维码。
[ 登录 ]:等待二维码扫描!
[ 登录 ]:等待二维码扫描!
[ 登录 ]:等待二维码扫描!
[ 登录 ]:扫描二维码成功!
问题2:老cookie版本也报错,大概是json解析失败
[ 💻 ]:Windows平台
[ 🗻 ]:获取最新版本号中!
[ 🚩 ]:目前 14200 版本已是最新
[ 配置 ]:配置验证成功!
[ 配置 ]:获取命令行完成!
[ 提示 ]:异常,本地网络请求异常。 异常: 0, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8',
Traceback (most recent call last):
File "Util\Profile.py", line 461, in get_Profile
user_profile_info = await self.get_user_profile_info(self.headers, self.sec_user_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "Util\Profile.py", line 321, in get_user_profile_info
raise RuntimeError(f"本地网络请求异常。 异常: {e}\r") from e
RuntimeError: 本地网络请求异常。 异常: 0, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8',
[ 提示 ]:按任意键退出程序!