Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change in song results in Javascript-error #251

Closed
monkeybub opened this issue Mar 4, 2022 · 11 comments
Closed

Change in song results in Javascript-error #251

monkeybub opened this issue Mar 4, 2022 · 11 comments
Labels
bug Something isn't working

Comments

@monkeybub
Copy link

Describe the bug
When playing on the client for Ubuntu, the crossfade always results in a Javascript-error.

To Reproduce
Steps to reproduce the behavior:

  1. Open the client
  2. Play a song
  3. Wait for it to end and start another
  4. See error

Expected behavior
No error :-)

Screenshots
image

Desktop (please complete the following information):

  • OS: Ubuntu
  • Version: 21.10

Additional context
N/A

@monkeybub monkeybub added the bug Something isn't working label Mar 4, 2022
@jeffvli
Copy link
Owner

jeffvli commented Mar 5, 2022

Hmm.. I don't think I've seen this error before.

Does it disappear when switching to the gapless preset (or anything else)?

@jee-r
Copy link

jee-r commented Mar 10, 2022

hi

I've similar issue on debian 11 using the last Appimage on my Gonic server, even if i switch to gapless mode.

this append when :

  • auto switch to next track when an album/playlist is played
  • manualy skip to next track
  • seek on a track

in fact there is two errors windows :
screenshot_2022-03-10-12:31:40
screenshot_2022-03-10-12:33:00

hope this help

@jeffvli
Copy link
Owner

jeffvli commented Mar 10, 2022

It's erroring when switching songs because it's trying to update the current song metadata via MPRIS. Do you know if you have any settings or configurations on your system that is preventing it from updating? Maybe something specific to your desktop environment (which one are you using)?

I'm not as knowledgeable on Linux desktop so maybe you might know if something is blocking it.

Edit: I've tested on mostly fresh installs for Ubuntu 18.04 and PopOS 21.04 using both Gnome and KDE and haven't seen any errors regarding the MPRIS functionality.

@jee-r
Copy link

jee-r commented Mar 11, 2022

i'm using gnome 3.38, maybe it's the Media Control addon that block the MPRIS request. I try to disable it but it's don't resolve the issue.

@mrjovanovic
Copy link

I'm having a similar issue using the latest AppImage (v0.15.2) on Debian 11. Error message as follows:

image

@jeffvli
Copy link
Owner

jeffvli commented Jul 4, 2022

@mrjovanovic What server are you using? Seems like the song you're trying to play doesn't have a server ID which is causing the error.

@mrjovanovic
Copy link

Using a self-hosted funkwhale server. Not sure if this is an issue I need to bring upstream or if it's within this app.

@jeffvli
Copy link
Owner

jeffvli commented Jul 15, 2022

@mrjovanovic I added a fallback for the id check so hopefully that should resolve the error for 0.15.3.

@jeffvli jeffvli closed this as completed Jul 15, 2022
@mrjovanovic
Copy link

Hm, still getting same error in 0.15.3. Could it be because I'm using the AppImage? Playback functionality is perfect by the way.

@jeffvli
Copy link
Owner

jeffvli commented Jul 16, 2022

@mrjovanovic Is the error still the same?

@mrjovanovic
Copy link

mrjovanovic commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants