Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Bug: Failed to start Taiko client #213

Closed
wangtsiao opened this issue May 6, 2023 · 2 comments
Closed

Bug: Failed to start Taiko client #213

wangtsiao opened this issue May 6, 2023 · 2 comments

Comments

@wangtsiao
Copy link

Taiko-client failed to start, the error message is belowing.

CRIT [05-06|20:10:17.557] Failed to start Taiko client             error="abi: improperly encoded uint64 value"

After I searched for a while, I found that this error is caused by autogenerated code, which interacts with l1 contract.

@wangtsiao
Copy link
Author

By the way, taiko-client create client using backoff reconnection strategy, this definitely make the program more robust.

However, the implement lacks necessary logging when encountered network failed or execution server side err. The direct consequence of this, when configuration like endpoints are wrong or network error, the program will get stuck without any output, especially when users start the program, there is no error feedback.

Specifically, I suggested add a warning log when ethclient.DialContext(ctx, url) failed.

@davidtaikocha
Copy link
Member

Addressed in #262 && #263

@github-project-automation github-project-automation bot moved this from 📝 Todo to ✅ Done in Taiko Project Board Jun 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: Done
Development

No branches or pull requests

3 participants