freenet / freenet-core

Declare your digital independence
https://freenet.org/
Apache License 2.0
2.19k stars 74 forks source link

regression: page not shown anymore #1181

Open gogo2464 opened 2 months ago

gogo2464 commented 2 months ago

2024-07-30T09:13:21.058000Z INFO freenet::server: HTTP gateway listening on 127.0.0.1:50509 2024-07-30T09:15:19.156128Z DEBUG freenet::client_events::websocket: establishing connection with encoding protocol: native, authenticated: false 2024-07-30T09:15:19.221410Z ERROR freenet::client_events::websocket: WebSocket protocol error: Connection reset without closing handshake 2024-07-30T09:17:21.028697Z DEBUG freenet::client_events::websocket: establishing connection with encoding protocol: native, authenticated: false 2024-07-30T09:17:21.029198Z ERROR freenet::client_events::websocket: WebSocket protocol error: Connection reset without closing handshake

make build fdev publish --code build/freenet/freenet_microblogging_web contract --state build/freenet/contract-state Putting contract HEm1zGXVx9zzGK48yLXAy6WajXQyVp4qyXXWwxGfQyBd

But when visiting:

http://localhost:50509/contract/web/HEm1zGXVx9zzGK48yLXAy6WajXQyVp4qyXXWwxGfQyBd/

I got a blank page!!!

Do you know a way to come back to a stable version of freenet with full localhost feature please?

And then can we fix the bug please?

sanity commented 2 months ago

@iduartgomez @netsirius Would you mind taking a look at this? Is it related to recent work on transport?

gogo2464 commented 2 months ago

thank you!

gogo2464 commented 1 month ago

the commit: e8da17a314cf1c472cebce6486e0db6ace6ee8ca

works if with remove the as_ref().

gogo2464 commented 1 month ago

the commit:

8ef468f511c8edc784999778553587b483cfdeb6

works!!

but it is a very old commit!