Skip to content
New issue

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

Uncaught Error: new BigNumber() number type has more than 15 significant digits #5051

Closed
pointtoken opened this issue Aug 13, 2018 · 2 comments

Comments

@pointtoken
Copy link

Metamask is stuck on a confirmation screen and I can neither cancel or accept:

Uncaught Error: new BigNumber() number type has more than 15 significant digits: 1.157920892373162e+77
    at $ (ui.js:1)
    at new P (ui.js:1)
    at n.roundExponential (ui.js:1)
    at ui.js:1
    at ui.js:1
    at ui.js:1
    at ui.js:1
    at ui.js:1
    at Function.mapToProps (ui.js:1)
    at c (ui.js:1)
    at h (ui.js:1)
    at ui.js:1
    at Object.run (ui.js:1)
    at o.onStateChange (ui.js:1)
    at Object.notify (ui.js:1)
    at e.notifyNestedSubs (ui.js:1)
    at o.onStateChange (ui.js:1)
    at Object.notify (ui.js:1)
    at e.notifyNestedSubs (ui.js:1)
    at o.onStateChange (ui.js:1)
    at Object.notify (ui.js:1)
    at e.notifyNestedSubs (ui.js:1)
    at o.onStateChange (ui.js:1)
    at Object.notify (ui.js:1)
    at e.notifyNestedSubs (ui.js:1)
    at o.onStateChange (ui.js:1)
    at Object.notify (ui.js:1)
    at e.notifyNestedSubs (ui.js:1)
    at o.onStateChange (ui.js:1)
    at Object.notify (ui.js:1)
    at e.notifyNestedSubs (ui.js:1)
    at o.notifyNestedSubsOnComponentDidUpdate (ui.js:1)
    at Q (ui.js:1)
    at ui.js:1
    at e.notifyAll (ui.js:1)
    at p.close (ui.js:1)
    at p.closeAll (ui.js:1)
    at perform (ui.js:1)
    at y.perform (ui.js:1)
    at y.perform (ui.js:1)
    at Object.x [as flushBatchedUpdates] (ui.js:1)
    at l.closeAll (ui.js:1)
    at l.perform (ui.js:1)
    at Object.batchedUpdates (ui.js:1)
    at Object.batchedUpdates (ui.js:1)
    at dispatchEvent (ui.js:1)
    at HTMLDocument.o (ui.js:1)
  • OS:linux
  • Browser chrome
  • MetaMask Version latest with new ui

Additional context
Happened when using https://dai.makerdao.com/ dapp

@bdresser
Copy link
Contributor

@pointtoken could you send your state logs to [email protected] and reference this issue number?

(@danjm @tmashuang might be related to the BN issue with Gitcoin the other day?)

@danjm
Copy link
Contributor

danjm commented Aug 14, 2018

fixed by #5060

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants