-
-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Installation Method
Flatpak
Linux Distribution
OpenSUSE
Tidal Hi-Fi Version
6.1.0
Current Behavior
If I open tidal via the application launcher or via a disconnected terminal I get an error pop-up if it fails to write to stdout using console.log. This may happen if the file descriptor is closed.
The error originates here:
tidal-hifi/src/features/logger.ts
Line 52 in 34d91b2
| console.log(content, Object.keys(object).length > 0 ? JSON.stringify(object, null, 2) : ""); |
I use the flatpak, but I think I also experienced it with the OpenSUSE package.
Expected Behavior
If console.log fails it should fail silently
Steps to Reproduce
- Open tidal via the terminal like so:
$ flatpak run com.mastermindzh.tidal-hifi & disown - Exit the terminal
- Do something in the app that causes a log, like pausing the player
- Observe error pop-up
Screenshots and Logs
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working