Skip to content

Failed to deserialize Vec<FtColumn> for put_object: Custom("invalid value: integer 6616595, expected variant index 0 <= i < 35") #1345

Answered by deekerno
chlenc asked this question in Q&A
Discussion options

You must be logged in to vote

@chlenc Took a proper look at the branch that you supplied. It looks like your Cargo.lock file uses fuel-indexer-utils v0.20.4 instead of the most recent available version. If you change the dependency to use at least v0.20.7, the indexer will build and progress past the problem block.

Also, I see that the manifest in your branch uses a contract_id that isn't in the fuel... format and instead uses 0x.... Once a version containing #1326 is merged, you will be able to use both formats but until then, you must use the fuel... format for contract IDs if you wish to index a particular contract.

Please try those changes and let me know if they resolve your issue.

Replies: 10 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ra0x3
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1330 on September 12, 2023 13:11.