question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
nsjamescommented, Aug 1, 2018

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 )

1reaction
iFrankWucommented, Aug 14, 2018

Hi James,

I upgrade eosjs version fixed the issue. image

Anyway, Thank you very much. our game will release soon, will bring a large of customer to Scatter. @nsjames

Thanks, Frank

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found