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
this is the lws log when i create context with lws_create_context: Oct 28 15:20:11 user.alert : ^[[35;1m[2024/10/28 15:20:11:5773] N: Libwebsockets version: 4.3.3-unknown
Oct 28 15:20:11 user.alert : ^[[0m
Oct 28 15:20:11 app.alert : [WEBSOCKET][ERROR]-------ws_server uni_get_net_port websocket_port=7681,websockets_port=7682
Oct 28 15:20:11 app.alert : [WEBSOCKET][ERROR]-------ws_server uni_get_sec_enable_cfg websocket_enable=1,websockets_enable=0
Oct 28 15:20:11 user.alert : ^[[35;1m[2024/10/28 15:20:11:5839] N: lws_create_context: LWS: 4.3.3-unknown, NET CLI SRV H1 H2 WS ConMon IPv6-absent Oct 28 15:20:11 user.alert : ^[[0m
Oct 28 15:20:11 user.alert : ^[[35;1m[2024/10/28 15:20:11:5880] N: __lws_lc_tag: ++ [wsi|0|pipe] (1)
Oct 28 15:20:11 user.alert : ^[[0m
Oct 28 15:20:11 user.alert : ^[[35;1m[2024/10/28 15:20:11:5882] N: __lws_lc_tag: ++ [vh|0|netlink] (1)
Oct 28 15:20:11 user.alert : ^[[0m
Oct 28 15:20:11 user.alert : ^[[36;1m[2024/10/28 15:20:11:5885] W: rops_pt_init_destroy_netlink: netlink bind failed
Oct 28 15:20:11 user.alert : ^[[0m
Oct 28 15:20:11 user.alert : ^[[35;1m[2024/10/28 15:20:11:5885] N: __lws_lc_untag: -- [vh|0|netlink] (0) 298μs
Oct 28 15:20:11 user.alert : ^[[0m
Oct 28 15:20:11 app.alert : [WEBSOCKET][ERROR]-------22222222ws_server lws_create_context
Although the webserver appears to be functioning correctly, the warning message at the very beginning(W: rops_pt_init_destroy_netlink: netlink bind failed) is a bit concerning to me. Could this affect any features in libwebsockets (LWS)? thanks! @lws-team
The text was updated successfully, but these errors were encountered:
Hi Andy,
this is the lws log when i create context with lws_create_context:
Oct 28 15:20:11 user.alert : ^[[35;1m[2024/10/28 15:20:11:5773] N: Libwebsockets version: 4.3.3-unknown
Oct 28 15:20:11 user.alert : ^[[0m
Oct 28 15:20:11 app.alert : [WEBSOCKET][ERROR]-------ws_server uni_get_net_port websocket_port=7681,websockets_port=7682
Oct 28 15:20:11 app.alert : [WEBSOCKET][ERROR]-------ws_server uni_get_sec_enable_cfg websocket_enable=1,websockets_enable=0
Oct 28 15:20:11 user.alert : ^[[35;1m[2024/10/28 15:20:11:5839] N: lws_create_context: LWS: 4.3.3-unknown, NET CLI SRV H1 H2 WS ConMon IPv6-absent
Oct 28 15:20:11 user.alert : ^[[0m
Oct 28 15:20:11 user.alert : ^[[35;1m[2024/10/28 15:20:11:5880] N: __lws_lc_tag: ++ [wsi|0|pipe] (1)
Oct 28 15:20:11 user.alert : ^[[0m
Oct 28 15:20:11 user.alert : ^[[35;1m[2024/10/28 15:20:11:5882] N: __lws_lc_tag: ++ [vh|0|netlink] (1)
Oct 28 15:20:11 user.alert : ^[[0m
Oct 28 15:20:11 user.alert : ^[[36;1m[2024/10/28 15:20:11:5885] W: rops_pt_init_destroy_netlink: netlink bind failed
Oct 28 15:20:11 user.alert : ^[[0m
Oct 28 15:20:11 user.alert : ^[[35;1m[2024/10/28 15:20:11:5885] N: __lws_lc_untag: -- [vh|0|netlink] (0) 298μs
Oct 28 15:20:11 user.alert : ^[[0m
Oct 28 15:20:11 app.alert : [WEBSOCKET][ERROR]-------22222222ws_server lws_create_context
Although the webserver appears to be functioning correctly, the warning message at the very beginning(W: rops_pt_init_destroy_netlink: netlink bind failed) is a bit concerning to me. Could this affect any features in libwebsockets (LWS)? thanks! @lws-team
The text was updated successfully, but these errors were encountered: