-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
JSON-RPC Errors with multiple reporting commands since activating M1. #6869
Comments
@TippyFlitsUK would you please share your repos' On the
On the
I believe that if you have Note that currently panics from the JSON RPC server are expected if you call a method that belongs to a subsystem that is not enabled. We are working on adding nicer errors and to gracefully handle this, but it has not yet landed on |
@stuberman I believe you had a same issue? Could you provide the config too if so? |
I have not upgraded my miner, still running 1.11.11-dev+mainnet+git.e6eb51b2d and so I have not experienced this yet. |
I can confirm that the 2
The
|
With #6857 - I’m expecting it not to panic at least |
From @TippyFlitsUK
|
Actually we need a slightly different codegen for this not to panic - the method is there, but the subsystem is missing, so we need the codegen to maybe check for nil ptr. So unfortunately this is not solving for these cases. |
This was also reported by @Meatball13 in #6852 (comment) |
Running on the same instance is also reportinf this error #6861 (reply in thread) |
Yes, this can be closed and the environment variables have been documented in filecoin-project/filecoin-docs#996. |
Checklist
Lotus component
lotus JSON-RPC API
Lotus Tag and Version
Describe the Bug
I have both separate instances of miner and markets instances running but am getting errors with all the storage deal reporting tools.
There are multiple commands that no longer work since the separation although the miner does appear to be running without issue. I have completed window posts and sealed sectors successfully on this release. I am unable to see any information with regards to deals and data transfers as all commands are broken.
Logging Information
lotus-miner storage-deals list
LOTUS_MINER_PATH=/mnt/nvme0n1/.lotusmarket lotus-miner storage-deals list
lotus-miner info
LOTUS_MINER_PATH=/mnt/nvme0n1/.lotusmarket lotus-miner info
Repo Steps
1. Run any command that outputs data related to deals. 2. View output as above.
The text was updated successfully, but these errors were encountered: