Suica

Results 2 issues of Suica

运行系统: Windows 10 2004 Python 版本:3.8.2 log时区:UTC+9 截取的部分log如下: [log.txt](https://github.com/Dawnnnnnn/bilibili-live-tools/files/4840933/log.txt) 注:此问题并不是每天都发生,但是最近发生的频率似乎越来越高了 看起来是字符解码上的问题 `Task err: UnicodeDecodeError('utf-8', b'\\u5e03\\u4f26\\u5c3c\\u5c14", ` etc. 辛苦了,谢谢

## PR Description: Retry the speedtest when it fails due to network fluctuations. ```Python except (http.client.IncompleteRead, ConnectionResetError) as error: ``` ## Tests and Checks - [x] I have tested the...