Missing required accounts, repull the identity
See original GitHub issue<script src="https://cdn.jsdelivr.net/npm/eosjs@16.0.0/lib/eos.min.js"></script>
scatter.eos(w, window.Eos, {
broadcast: false,
sign: true,
chainId: "aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906"
}, "https").contract("eosio.token").then(function (a) {
a.transfer(_name, 'xxx', '1 EOS', '').then(function (n) {
console.log(n)
})
})
occur error ,the console show: {type: “account_missing”, message: “Missing required accounts, repull the identity”, code: 402, isError: true}
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
its_ajose01 (u/its_ajose01) - Reddit
Error on using contract / transfer "Missing required accounts, repull the identity". 1. 3 comments. Copy this post's permalink to the clipboard ...
Read more >Research : Submit Case - D&B Direct+ Documentation
These requests fall into one of two categories: 1.D&B has knowledge of the company, but information is either missing or incorrect. 2. Someone...
Read more >Repull before closing.......what to expect? - myFICO® Forums
What can we expect the lender to look for during the repull? We know we shouldn't open new accounts but Are they looking...
Read more >User Guide - Ascensus
Financial Organization Identification . ... User Identification and Logout . ... Reminders about account maintenance tasks that require staff attention.
Read more >What Should I Do If a Pod Fails to Pull the Image? - 华为云
Enter the third-party image address according to requirements. ... be accessed only after authentication (using your account and password).
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This usually means the account you are trying to sign from isn’t the one you have linked to the permissioned identity, or doesn’t have the right permissions.
Make sure the account name is correct, and that the @active or @owner matches the options passed into eosjs. ( @active if none is specified )
Hi James,
I upgrade eosjs version fixed the issue.
Anyway, Thank you very much. our game will release soon, will bring a large of customer to Scatter. @nsjames
Thanks, Frank