Ali Hisham
Ali Hisham

Reputation: 1

spotify constant crash notifications while working just fine

in the first few minutes after opening spotify on fedora linux(it happened on fedora 40 and still happening on fedora 41), it keeps giving notifications about crashing even that there is no problem, this is what the problem reporter says: spotify quit unexpectedly the application encountered a problem and could not continue, just that there is no name or version or anything else

I have no idea of what to do tbh

Upvotes: 0

Views: 14

Answers (1)

Bikund Kumar
Bikund Kumar

Reputation: 3

This issue may be caused by a corrupted Flatpak installation. To resolve it, try reinstalling Spotify

  1. Uninstall Spotify

flatpak uninstall com.spotify.Client

  1. Reinstall Spotify

flatpak install flathub com.spotify.Client

  1. Run Spotify

flatpak run com.spotify.Client

  • If the issue persists, consider clearing Spotify's cache and configuration files. You can locate these files in ~/.var/app/com.spotify.Client/ and delete them before reinstalling.

  • Ensure your system is up to date by running

sudo dnf update

to avoid any compatibility issues.

Upvotes: 0

Related Questions