Hi
I already asked on klipper dc but didn't get any response so let me repost here as well.
I have the following setup:
- rpi hosts an access point
- the ethernet connection is shared to that wifi
when I connect mainsail through ethernet cable, it works fine, but when I do so through wifi ap, the UI crashes after ~10s. here is what journal on rpi says:
Jan 27 13:50:51 promatprusa python[779]: [websockets.py:open()] - Websocket Opened: ID: 547503807312, Proxied: True, User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36, Host >
Jan 27 13:50:51 promatprusa python[779]: [websockets.py:_handle_identify()] - Websocket 547503807312 Client Identified - Name: mainsail, Version: 2.17.0, Type: web
Jan 27 13:50:53 promatprusa python[779]: [websockets.py:on_close()] - Websocket Closed: ID: 547503807312 Close Code: None, Close Reason: None, Pong Time Elapsed: 1.66
Jan 27 13:50:53 promatprusa python[779]: [application.py:log_request()] - 101 GET /websocket (10.42.0.76) [_TRUSTED_USER_] 1.16ms
Jan 27 13:50:53 promatprusa python[779]: [websockets.py:open()] - Websocket Opened: ID: 547503644048, Proxied: True, User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36, Host >
Jan 27 13:50:53 promatprusa python[779]: [websockets.py:_handle_identify()] - Websocket 547503644048 Client Identified - Name: mainsail, Version: 2.17.0, Type: web
Jan 27 13:51:00 promatprusa systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 27 13:51:04 promatprusa python[779]: [websockets.py:on_close()] - Websocket Closed: ID: 547503644048 Close Code: None, Close Reason: None, Pong Time Elapsed: 11.51
Jan 27 13:51:14 promatprusa systemd-networkd[307]: eth0: Gained carrier
I'd appreciate any help!
thank you in advance