2k devtest not save file and get it #8260
-
Checklist
Lotus component
Lotus Version
Describe the Bugwait 2022-03-08T06:04:13.988Z INFO main lotus-miner/init.go:748 Pushed CreateMiner message: bafy2bzacecybks5nb65oprkfnketzc4a774r3ppvya4c2yuw74t7kibx2akpe lotus client list-deals root@0d3872e3afdd:/home/lotus# lotus client retrieve bafy2bzacealsmph4t3ta54zww6rwcyrdbdu276jjrx5wncka4xaiqawi7c6qa hello2.txt goroutine 1 [running]: Logging Information
Repo Steps
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 16 replies
-
Moving to Discussions for help and troubleshooting! Thanks for taking the time to create this ticket, but your issue lies elsewhere. |
Beta Was this translation helpful? Give feedback.
-
@alanmoleapfive Hey, I think an important step was missed during the deal making process. The output CID you get from the
Once this is done, the state should change from "StorageDealFundsReserved" to accepted and then data-transfer and so on till sealing is complete. After that you can retrieve the file but again here you are using the CID of the deal proposal and thus getting an error. You will need to provide the CID of the file you want to retrieve. This is the same CID you provided as input in Please execute all these steps and let us know if you still have a problem. |
Beta Was this translation helpful? Give feedback.
@alanmoleapfive Hey, I think an important step was missed during the deal making process. The output CID you get from the
lotus client deal
command is a deal-proposal CID. This deal has to be accepted by the miner. I think this step was not executed.lotus-miner storage-deals pending-publish
lotus-miner storage-deals pending-publish --publish-now
Once this is done, the state should change from "StorageDealFundsReserved" to accepted and then data-transfer and so on till sealing is complete.
After that you can retrieve the file but again here you are using the CID of the deal proposal and thus getting an error. You will need to provide the CID of the file you want to retrieve. This is the s…