nicorac / bcr-gui

BCR-GUI is a companion app for the great BCR (Basic Call Recorder) Android application and other supported ROMs with embedded call recorders.
https://coolsoft.altervista.org
GNU General Public License v3.0
146 stars 7 forks source link

ERR_PLAYER when searching for recordings #147

Closed Ogloppi closed 2 weeks ago

Ogloppi commented 2 weeks ago

Describe the bug Stumbled upon a non-fatal error when searching for recordings.

To Reproduce Steps to reproduce the behavior:

  1. Open the app
  2. Tap the first recording open
  3. From top right, tap the search icon
  4. Write nonsense to the search input field, e.g. asdasd
  5. Delete the search term from the input field
  6. The error should pop up

The error should read the following:

ERR_PLAYER: Audio player
error: preloadAudio()

Error: Can't find a player instance with this 'id'

Expected behavior I guess it should just return every recording, because the search input field is empty?

Versions:

nicorac commented 2 weeks ago

Thanks for your detailed report. It was related to audio player not correctly uninitialized when the recording list is filtered.

Just pushed a fix, will release an update soon, stay tuned 😉 Thanks for your support