-
Notifications
You must be signed in to change notification settings - Fork 71
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
Boost Slow in API Response Causing Lotus-miner Info Command Timeout #1193
Comments
2023-02-22T19:07:15.732+0900 WARN rpc go-jsonrpc@v0.2.1/websocket.go:763 websocket long time no response {"lastAction": "incoming(,3)", "time": 15.084658323} |
The error message is printed out by lotus cli helper when an error is returned from a CLI Action:
The format of the error message
I would like to reassign this bug to go-jsonrpc because it looks like the underlying implementation of go-jsonrpc is returning an error object that wraps a nil error. |
Added an issue to the lotus repo to Remove markets API calls from lotus-miner info |
I opened filecoin-project/go-jsonrpc#96 to track the underlying go-jsonrpc issue. |
Checklist
Latest release
, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Boost component
Boost Version
Describe the Bug
once a while, the lotus-miner info command errors out on getting information back from boost API.
Lotus-miner info command
Logging Information
The text was updated successfully, but these errors were encountered: