This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
CommandService Stateless invalid tx - Wrongly formed creator_account_id, passed value: '' #141
Comments
Just debug in to app, params correctly I think. Maybe problem with my Iroha peer setup. Any idea @BulatMukhutdinov @mrZizik @kobaken0029 I got this error for several days 😢 |
truongnmt
changed the title
Wrongly formed creator_account_id, passed value: ''
CommandService Stateless invalid tx - Wrongly formed creator_account_id, passed value: ''
Aug 30, 2018
Update:
|
Tested on iroha-android repository:
Weird that the default IP of the app |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to create an Android app with Hyperledger Iroha. So first user will type
Username
andAccount details
to register an account.Here is my IrohaConnection.kt file to form a request to send to Iroha server. Basically, I just copy and port from Java to Kotlin from this iroha-android-sample repo.
This is the message I get from Iroha console:
It's said that:
I'm not really understand how Iroha receive variables but when debug I see:
createdTime_
,creatorAccountId_
,quorum_
these 3 vars has value which is kind of what Iroha ask for, but somehow the server not get it.Another weird things is, on this sample Iroha-android repo: build.gradle:
You see those IP? When using this default IP
199.247.26.56
, the app work, but when I change to my local IP, which is the same PC - my own Iroha deployment, it's not. I think that on this IP199.247.26.56
, you guys have deployed Iroha correctly.So on that though, I have deploy Iroha following these:
But still the same error:
The text was updated successfully, but these errors were encountered: