|
楼主 |
发表于 2020-11-10 18:17:40
|
显示全部楼层
本帖最后由 qinxg 于 2020-11-10 18:20 编辑
vscode 日志正常
但是点击后open web ui 后页面是白的
fiddler 跟踪:
这个请求可以正常返回vscode信息
/api/hassio/addons/a0d7b954_vscode/info
但是后续请求一直无返回:
/api/hassio_ingress/cpbu7wEV_6_Ji8qDTHLqlu1bii731F6F6vxx3raqFJA/
启动日志:
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-banner.sh: executing...
-----------------------------------------------------------
Add-on: Visual Studio Code
Fully featured VSCode experience, to edit your HA config in the browser, including auto-completion!
-----------------------------------------------------------
Add-on version: 2.8.2
You are running the latest version of this add-on.
System: HassOS 4.15 (amd64 / qemux86-64)
Home Assistant Core: 0.117.5
Home Assistant Supervisor: 2020.11.0
-----------------------------------------------------------
Please, share the above information when looking for help
or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing...
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] code-server.sh: executing...
[cont-init.d] code-server.sh: exited 0.
[cont-init.d] mosquitto.sh: executing...
[cont-init.d] mosquitto.sh: exited 0.
[cont-init.d] mysql.sh: executing...
[cont-init.d] mysql.sh: exited 0.
[cont-init.d] user.sh: executing...
[cont-init.d] user.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[18:09:01] INFO: Starting the code server...
[2020-11-10T10:09:02.109Z] info Wrote default config file to ~/.config/code-server/config.yaml
[2020-11-10T10:09:02.470Z] info Using user-data-dir /data/vscode
[2020-11-10T10:09:02.477Z] info code-server 3.6.0 a4a03c14922ccaec2a9ff8d1b7b2af8522a4214d
[2020-11-10T10:09:02.478Z] info Using config file ~/.config/code-server/config.yaml
[2020-11-10T10:09:02.484Z] info HTTP server listening on http://0.0.0.0:1337
[2020-11-10T10:09:02.484Z] info - No authentication
[2020-11-10T10:09:02.484Z] info - Not serving HTTPS
|
|