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 has been archived by the owner on Sep 18, 2024. It is now read-only.
when webui ping api /logs/dispatcher.log, get this result as follow picture. when dispatcher.log file is null or undefined, api status is 200, data is HTML5 doctree rather than []. webui couldn't parse HTML5 doctree. It's misleading if user saw that on webui.
when webui ping api /logs/dispatcher.log, get this result as follow picture. when dispatcher.log file is null or undefined, api status is 200, data is HTML5 doctree rather than []. webui couldn't parse HTML5 doctree. It's misleading if user saw that on webui.
This issue is caused by launcher.py refactor. It's a bug found on v2.0 bug bash. So I'll close this issue now.
when webui ping api
/logs/dispatcher.log
, get this result as follow picture. when dispatcher.log file is null or undefined, api status is200
,data
isHTML5 doctree
rather than[]
. webui couldn't parseHTML5 doctree
. It's misleading if user saw that on webui.webui show that:
@JunweiSUN (#2718)
The text was updated successfully, but these errors were encountered: