boxdot / gurk-rs

Signal Messenger client for terminal
GNU Affero General Public License v3.0
456 stars 33 forks source link

Cannot link device #240

Closed bonfus closed 9 months ago

bonfus commented 10 months ago

I just updated gurk on my phone and I can no longer link my device. While pairing I get this from gurk.log:

ERROR panic: thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ParseIntError { kind: InvalidDigit }': /home/pie/.cargo/git/checkouts/libsignal-service-rs-e91a0c40cab55da9/c2f70ef/libsignal-service/src/provisioning/manager.rs:355

using commit b1ddf7be.

Edit: ok, I've seen commits apparently fixing this problem in presage. Unfortunately I'm unable to compile the after patching Cargo.toml

bonfus commented 9 months ago

Just compiled commit ce58e1c (release 0.4.1?) and device linked correctly! Thank you!!