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
更新器界面报错
No response
+-------------------------- Traceback (most recent call last) ---------------------------+ | | | C:\Users\lafe\Desktop\AzurLaneAutoScript\toolkit\lib\site-packages\pywebio\session\thr | | eadbased.py:254 in run | | | | 253 try: | | > 254 callback(event['data']) | | 255 except Exception as e: | | | | +-------------------------------------- locals --------------------------------------+ | | | callback = <function put_buttons.<locals>.click_callback at 0x00000256F83A8E58> | | | | e = TypeError("'NoneType' object is not iterable") | | | | event = { | | | | 'event': 'callback', | | | | 'task_id': 'CB-click_callback-RXvUhQviRa', | | | | 'data': 0 | | | | } | | | | self = <pywebio.session.threadbased.ThreadBasedSession object at | | | | 0x00000256F7D5FE08> | | | +------------------------------------------------------------------------------------+ | | C:\Users\lafe\Desktop\AzurLaneAutoScript\toolkit\lib\site-packages\pywebio\output.py:8 | | 01 in click_callback | | | | 800 if isinstance(onclick, Sequence): | | > 801 return onclick[btn_idx]() | | 802 else: | | | | +-------------------------------------- locals --------------------------------------+ | | | btn_idx = 0 | | | | btns = [{'label': '更新器', 'value': 0, 'color': 'menu', 'disabled': False}] | | | | onclick = [ | | | | <bound method AlasGUI.dev_update of <module.webui.app.AlasGUI object | | | | at 0x00000256F7D5A288>> | | | | ] | | | | values = [''] | | | +------------------------------------------------------------------------------------+ | | | | C:\Users\lafe\Desktop\AzurLaneAutoScript\toolkit\lib\site-packages\pywebio\output.py:1 | | 796 in wrapper | | | | 1795 try: | | > 1796 return func(*args, **kwargs) | | 1797 finally: | | | | +------------------------------ locals -------------------------------+ | | | args = (<module.webui.app.AlasGUI object at 0x00000256F7D5A288>,) | | | | func = <function AlasGUI.dev_update at 0x00000256F7B1BE58> | | | | kwargs = {} | | | | self = <pywebio.output.use_scope_ object at 0x00000256F7B17F88> | | | +---------------------------------------------------------------------+ | | | | C:\Users\lafe\Desktop\AzurLaneAutoScript\module\webui\app.py:874 in dev_update | | | | 873 | | > 874 update_table()
The text was updated successfully, but these errors were encountered:
重新解压后还是这样
Sorry, something went wrong.
No branches or pull requests
在提问之前...
描述你的问题
更新器界面报错
如何复现
预期行为
No response
相关 Logs
截图
还有别的吗?
No response
The text was updated successfully, but these errors were encountered: