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
Currently, if we includes pRouter as a workspace member, we will have some unknown errors during building. Specifically, the building process will complete normally, but when pRouter is running, it will have issues unzipping i2p seeder files downloaded from the genesis server, leading to bootstrap failures. The problem is probably due to some link errors with libzip.
How to reproduce
Include pRouter as a workspace member.
cargo build
start pRouter
pRouter should now be stuck at the starting prouter step. If you check the prouter log file (./prouter_data/prouter.log), you will notice unzipping errors.
The text was updated successfully, but these errors were encountered:
Currently, if we includes pRouter as a workspace member, we will have some unknown errors during building. Specifically, the building process will complete normally, but when pRouter is running, it will have issues unzipping i2p seeder files downloaded from the genesis server, leading to bootstrap failures. The problem is probably due to some link errors with
libzip
.How to reproduce
cargo build
pRouter should now be stuck at the
starting prouter
step. If you check the prouter log file (./prouter_data/prouter.log
), you will notice unzipping errors.The text was updated successfully, but these errors were encountered: