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
We start getting invalid utf-8 sequence of 1 bytes from index 29 which might be related to FIP-0027
invalid utf-8 sequence of 1 bytes from index 29
It starts failing since deal proposal ID 208273
With below payload
{"jsonrpc":"2.0","id":0,"method":"Filecoin.StateMarketStorageDeal","params": [208272, [{"/":"bafy2bzacecwlmnh4c3k7tg7a3ywfhd57bdte47pnihyjf7nmsnekdd4m34bvk"},{"/":"bafy2bzacedf4rnf7t43on4jvqd423htdwuz3s2wwvppwmgu3c22hr4iy4e2vs"},{"/":"bafy2bzacea3wdkta5xwlgikakokxo7tzkk52z6mide67hgtpipe7xncn6d4cc"},{"/":"bafy2bzacecdozdbjihw7gwp26kioyrzmk7fcn2wxrgnjhwqcbxsafafgfvcro"}]] }
Lotus response:
{"id":0,"jsonrpc":"2.0","result":{"Proposal":{"PieceCID":{"/":"baga6ea4seaqknmo53ymcvgnwyesyb6muftyxaoslh7fzewojiqmy2nzumm6w6jq"},"PieceSize":8388608,"VerifiedDeal":false,"Client":"t0151181","Provider":"t0150406","Label":"","StartEpoch":2236973,"EndEpoch":2755373,"StoragePricePerEpoch":"0","ProviderCollateral":"0","ClientCollateral":"0"},"State":{"SectorNumber":0,"SectorStartEpoch":-1,"LastUpdatedEpoch":-1,"SlashEpoch":-1}}}
Forest response:
{"jsonrpc":"2.0","id":0,"error":{"code":-32603,"message":"invalid utf-8 sequence of 1 bytes from index 29"}}
paste log output...
The text was updated successfully, but these errors were encountered:
hanabi1224
Successfully merging a pull request may close this issue.
Describe the bug
We start getting
invalid utf-8 sequence of 1 bytes from index 29
which might be related to FIP-0027It starts failing since deal proposal ID 208273
With below payload
Lotus response:
Forest response:
To reproduce
Log output
Log Output
Expected behaviour
Screenshots
Environment (please complete the following information):
Other information and links
The text was updated successfully, but these errors were encountered: