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
Got the following error when trying to run the streams-gateway. The issue seems similar to this issue in the rust-lang repository, However, rm -rf ~/.cargo/registry didn't seem to fix the issue. I suspect this has to do with changes specific to the iota-client
Please Advise.
root@localhost:~/streams-mqtt-gateway# cargo run --release
Updating crates.io index
Updating git repository `https://github.com/iotaledger/iota.rs`
error: failed to get `iota-client` as a dependency of package `iota-streams-app v1.0.1 (https://github.com/iotaledger/streams?branch=chrysalis-2#4c49de00)`
... which satisfies git dependency `iota-streams-app` (locked to 1.0.1) of package `iota-streams v1.0.0 (https://github.com/iotaledger/streams?branch=chrysalis-2#4c49de00)`
... which satisfies git dependency `iota-streams` (locked to 1.0.0) of package `gateway_core v0.1.0 (https://github.com/iot2tangle/streams-gateway-core?branch=chrysalis#2c4ab316)`
... which satisfies git dependency `gateway_core` (locked to 0.1.0) of package `streams-mqtt-gateway v0.1.0 (/root/streams-mqtt-gateway)`
Caused by:
failed to load source for dependency `iota-client`
Caused by:
Unable to update https://github.com/iotaledger/iota.rs?branch=dev#30673c4b
Caused by:
object not found - no match for id (30673c4bb5fd1ba5b5d15e95d652b05491604d94); class=Odb (9); code=NotFound (-3)
The text was updated successfully, but these errors were encountered:
Got the following error when trying to run the streams-gateway. The issue seems similar to this issue in the rust-lang repository, However,
rm -rf ~/.cargo/registry
didn't seem to fix the issue. I suspect this has to do with changes specific to theiota-client
Please Advise.
The text was updated successfully, but these errors were encountered: