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
Hello! Thanks for the interesting project. I appreciate for this good project. And please forgive my bad English.
2. Issues with the Zellij UI / behavior
Issue description
On my aarch64-apple-darwin environment, downloading plugin from web and running it (thanks for #2863 ) is always terminate the session with message Received empty message from server and no helpful logs were left.
The problem is reproduced on zellij 0.39.2 and main branch code.
Here is a log:
INFO |zellij_server | 2023-12-13 03:21:04.355 [async-std/runti] [/Users/cordx56/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zellij-server-0.39.2/src/lib.rs:919]: Compiling plugins using Cranelift
WARN |zellij_utils::ipc | 2023-12-13 03:21:28.762 [router ] [/Users/cordx56/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zellij-utils-0.39.2/src/ipc.rs:223]: Error in IpcReceiver.recv(): InvalidMarkerRead(Error { kind: UnexpectedEof, message: "failed to fill whole buffer" })
ERROR |zellij_client | 2023-12-13 03:21:28.770 [router ] [/Users/cordx56/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zellij-client-0.39.2/src/lib.rs:356]: Received empty message from server
Maybe first INFO line is not related to this problem (because this log is shown before donwload triggered).
I tried removing tmp dir and running on other machine but there are not fix the problem.
Minimal reproduction
add these lines to config.kdl, run zellij and press Ctrl y.
I tried to explore the cause of this problem on main branch code, and there are no problems until this line, but when go to the next line, the process will be terminated.
The text was updated successfully, but these errors were encountered:
Hello! Thanks for the interesting project. I appreciate for this good project. And please forgive my bad English.
2. Issues with the Zellij UI / behavior
Issue description
On my
aarch64-apple-darwin
environment, downloading plugin from web and running it (thanks for #2863 ) is always terminate the session with messageReceived empty message from server
and no helpful logs were left.The problem is reproduced on
zellij 0.39.2
andmain
branch code.Here is a log:
Maybe first
INFO
line is not related to this problem (because this log is shown before donwload triggered).I tried removing tmp dir and running on other machine but there are not fix the problem.
Minimal reproduction
add these lines to
config.kdl
, run zellij and press Ctrl y.Other relevant information
I tried to explore the cause of this problem on
main
branch code, and there are no problems until this line, but when go to the next line, the process will be terminated.The text was updated successfully, but these errors were encountered: