-
Notifications
You must be signed in to change notification settings - Fork 552
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
FIX: Error while creating Hermes relayer client between Earth and Mars chains (in IBC Tutorial) #4391
Comments
I have the same problem. These are my logs:
@Srutip04 We can fix it by this:
Now it is working:
btw, I don't know the core reason of it, maybe someone could provide some ideas? |
Oh no, when I delete the cache
|
@chen4903 Replace After this run the command:
(I have flattened it as compared to what was mentioned in the doc) You will get the error that @Srutip04 has mentioned. Please note that you also need to update the
This is wrongly mentioned in the doc. I agree with @Srutip04 that this error exists even after fixing all the bugs, as I mentioned above i.e.,
|
Here is a solution to the above problem that worked for me. Thanks to a member of the Hermes team (@ljoss17) for helping me out with this. The problem is that Ignite does not generate the correct config file for Hermes. You can update the config file as follows:
Then run:
followed by:
Now the command works:
Please update the port as |
Re
|
@chen4903 I think it is created in this path that you mentioned in an earlier comment: |
Hi @stanlysamuel . I follow your advice, but I meet a new error:
btw, I think manually modifying the Ignite configuration file is not the ultimate solution. |
Title: Error while creating Hermes relayer client between Earth and Mars chains
Description:
I am trying to configure a Hermes relayer between two chains, Earth and Mars, using the Ignite CLI. During the configuration process, I encountered an error while attempting to create a client. Below are the details of the issue:
Steps to Reproduce:
Run the following command to configure the Hermes relayer:
Confirm the reuse of the existing configuration file.
Observe the following error message after the configuration:
Expected Behavior:
I expected the command to successfully create a client between the Earth and Mars chains.
Actual Behavior:
The command fails with an error indicating that it exited with status 1.
Environment:
Additional Information:
The text was updated successfully, but these errors were encountered: