BIDMCDigitalPsychiatry / LAMP-platform

The LAMP Platform (issues and documentation).
https://docs.lamp.digital/
Other
12 stars 10 forks source link

Uncaught Exception (RemoteServiceException) #653

Closed Devayani0102 closed 1 year ago

Devayani0102 commented 2 years ago

Describe the bug User U3868113460 on Samsung Galaxy A12 reported 'uncaught exception error'. They reported that sometimes the app gives the attached bug when they are trying to complete an activity or are in the app and closes randomly. Date: 6/12/2022, Time: 5:54pm

To Reproduce No clear steps to reproduce as the bug occurs at random.

Screenshots Screenshot_20220612-175459_mindLAMP

Smartphone (please complete the following information):

Additional context

avaidyam commented 2 years ago

@saranya-sajeev In addition to this issue, please ensure all HTTP-related errors (i.e. HTTP 403 as shown in #647) are caught and display a proper error message like "You are not logged in" or "You are not connected to the internet".

saranya-sajeev commented 2 years ago

@avaidyam Ok we will handle http related errors and will show proper message.

divyav2020 commented 1 year ago

We have got some issues while doing QA testing. Issue fixing is going on. We will update the build once it is fixed

saranya-sajeev commented 1 year ago

@avaidyam We have handled the ClientException, ServerException, UnsupportedOperationException, HttpException, SocketTimeoutException, NetworkErrorException and UnknownHostException. We will show alert on exceptions and on tapping "OK" button app will restart. We have pushed the build to beta and is in review status.

michaelmenon commented 1 year ago

its pushed to beta today.

sarithapillai8 commented 1 year ago

There was a bug in deleting participants. Credentials were not getting deleted on deleting a participant. So it was possible to login through a credential even if the participant was deleted. The issue is fixed and updated in dashboard-staging.

avaidyam commented 1 year ago

There was a bug in deleting participants. Credentials were not getting deleted on deleting a participant. So it was possible to login through a credential even if the participant was deleted. The issue is fixed and updated in dashboard-staging.

@sarithapillai8 Can you create a new GitHub issue to track this?