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
否
None
我是找茬的
报错截图:Exception Type: OSError Exception Value: [Errno 22] Invalid argument details: Traceback (most recent call last): File "H:\python_study_project\WeChatMsg\app\ui\tool\pc_decrypt\pc_decrypt.py", line 253, in run if decrypt.decrypt(*task) == -1: ^^^^^^^^^^^^^^^^^^^^^^ File "H:\python_study_project\WeChatMsg\app\decrypt\decrypt.py", line 51, in decrypt blist = file.read() ^^^^^^^^^^^ OSError: [Errno 22] Invalid argument
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
👌 是否需要解答
否
👌 是否检查过没有类似issue
否
💻 Python版本
None
💻 微信版本
None
软件版本 | EXE Version
我是找茬的
🐛 问题描述 | Bug Description
报错截图:Exception Type: OSError
Exception Value: [Errno 22] Invalid argument
details: Traceback (most recent call last):
File "H:\python_study_project\WeChatMsg\app\ui\tool\pc_decrypt\pc_decrypt.py", line 253, in run
if decrypt.decrypt(*task) == -1:
^^^^^^^^^^^^^^^^^^^^^^
File "H:\python_study_project\WeChatMsg\app\decrypt\decrypt.py", line 51, in decrypt
blist = file.read()
^^^^^^^^^^^
OSError: [Errno 22] Invalid argument
🚦 期望结果 | Expected Behavior
No response
📷 复现步骤 | Recurrence Steps
No response
📝 补充信息 | Additional Information
No response
The text was updated successfully, but these errors were encountered: