-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iroha 2: "Unhandled rejection: ParityScale" #108
Comments
I faced similar problem:I was trying to execute sample code of Iroha 2 (sample from documentation: https://hyperledger.github.io/iroha-2-docs/guide/python.html#_2-configuring-iroha-2 and https://hyperledger.github.io/iroha-2-docs/guide/python.html#_3-registering-a-domain):
The error message:
Logs from nodes:
Does anybody know how to fix the problem? |
anyone have any solution on this? I am also facing the same issue. Thanks. |
Experiencing same issue on macos M1: Somo additional contextual data: ./iroha_client_cli -c config.json domain list all
Error:
0: Failed to get all domains
1: Other error
2: Unexpected query response; status: 500 Internal Server Error; response body: Unhandled rejection: WarpQueryError(Decode(ParityScale))
Location:
client_cli/src/main.rs:412
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⋮ 4 frames hidden ⋮
5: <iroha_client_cli::domain::Args as iroha_client_cli::RunArgs>::run::ha10c9c9b447d966f
at <unknown source file>:<unknown line>
6: iroha_client_cli::main::hb8fcdf42008aa0a8
at <unknown source file>:<unknown line>
7: std::sys_common::backtrace::__rust_begin_short_backtrace::h9770dd60a57ca46d
at <unknown source file>:<unknown line>
8: std::rt::lang_start::{{closure}}::h0e4d6a213f8b3def
at <unknown source file>:<unknown line>
9: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h1454cc3029024710
at /rustc/f7ca9df69549470541fbf542f87a03eb9ed024b6/library/core/src/ops/function.rs:284
10: std::panicking::try::do_call::h399f2f67c900a70b
at /rustc/f7ca9df69549470541fbf542f87a03eb9ed024b6/library/std/src/panicking.rs:500
11: std::panicking::try::hc4a13c82eeea7219
at /rustc/f7ca9df69549470541fbf542f87a03eb9ed024b6/library/std/src/panicking.rs:464
12: std::panic::catch_unwind::h5c74b0c7572df1e6
at /rustc/f7ca9df69549470541fbf542f87a03eb9ed024b6/library/std/src/panic.rs:142
13: std::rt::lang_start_internal::{{closure}}::h7577686ca6f0aae1
at /rustc/f7ca9df69549470541fbf542f87a03eb9ed024b6/library/std/src/rt.rs:148
14: std::panicking::try::do_call::hb26301b45a73cdf0
at /rustc/f7ca9df69549470541fbf542f87a03eb9ed024b6/library/std/src/panicking.rs:500
15: std::panicking::try::hd1bc13fd3af35eb2
at /rustc/f7ca9df69549470541fbf542f87a03eb9ed024b6/library/std/src/panicking.rs:464
16: std::panic::catch_unwind::hf8d847a54f41c423
at /rustc/f7ca9df69549470541fbf542f87a03eb9ed024b6/library/std/src/panic.rs:142
17: std::rt::lang_start_internal::hb28c3e78008b9306
at /rustc/f7ca9df69549470541fbf542f87a03eb9ed024b6/library/std/src/rt.rs:148
18: _main<unknown>
at <unknown source file>:<unknown line>
|
@mersalin I started trying other compose files and starting the network with docker-compose.dev.yml did work. docker-compose.yml and docker-compose.stable.yml failed with the ParityScale error for me. |
@matisalimbene Thank you very much, It worked. |
LoNeWoLf
reported an error in Discord:It happens with a standard
docker-compose.yml
, as shown in the tutorial.Last commit in Iroha-python:
04c7980d6e
,iroha2
branch.Last commit in Iroha:
91da336af2
,iroha2
branch.The code used here is the standard example file,
test.py
. There's the copy to be sure:Code
The text was updated successfully, but these errors were encountered: