SUMMARY *** Using the search feature with any prompt triggers a notification containing the following error message: ``` FileNotFoundError: [Errno 2] No translation file found for domain: 'base' At: /usr/lib/python3.10/gettext.py(607): translation /usr/lib/python3/dist-packages/ytmusicapi/ytmusic.py(164): __init__ ``` The application window does not crash, but it makes the application unusable on my system. *** STEPS TO REPRODUCE 1. Launch AudioTube 2. Select the Search feature 3. Type a search prompt like "hello" OBSERVED RESULT A notification window pops up in the application window with the error message explained above. EXPECTED RESULT Display a list of propositions matching the prompt. SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE neon 6.0 with kernel 6.5.0-25-generic KDE Plasma Version: 6.0.0 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2
Created attachment 167329 [details] Works in the Flatpak version Testing this using the Flatpak version 24.02.0. Will re-test with the .deb.
Created attachment 167330 [details] Confirmed with the .deb I can duplicate this with the 24.02.0 .deb installed on Neon. The fault does not occur with the Flatpak. Marking this as a confirmed bug hoping a dev can take a look.