mymonero / mymonero-app-js

The JS codebase for the MyMonero desktop apps
BSD 3-Clause "New" or "Revised" License
530 stars 156 forks source link

TypeError: Cannot read property 'DismissTopModalView' of null #486

Open stefantaubert opened 2 years ago

stefantaubert commented 2 years ago

Description

I've created a wallet on android and wanted to restore it on Linux (Fedora 32 on Qubes OS 4.0) and received an error message. The wallet was restored however.

Steps to reproduce

  1. Use existing wallet
  2. Enter seed and name
  3. Next
  4. Enter PIN
  5. Next
  6. Error received

Expected behavior:

No error should be thrown.

Actual behavior:

I received the following error message after submission:

An unexpected application error occurred.

Please let us know of the following error message as it could be a bug:

 <p><span style='font-size: 11px;'>TypeError: Cannot read property 'DismissTopModalView' of null</span></p>TypeError: Cannot read property 'DismissTopModalView' of null
    at PasswordEntryView.Dismiss (/tmp/.mount_MyMonegUgdaa/resources/app.asar/local_modules/Passwords/Views/PasswordEntryView.web.js:244:26)
    at /tmp/.mount_MyMonegUgdaa/resources/app.asar/local_modules/Passwords/Controllers/PasswordEntryViewController.web.js:47:23Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) MyMonero/1.2.7 Chrome/83.0.4103.122 Electron/9.4.4 Safari/537.36

Versions

Updates

Update 1: I've been able to reproduce the error.