$ safe networks
Well, this is embarrassing.
sn_cli had a problem and crashed. To help us diagnose the problem you can send us a crash report.
We have generated a report file at "/tmp/report-d9eae054-1e00-4b67-bccb-fa72bfb72706.toml". Submit an issue or email with the subject of "sn_cli Crash Report" and include the report as an attachment.
- Authors: bochaco <gabrielviganotti@gmail.com>, Josh Wilson <joshuef@gmail.com>
We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports.
Thank you kindly!
I think that’s due to a fix we are bringing in in a new version of sn_client which is to disable IGD from qp2p for clients. Thus, I assume you are building from master and updated your dependencies to get this crash?
If so, just simply don’t update your dependencies and use Cargo.lock file that is committed in the repo.
So you mean from a tag? if so then the same thing. The Cargo.lock file is for that, to fix to specific versions, if you updated them then probably this happened, although it won’t happen once all dependencies have v1+ as semver is checked for updating.
You shouldn’t need to do anything, just make sure that file wasn’t changed as you don’t need to change it, just build whichever crate from that repo, it’s at the root of the repo: https://github.com/maidsafe/sn_api/blob/master/Cargo.lock