aunetx / deezer-linux

An universal linux port of deezer, supporting Flatpak, Appimage, Snap, RPM, DEB...
https://flathub.org/apps/dev.aunetx.deezer
303 stars 14 forks source link

Deb package doesn't seem to support mp3 uploads #57

Open Xunnamius opened 7 months ago

Xunnamius commented 7 months ago

Hi there and thanks for this wonderful software!

There seems to be an issue with uploading custom tracks using the deb package (I'm on kubuntu 22.04.3). Side note: I actually tried to use the flatpak version first, but it wasn't able to work with Firefox to login.

Whenever I go to: My account (click username) -> My MP3s -> Select MP3s to upload, I get the file chooser and I can select the contents of my music folder, but when I press "open" nothing happens. No logged error messages, no GUI error messages, nothing. Playing around with the permissions makes no difference.

Though I believe it's unrelated, when I startup the deb app I get the following warning:

(deezer-desktop:1645059): dbind-WARNING **: 14:20:28.310: Couldn't connect to accessibility bus: Failed to connect to socket /home/X/.cache/at-spi/bus_0: Permission denied
Meincrakker commented 5 months ago

Hi @Xunnamius, I also got no visual feedback while uploading an mp3 BUT it did indeed do it. Turns out that you have to restart the app to make it realize that you uploaded something (The web version also doesn't have an interface for it). This project only compiles deezers' electron app for windows, so we can't fix that.

About the warning: I have no idea :D

Xunnamius commented 5 months ago

Hi @Xunnamius, I also got no visual feedback while uploading an mp3 BUT it did indeed do it. Turns out that you have to restart the app to make it realize that you uploaded something (The web version also doesn't have an interface for it). This project only compiles deezers' electron app for windows, so we can't fix that.

About the warning: I have no idea :D

Thanks for the reply. You're right, it did upload eventually as you described 🙂