-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
regreession build error #1338
Comments
I trough @sanity , you asked for an issue in elements. I am currently debugging to print the error there |
freenet-core/apps/freenet-microblogging$ make run-node
RUST_BACKTRACE=1 RUST_LOG=freenet=debug,locutus_core=debug,locutus_node=debug,info freenet local
2024-12-22T22:41:18.286883Z INFO freenet::config: Found configuration file: config.toml.toml
at crates/core/src/config.rs:111
2024-12-22T22:41:18.286959Z INFO freenet::config: Reading configuration file: "/home/path/.config/freenet/config.toml"
at crates/core/src/config.rs:129
2024-12-22T22:41:20.515655Z INFO freenet::config: Found configuration file in default directory
at crates/core/src/config.rs:194
2024-12-22T22:41:20.854103Z WARN freenet::config: No gateways file found, initializing disjoint gateway.
at crates/core/src/config.rs:250
2024-12-22T22:41:20.854823Z INFO freenet: Starting freenet node in local mode
at crates/core/src/bin/freenet.rs:20
2024-12-22T22:41:20.854873Z INFO freenet::contract::storages::redb: loading contract store from "/home/path/.local/share/freenet/db/local/db"
at crates/core/src/contract/storages/redb.rs:17
2024-12-22T22:41:21.252759Z INFO freenet::server: HTTP gateway listening on 127.0.0.1:50509
at crates/core/src/server.rs:55
2024-12-22T22:41:40.341999Z DEBUG freenet::client_events::websocket: establishing connection with encoding protocol: native, authenticated: false
at crates/core/src/client_events/websocket.rs:197
2024-12-22T22:41:40.342210Z DEBUG freenet::client_events::websocket: websocket connection established, protoc: None
at crates/core/src/client_events/websocket.rs:214
2024-12-22T22:41:40.342794Z DEBUG freenet::client_events::websocket: client channel error on request, err: WebSocket protocol error: Connection reset without closing handshake
at crates/core/src/client_events/websocket.rs:304
2024-12-22T22:41:40.342884Z ERROR freenet::client_events::websocket: WebSocket protocol error: Connection reset without closing handshake
at crates/core/src/client_events/websocket.rs:216
2024-12-22T22:42:44.416575Z DEBUG freenet::client_events::websocket: establishing connection with encoding protocol: native, authenticated: false
at crates/core/src/client_events/websocket.rs:197
2024-12-22T22:42:44.416737Z DEBUG freenet::client_events::websocket: websocket connection established, protoc: None
at crates/core/src/client_events/websocket.rs:214
2024-12-22T22:42:44.417219Z DEBUG freenet::client_events::websocket: client channel error on request, err: WebSocket protocol error: Connection reset without closing handshake
at crates/core/src/client_events/websocket.rs:304
2024-12-22T22:42:44.417307Z ERROR freenet::client_events::websocket: WebSocket protocol error: Connection reset without closing handshake
at crates/core/src/client_events/websocket.rs:216 |
Should I fix |
@sanity do you have any idea of why this is happenning please? I am just coming back to this repo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can not build freenet microblogging example due to regression on main branch.
Could we fix it please?
The text was updated successfully, but these errors were encountered: