We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
检索的时候如果 miner 没有设置 peer id,将会导致程序 panic。
日志:
2023-10-23T09:45:28.438+0800 ERROR rpc [email protected]/handler.go:306 panic in rpc method 'VENUS_MARKET_CLIENT.ClientMinerQueryOffer': runtime error: invalid memory address or nil pointer dereference github.com/filecoin-project/go-jsonrpc.doCall.func1 /root/go/pkg/mod/github.com/ipfs-force-community/[email protected]/handler.go:306 runtime.gopanic /usr/local/go/src/runtime/panic.go:884 runtime.panicmem /usr/local/go/src/runtime/panic.go:260 runtime.sigpanic /usr/local/go/src/runtime/signal_unix.go:841 github.com/ipfs-force-community/droplet/v2/client.(*API).ClientMinerQueryOffer /opt/droplet/client/client.go:534 reflect.Value.call /usr/local/go/src/reflect/value.go:586 reflect.Value.Call /usr/local/go/src/reflect/value.go:370 github.com/filecoin-project/venus/venus-shared/api/permission.PermissionProxy.func1 /root/go/pkg/mod/github.com/filecoin-project/[email protected]/venus-shared/api/permission/permission.go:51 github.com/filecoin-project/venus/venus-shared/api/market/client.(*IMarketClientStruct).ClientMinerQueryOffer /root/go/pkg/mod/github.com/filecoin-project/[email protected]/venus-shared/api/market/client/proxy_gen.go:132 reflect.Value.call /usr/local/go/src/reflect/value.go:586 reflect.Value.Call /usr/local/go/src/reflect/value.go:370 github.com/filecoin-project/go-jsonrpc.doCall /root/go/pkg/mod/github.com/ipfs-force-community/[email protected]/handler.go:310 github.com/filecoin-project/go-jsonrpc.(*handler).handle /root/go/pkg/mod/github.com/ipfs-force-community/[email protected]/handler.go:435 2023-10-23T09:45:28.438+0800 ERROR rpc [email protected]/server.go:99 RPC Error: (error code 0) fatal error calling 'VENUS_MARKET_CLIENT.ClientMinerQueryOffer': panic in rpc method 'VENUS_MARKET_CLIENT.ClientMinerQueryOffer': runtime error: invalid memory address or nil pointer dereference: error code 0
The text was updated successfully, but these errors were encountered:
simlecode
Successfully merging a pull request may close this issue.
Droplet / 水滴
Description / 描述
检索的时候如果 miner 没有设置 peer id,将会导致程序 panic。
日志:
The text was updated successfully, but these errors were encountered: