-
Notifications
You must be signed in to change notification settings - Fork 17
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
Graceful Exception Handling #5
Comments
Hi Griffintaur, I am a first time contributor trying out OSS contribution.. Could you please let me know what I should do to take this issue and fix it? I dont want to be lazy, just provide some pointers and I can do the rest |
Hi @ashoka-tech, thanks for your interest in our project. If you look into the source code, you will find that in most of the places we are catching the general exception. |
Oh I'd like to give a crack at this :3 |
@Rosedoge Cool |
Sorry, was busy will have a look and let you know. But looking at the errors, it seems MediaPlayerMainViewModel is not instantiated/accessible in the main view model i.e media player view model. Please have a look if the MediaPlayerMainViewmodel object is accessible or not.? |
Exceptions should be handled gracefully and should display proper proper message
The text was updated successfully, but these errors were encountered: