SeaHOH
SeaHOH
https://github.com/SeaHOH/colorama/commit/966474a38fe91f1a78605f018167a24bfbfbec80 How about this patch? It works fine, except redirect to `nul`.
https://github.com/tartley/colorama/blob/d7a538212c3b8d00dc0051a45f99dc9b201dd3b2/colorama/ansitowin32.py#L224-L225 Need limit this params tuple lenght to 2, just like below: ```patch if command == 'm': - for param in params: + for param in params[:2]: ``` Or ignore...
Check the output stream's enconding, you can warp it before init colorama. For example: ```py #!/usr/bin/env python3 import io import sys sys.stdout = io.TextIOWrapper(sys.stdout.detach(), encoding=sys.stdout.encoding, errors='ignore', line_buffering=True) ```
https://github.com/iawia002/lux#cookies 首先你需要买了网站 VIP,然后登录导出 cookies 以供调用。
我记得前段时间爱奇艺 API 有变化,可能需要更新了。腾讯不清楚,不过好像也是用的几年前的旧 API。
疫情出现后,逆向大神好像都去忙正事了,好些网站相应的 API 都过时了。
Hi, I cann't upload any files to github.com with my internet browser. So, I upload the updated Chinese (Simplified) translation to google drive. [https://drive.google.com/file/d/0B3yvTnnqnmBgZ1RnOUZwMFZpZUk/view?usp=sharing](url) By the way, the language file...
根据日志描述,这是由于没有检测到 IPv6 环境,所有 IPv6 访问都记录为”无法连接 IPv6 互联网“。 当然,如果你的网络确实可以直接访问 IPv6 公网 (非代理),那么这就是没检测到,出 bug 了。
没 IPv6 网络就配置一个,可以参考网络上的相关文章,或者找网络运营商客服上门。 不明白你到底要解决什么问题,如果这个回复也没满足你,请详细描述你想要达到的使用效果。
访问 https://www.google.com/ncr#hl=zh_CN 试试。 如果还不行,请设置日志级别为 3 并保存日志,重启 GotoX 后再访问,然后把日志上传。