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
Will not work, if a password is set in unipager and src ip != localhost.
Fix in
''''
def on_open(ws):
print("### Connected ###")
ws.send(""GetVersion"")
ws.send(""GetConfig"")
ws.send(""GetStatus"")
''''
by sending password first.
The text was updated successfully, but these errors were encountered:
To solve, checkout WebSocket traffic from Webside and implement it accordingly. Also add password config parameter and catch password wrong error. Maybe even display this config error on the display itself.
Will not work, if a password is set in unipager and src ip != localhost.
Fix in
''''
def on_open(ws):
print("### Connected ###")
ws.send(""GetVersion"")
ws.send(""GetConfig"")
ws.send(""GetStatus"")
''''
by sending password first.
The text was updated successfully, but these errors were encountered: