Skip to content
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

Open
gogo2464 opened this issue Dec 22, 2024 · 4 comments
Open

regreession build error #1338

gogo2464 opened this issue Dec 22, 2024 · 4 comments

Comments

@gogo2464
Copy link
Contributor

I can not build freenet microblogging example due to regression on main branch.

Could we fix it please?

@sanity sanity closed this as not planned Won't fix, can't repro, duplicate, stale Dec 22, 2024
@gogo2464
Copy link
Contributor Author

I trough @sanity , you asked for an issue in elements. I am currently debugging to print the error there

@gogo2464
Copy link
Contributor Author

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

@sanity sanity reopened this Dec 22, 2024
@gogo2464
Copy link
Contributor Author

Should I fix 2024-12-23T10:29:50.238271Z WARN freenet::config: No gateways file found, initializing disjoint gateway. at crates/core/src/config.rs:250 please?

@gogo2464
Copy link
Contributor Author

@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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants