Skip to content
ren-yc edited this page Mar 6, 2022 · 3 revisions

Error Troubleshoot (错误排除)

[Errno 1] and [Errno 2]

The program cannot read settings.yml / lang/${language}$.yml file data.

程序不能读取 settings.yml / lang/${language}$.yml 文件的数据。

It may be caused by permission problems or data corruption.

它可能是由权限问题或数据损坏引起的。

[Errno 3]

Input number out of range.

输入数字超出范围。

Tips: (0 < (min or max) < 100000) and (min < max).

提示:(0 < (最小值 或 最大值) < 100000) and (最小值 < 最大值)。

Notice (提示)

When you see these errors, please try the following scheme:

当你看到这些错误时,请试试下面的方案:

Try to re-install this program.

尝试重新安装本程序。

If it still doesn't work, create an Issue to report it.

如果它仍然不工作,创建一个 Issue 报告这个错误。