Crash report: `Error: deferred error during ABI decoding triggered accessing index 8`
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.5k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
URL
https://lqku6-wqaaa-aaaad-qalmq-cai.ic.fleek.co/#/vote
Error
Error: deferred error during ABI decoding triggered accessing index 8
Stacktrace
Error: deferred error during ABI decoding triggered accessing index 8
at O (https://lqku6-wqaaa-aaaad-qalmq-cai.ic.fleek.co/static/js/4.806c3d88.chunk.js:2:607745)
at Array.get (https://lqku6-wqaaa-aaaad-qalmq-cai.ic.fleek.co/static/js/4.806c3d88.chunk.js:2:615775)
at m (https://lqku6-wqaaa-aaaad-qalmq-cai.ic.fleek.co/static/js/4.806c3d88.chunk.js:2:80161)
at b (https://lqku6-wqaaa-aaaad-qalmq-cai.ic.fleek.co/static/js/4.806c3d88.chunk.js:2:80280)
at v (https://lqku6-wqaaa-aaaad-qalmq-cai.ic.fleek.co/static/js/4.806c3d88.chunk.js:2:80560)
at new e (https://lqku6-wqaaa-aaaad-qalmq-cai.ic.fleek.co/static/js/4.806c3d88.chunk.js:2:80628)
at n.<anonymous> (https://lqku6-wqaaa-aaaad-qalmq-cai.ic.fleek.co/static/js/4.806c3d88.chunk.js:2:159523)
at new n (https://lqku6-wqaaa-aaaad-qalmq-cai.ic.fleek.co/static/js/4.806c3d88.chunk.js:2:607148)
at e.value (https://lqku6-wqaaa-aaaad-qalmq-cai.ic.fleek.co/static/js/4.806c3d88.chunk.js:2:616246)
at https://lqku6-wqaaa-aaaad-qalmq-cai.ic.fleek.co/static/js/main.b50380e6.chunk.js:1:470938
Device data
{
"ua": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36",
"browser": {
"name": "Chrome",
"version": "102.0.0.0",
"major": "102"
},
"engine": {
"name": "Blink",
"version": "102.0.0.0"
},
"os": {
"name": "Windows",
"version": "10"
},
"device": {},
"cpu": {
"architecture": "amd64"
}
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the crash on the /#/vote route using the reported URL, then trace the stack from static/js/main.b50380e6.chunk.js into static/js/4.806c3d88.chunk.js, focusing on the ABI decoding access at index 8. Done means identifying the malformed or unexpected decoded data and confirming that the vote page no longer crashes under the reported conditions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- blockchain, frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100