Open NOBTG opened 7 months ago
下载最新的0.1.7版本 Download the latest version 0.1.7
問題依然。
Traceback (most recent call last): File "configparser.py", line 767, in get File "collections__init.py", line 1014, in getitem File "collections\init.py", line 1006, in missing__ KeyError: 'currentuser'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "paimon.py", line 3417, in
定位到C:\Users\%USERNAME%\AppData\Local\paimon\地址,该目录下应该存在一个config.ini的文件,尝试删除它后重新启动软件。如果问题仍然存在,尝试手动在config.ini文件中[User]区域添加currentuser = 项并保存,使得它看起来和上图一样。
謝謝,成功了。
待我確認功能皆正常後,我將關閉此討論串。
Traceback (most recent call last): File "configparser.py", line 767, in get File "collections__init.py", line 1014, in getitem File "collections\init.py", line 1006, in missing__ KeyError: 'currentuser'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "paimon.py", line 3303, in
File "paimon.py", line 2595, in read_ini_file
File "configparser.py", line 770, in get
configparser.NoOptionError: No option 'currentuser' in section: 'User'