Bug 483318 - FileNotFoundError when performing a search
Summary: FileNotFoundError when performing a search
Status: REPORTED
Alias: None
Product: audiotube
Classification: Applications
Component: general (show other bugs)
Version: 24.02.0
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Jonah Brüchert
URL:
Keywords: qt6
Depends on:
Blocks:
 
Reported: 2024-03-12 07:36 UTC by Ghislain Vaillant
Modified: 2024-03-16 15:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Works in the Flatpak version (95.39 KB, image/png)
2024-03-16 14:59 UTC, Nick
Details
Confirmed with the .deb (53.58 KB, image/png)
2024-03-16 15:03 UTC, Nick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ghislain Vaillant 2024-03-12 07:36:14 UTC
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
Comment 1 Nick 2024-03-16 14:59:35 UTC
Created attachment 167329 [details]
Works in the Flatpak version

Testing this using the Flatpak version 24.02.0. Will re-test with the .deb.
Comment 2 Nick 2024-03-16 15:03:08 UTC
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.