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

Feishin connects to navidrome but nothing loads #407

Closed
jpecora716 opened this issue Dec 13, 2023 · 2 comments · Fixed by #408
Closed

Feishin connects to navidrome but nothing loads #407

jpecora716 opened this issue Dec 13, 2023 · 2 comments · Fixed by #408
Labels
bug Something isn't working

Comments

@jpecora716
Copy link

Expected Behavior

The Dashboard should load after successfully connecting to Navidrome

Current Behavior

Nothing loads. In the past this would've loaded right away. I can connect using Sonixd without any problems.
image

Steps to Reproduce

  1. Launch feishin
  2. Select mpv path
  3. Connect to navidrome
❯ feishin
21:13:58.943 › APPIMAGE env is not defined, current application is not an AppImage
[17445:1212/211400.166217:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
[17445:1212/211400.180144:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
Initializing MPV with data:  {
  extraParameters: [],
  properties: {
    speed: 1,
    'audio-exclusive': 'no',
    'gapless-audio': 'weak',
    replaygain: 'no',
    'replaygain-clip': true,
    'replaygain-preamp': 0
  }
}
Setting mpv params:  [
  '--idle=yes',
  '--no-config',
  '--load-scripts=no',
  '--prefetch-playlist=yes'
]
Error in main process Error: Socket is closed
    at new NodeError (node:internal/errors:405:5)
    at Socket._writeGeneric (node:net:921:8)
    at Socket._write (node:net:943:8)
    at writeOrBuffer (node:internal/streams/writable:392:12)
    at _write (node:internal/streams/writable:333:10)
    at Socket.write (node:internal/streams/writable:337:10)
    at /usr/share/feishin/resources/app.asar/dist/main/main.js:14:343343
    at new Promise (<anonymous>)
    at l.send (/usr/share/feishin/resources/app.asar/dist/main/main.js:14:343069)
    at l.setProperty (/usr/share/feishin/resources/app.asar/dist/main/main.js:14:342089) {
  code: 'ERR_SOCKET_CLOSED'
}
Setting MPV properties:  {
  speed: 1,
  'audio-exclusive': 'no',
  'gapless-audio': 'weak',
  replaygain: 'no',
  'replaygain-clip': true,
  'replaygain-preamp': 0
}
MPV Event: status pause true []
MPV Event: status duration undefined []
MPV Event: status volume 50 []
MPV Event: status filename undefined []
MPV Event: status path undefined []
MPV Event: status media-title undefined []
MPV Event: status playlist-pos -1 []
MPV Event: status playlist-count 0 []
MPV Event: status loop false []

Context

Unable to use feishin - Sonixd still works

Your Environment

  • Application version (e.g. v0.1.0) : 0.5.2
  • Operating System and version (e.g. Windows 10) : Manjaro
  • Server and version (e.g. Navidrome v0.48.0) : Navidrome 0.50.1-SNAPSHOT (54597bd5)
@jeffvli
Copy link
Owner

jeffvli commented Dec 13, 2023

Try downloading and installing the linux binaries from @kgarner7's PR and let me know if that resolves it.

@jpecora716
Copy link
Author

Yes, that resolves my issue. Thank you

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

Successfully merging a pull request may close this issue.

2 participants