You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2025. It is now read-only.
When I install any mission via MissionDownloadPage and attempt to view the missions via MissionPage, I get an internal error.
js: Error(%s) in dispatch command: %s TypeError: Cannot read property 'update_input' of undefined pin_update
js: Error(%s) in dispatch command: %s TypeError: Cannot read property 'update_input' of undefined pin_update
js: Error(%s) in dispatch command: %s TypeError: Cannot read property 'update_input' of undefined pin_update
D:\Downloads\PGPLC-0.5.1\python-git-program-launcher\installed_python\3.7.6_GIA_Launcher_Download_Lib\lib\site-packages\urllib3\connectionpool.py:1071: InsecureRequestWarning: Unverified HTTPS request is being made to host 'raw.githubusercontent.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
InsecureRequestWarning,
D:\Downloads\PGPLC-0.5.1\python-git-program-launcher\installed_python\3.7.6_GIA_Launcher_Download_Lib\lib\site-packages\urllib3\connectionpool.py:1071: InsecureRequestWarning: Unverified HTTPS request is being made to host 'github.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
InsecureRequestWarning,
D:\Downloads\PGPLC-0.5.1\python-git-program-launcher\installed_python\3.7.6_GIA_Launcher_Download_Lib\lib\site-packages\urllib3\connectionpool.py:1071: InsecureRequestWarning: Unverified HTTPS request is being made to host 'raw.githubusercontent.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
InsecureRequestWarning,
js: Error(%s) in dispatch command: %s TypeError: Cannot read property 'update_input' of undefined pin_update
Unhandled error in pywebio app
Traceback (most recent call last):
File "D:\Downloads\PGPLC-0.5.1\python-git-program-launcher\installed_python\3.7.6_GIA_Launcher_Download_Lib\lib\site-packages\pywebio\session\threadbased.py", line 261, in run
callback(event['data'])
File "D:\Downloads\PGPLC-0.5.1\python-git-program-launcher\installed_python\3.7.6_GIA_Launcher_Download_Lib\lib\site-packages\pywebio\output.py", line 843, in click_callback
return onclick(btn_val)
File "D:\Downloads\PGPLC-0.5.1\python-git-program-launcher\repositories\GIA_Launcher_Download_Lib\source\webio\page_manager.py", line 24, in load_page
self.page_dict[idx].load()
File "D:\Downloads\PGPLC-0.5.1\python-git-program-launcher\repositories\GIA_Launcher_Download_Lib\source\webio\page.py", line 17, in load
self._on_load()
File "D:\Downloads\PGPLC-0.5.1\python-git-program-launcher\repositories\GIA_Launcher_Download_Lib\source\webio\advance_page.py", line 39, in _on_load
super()._on_load()
File "D:\Downloads\PGPLC-0.5.1\python-git-program-launcher\repositories\GIA_Launcher_Download_Lib\source\webio\page.py", line 27, in _on_load
self._load() # 加载主页
File "D:\Downloads\PGPLC-0.5.1\python-git-program-launcher\repositories\GIA_Launcher_Download_Lib\source\webio\webpages\mission.py", line 222, in _load
self._render_scopes()
File "D:\Downloads\PGPLC-0.5.1\python-git-program-launcher\repositories\GIA_Launcher_Download_Lib\source\webio\webpages\mission.py", line 107, in _render_scopes
if GLOBAL_LANG in self.MISSION_META[mission_name]['title']:
TypeError: argument of type 'NoneType' is not iterable
I'm using giaglobal.json.
When I install any mission via MissionDownloadPage and attempt to view the missions via MissionPage, I get an internal error.