kpcyrd / spotify-launcher

Client for spotify's apt repository in Rust for Arch Linux
Other
198 stars 15 forks source link

Spotify failing to update #65

Closed sophiiss closed 2 weeks ago

sophiiss commented 2 weeks ago

spotify-launcher version: 0.6.0-1.1

It seems like it's trying to update the app but the download fails.

When launching from the command-line with no arguments I get the following output:

[2024-11-18T18:00:30Z INFO  spotify_launcher::config] Loading configuration file at "/etc/spotify-launcher.conf"
[2024-11-18T18:00:30Z INFO  spotify_launcher::apt] Downloading release file...
[2024-11-18T18:00:31Z INFO  spotify_launcher::apt] Downloading signature...
[2024-11-18T18:00:31Z INFO  spotify_launcher::apt] Verifying pgp signature...
[2024-11-18T18:00:31Z INFO  spotify_launcher::apt] Signature verified successfully!
[2024-11-18T18:00:31Z INFO  spotify_launcher::apt] Downloading package index...
[2024-11-18T18:00:31Z INFO  spotify_launcher::apt] Verifying with sha256sum hash...
[2024-11-18T18:00:31Z INFO  spotify_launcher::apt] Downloading deb file for "spotify-client_1.2.50.335.g5e2860a8_amd64.deb" version="spotify-client" ("1:1.2.50.335.g5e2860a8")
[2024-11-18T18:00:31Z INFO  spotify_launcher::apt] Retrying download...
This option is not available. Please see --help for all possible usages.
[2024-11-18T18:00:31Z WARN  spotify_launcher::apt] Download has failed: Broken pipe (os error 32)
[2024-11-18T18:00:31Z INFO  spotify_launcher::apt] Retrying download...
[2024-11-18T18:00:31Z WARN  spotify_launcher::apt] Download has failed: Broken pipe (os error 32)
[2024-11-18T18:00:31Z INFO  spotify_launcher::apt] Retrying download...
[2024-11-18T18:00:32Z WARN  spotify_launcher::apt] Download has failed: Broken pipe (os error 32)
[2024-11-18T18:00:32Z INFO  spotify_launcher::apt] Retrying download...
[2024-11-18T18:00:32Z WARN  spotify_launcher::apt] Download has failed: Broken pipe (os error 32)
[2024-11-18T18:00:32Z INFO  spotify_launcher::apt] Retrying download...
[2024-11-18T18:00:32Z WARN  spotify_launcher::apt] Download has failed: Broken pipe (os error 32)
Error: Exceeded number of retries for download

Temporary fix: launching with --skip-update works with no issues.

909oce commented 2 weeks ago

seems the package for spotify-launcher is gone from the AUR aswell, maybe something happened

kpcyrd commented 2 weeks ago

Duplicate of #43, it's very likely you have a broken libc locale configuration on your system.

You can troubleshoot by running this command directly:

zenity --progress --title 'Downloading spotify' --text=Downloading... --no-cancel --ok-label 😺