You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a security-related bug/issue. If it is, please follow please follow the security policy.
This is not a question or a support request. If you have any lotus related questions, please ask in the lotus forum.
This is not a new feature request. If it is, please file a feature request instead.
This is not an enhancement request. If it is, please file a improvement suggestion instead.
I have searched on the issue tracker and the lotus forum, and there is no existing related issue or discussion.
I am running the 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.
I did not make any code changes to lotus.
Lotus component
lotus daemon - chain sync
lotus miner - mining and block production
lotus miner/worker - sealing
lotus miner - proving(WindowPoSt)
lotus miner/market - storage deal
lotus miner/market - retrieval deal
lotus miner/market - data transfer
lotus client
lotus JSON-RPC API
lotus message management (mpool)
Other
Lotus Version
v1.15.3
Describe the Bug
To reproduce:
Attempting to create a Lotus deal with no FIL in my wallet I encountered the error "resolve address f1qim...jjy: actor not found"
Expected result:
Error message would inform the user they have insufficient FIL in their wallet. E.g. "Insufficient funds in wallet for this transaction"
Actual result:
Error message does not communicate the user's issue (mistake)
"ERROR: resolve address f1qim...jjy: actor not found"
wfmb14:launchpad wes$ lotus client deal
Data CID (from lotus client import): bafykbzacebp52galmm6yb5kqr46s7n3hglgv43wyos7zvywlrdvmlom4ficb6
.. calculating data size
Deal duration (days): 180
ERROR: resolve address f1qim6rnkdnqk5mgo6b2675jxvw3xaefhrwozljjy: actor not found
Hey @wesfloyd! Thanks for the issue report. I agree that the error message could be more describing in this context, and that we could describe better that a fresh wallet needs to have some funds (or DataCap) sent to it to be initialized/recognized by the chain.
I also think this error should be caught a bit earlier, instead of halfway through the lotus client deal flow. It seems like we do not check if the actor (address in this case) is on chain before starting the uiLoop:
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.Lotus component
Lotus Version
Describe the Bug
To reproduce:
Attempting to create a Lotus deal with no FIL in my wallet I encountered the error "resolve address f1qim...jjy: actor not found"
Expected result:
Error message would inform the user they have insufficient FIL in their wallet. E.g. "Insufficient funds in wallet for this transaction"
Actual result:
Error message does not communicate the user's issue (mistake)
"ERROR: resolve address f1qim...jjy: actor not found"
Logging Information
Repo Steps
Run '...'
Do '...'
See error '...'
...
Run: attempt to create a Lotus deal with no FIL in the wallet: "lotus client deal"
See "ERROR: resolve address f1qim...jjy: actor not found"
The text was updated successfully, but these errors were encountered: