mymonero / mymonero-mobile

MyMonero Android and iOS app codebase
BSD 3-Clause "New" or "Revised" License
30 stars 5 forks source link

Unable to enter password on iOS #93

Open StevenStreib opened 1 year ago

StevenStreib commented 1 year ago

Description

When I try to enter my password on MyMonero 1.3.9, I receive the following error message: image

The full error message copied from that dialog is as follows:

An unexpected application error occurred. The following error message was encountered: 

 Instance of [object PromiseRejectionEvent] error - Non-browser-compliance error - we received an object other than a PromiseRejectionEvent: [object PromiseRejectionEvent]
      <p>File: null <br>Line: null <br>Col: null <br>Message:
      <span style='font-size: 11px;'>Instance of [object PromiseRejectionEvent] error - Non-browser-compliance error - we received an object other than a PromiseRejectionEvent: [object PromiseRejectionEvent]</span></p>

Steps to reproduce

  1. Launch the MyMonero app
  2. Enter anything in the password prompt (correct vs. incorrect password does not matter)
  3. The error occurs

Expected behavior:

The wallet should unlock when provided the correct password and reject an incorrect password.

Actual behavior:

The error message in the screenshot occurs, and after pressing "Close", the app is inoperable and must be closed from the application switcher: image

Versions