pywebio / PyWebIO

Write interactive web app in script way.
https://pywebio.readthedocs.io
MIT License
4.49k stars 384 forks source link

ERROR:pywebio.platform.remote_access #582

Closed topwangbb closed 1 year ago

topwangbb commented 1 year ago

if name == 'main': start_serverpywebio.platform.tornado.start_server( applications=energy_consum,

debug=True,

    # port=1216,
    # auto_open_webbrowser=True,
    remote_access=True,
    # reconnect_timeout=3,
)

BUG Description

ERROR:pywebio.platform.remote_access:PyWebIO application remote access service error: ssh: connect to host app.pywebio.online port 1022: Connection timed out

这是我网络的错误吗

wang0618 commented 1 year ago

是因为用于提供服务的服务器由于一些原因down掉了,我周末会修复一下

wang0618 commented 1 year ago

这个最近已经修复了