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
For more info, see the discussion at the tail of #2337 from @Dar-Scott. One possible way to try reproducing the problem would be to simply pop out the SD card during mp3 playback. My guess is that having an exception propagate out of the background tasks causes the internal "background tasks are running" flag to remain set, and as such the fix might involve arranging to catch possible exceptions within the background tasks.