You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NullPointerException: Parameter specified as non-null is null: method org.listenbrainz.android.service.ListenScrobbleService.onStartCommand, parameter intent
at org.listenbrainz.android.service.ListenScrobbleService.onStartCommand
...
(5 additional frame(s) were not displayed)
RuntimeException: Unable to start service org.listenbrainz.android.service.ListenScrobbleService@682c4a6 with null: java.lang.NullPointerException: Parameter specified as non-null is null: method org.listenbrainz.android.service.ListenScrobbleService.onStartCommand, parameter intent
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4471)
at android.app.ActivityThread.access$1800(ActivityThread.java:263)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2029)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:240)
...
(4 additional frame(s) were not displayed)