-
Notifications
You must be signed in to change notification settings - Fork 572
New issue
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反馈 #7
Labels
resolved
已解决
Comments
看一下一开始错误的截图,抛出“在运行过程中报错'gbk' codec can't decode byte 0xae in position 570”这个错误的截图。 |
你是在print函数里也加了encoding参数? |
嗯嗯。解决了就好 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在运行过程中报错'gbk' codec can't decode byte 0xae in position 570
后面在checkCDN.py修改了
cdnDict = {}
with io.open(r'Plugins/infoGather/subdomain/CDN/cdn-domain.conf', 'rt', encoding='utf-8') as f:
现在又有了新错误,不知道该修改哪个模块
'encoding' is an invalid keyword argument for print()
作者可以抽空帮忙看看吗
The text was updated successfully, but these errors were encountered: