Skip to content
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

PYWEBIO界面打不开,内部错误 #27

Closed
pein0saga opened this issue Mar 11, 2023 · 10 comments
Closed

PYWEBIO界面打不开,内部错误 #27

pein0saga opened this issue Mar 11, 2023 · 10 comments

Comments

@pein0saga
Copy link

An internal error occurred in the application

甚至连个错误代码都没有

@pein0saga
Copy link
Author

@infstellar
Copy link
Owner

什么GIA版本

@Legend-Recalls
Copy link

same with me gia 0.6 but gia webui v0.5.0

@infstellar
Copy link
Owner

在我这里重现不了,试试使用installer_config_cn.json来安装

@infstellar
Copy link
Owner

我尽量快点更新下个版本(

@yes5528876
Copy link

改用installer_config_cn.json仍然不行QQ

@yes5528876
Copy link

我暫時發現的解法:
1.將giainstaller.py裡的main部分註解掉一部分

image

2.將pages.py的CollectorSettingPage類__init__修改

self.collection_names = load_json("ITEM_NAME.json", "assets\\POI_JSON_API\\$lang$")

改成

self.collection_names = load_json("ITEM_NAME.json", "assets\\POI_JSON_API\\zh_CN")

image

@Lutra-Fs
Copy link

我也是ITEM_NAME not found. 把config的GLOBAL_LANG覆盖成zh_CN解决了。系统是中文,unsure about why it use en_US in $lang. 没细看代码

@infstellar
Copy link
Owner

oh 英文的采集点坐标没有加进去 我先设定默认中文吧

@infstellar
Copy link
Owner

解决惹 GIAv0.7.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants