Same error on Ubuntu:
thread '<main>' panicked at 'called `Result::unwrap()` on an `Err` value: CoreError::GetFailure::{ reason: NoSuchData, request: Structured(0d4b.., 786562251788)}', ../src/libcore/result.rs:746
note: Run with `RUST_BACKTRACE=1` for a backtrace.
ERROR 10:50:19.211354152 [crust::sender_receiver sender_receiver.rs:71] Deserialisation error: Deserialise(IoError(Error { repr: Custom(Custom { kind: UnexpectedEof, error: StringError("failed to fill whole buffer") }) }))
ERROR 10:50:19.211567656 [crust::connection connection.rs:743] Error receiving from PeerId(c244..): Error { repr: Custom(Custom { kind: InvalidData, error: StringError("Deserialisation failure") }) }
(though I donât get the first 2 error lines on Windows)
In both cases here are the operations I do:
- launching 12 vaults is OK (locally in one station)
- creating an account is OK
- logging in is OK
- managing immutable data is OK
- managing structured data is NOT OK anymore
This is happening since I updated my crate yesterday (with cargo clean and cargo update). I advise people having a working environment not to do the same until problem is corrected.
Let us hope Maidsafe team will correct this rapidly, because SD objects are very important for a lot projects on safe network.