vhaudiquet / blade-player

Android music player that plays from local library, Spotify or Deezer
GNU General Public License v3.0
68 stars 12 forks source link

Application crashes on opening #12

Closed adisalat2 closed 6 years ago

adisalat2 commented 6 years ago

Project Information -Repository https://github.com/Valou3433/blade-player

-Project Name: Blade player

Expected Behaviour User should be able to start and run the app without crashing

Actual behaviour Application crash on open ,thereby not allowing user to perform any operation

How to reproduce

  1. Download and install latest version of the app from github release
  2. Open the application
  3. The application crash immediately

-Browser:blade player v0.6 -Operating System:Android 7.0

Recording of the bug https://youtu.be/1vw2PQYjMO8

vhaudiquet commented 6 years ago

It is really weird, i looked at the crash report and it looks like you've got a song from an artist without name ; his name is set to "null" and then it makes the app crash because of a call using that name. I did not know that it was a possible thing on android... I'm working on a solution... Anyway, thanks for reporting the issue, it will be fixed on next version :)

adisalat2 commented 6 years ago

My pleasure