music-assistant / hass-music-assistant

Turn your Home Assistant instance into a jukebox, hassle free streaming of your favorite media to Home Assistant media players.
Apache License 2.0
1.32k stars 49 forks source link

music_assistant.common.models.errors.LoginFailed: SMB mount failed with error: mount error(115): Operation now in progress Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) #2611

Closed jevans10 closed 2 months ago

jevans10 commented 2 months ago

What version of Music Assistant has the issue?

2.0.7

What version of the Home Assistant Integration have you got installed?

2024.6.2

Have you tried everything in the Troubleshooting FAQ and reviewed the Open and Closed Issues and Discussions to resolve this yourself?

The problem

when I try to enter my server details i get this error: Connection failed for the given details: SMB mount failed with error: mount error(115): Operation now in progress Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)

How to reproduce

Attempt to mount remote share

Music Providers

Remote Share

Player Providers

n/a

Full log output

Additional information

I can use the same credentials to connect on another device. Home assistant is using tailscale and I've tried both the tailscale and local IP. I have removed all special characters from the share.

What version of Home Assistant Core are your running

2024.7.2

What type of installation are you running?

Home Assistant OS

On what type of hardware are you running?

Alternative

MelHarbour commented 2 months ago

Under the advanced settings, mount options, have you tried adding vers=2.0 to the list of options?

jevans10 commented 2 months ago

just did, i have 'noserverino,file_mode=0775,dir_mode=0775,uid=0,gid=0,vers=2.0 ' but it still is not working - maybe the syntax is wrong?

MelHarbour commented 2 months ago

Any chance you could try with the latest beta? There's a lot of stability fixes gone into it.

jevans10 commented 2 months ago

just did and unfortunately the issue persists

OzGav commented 2 months ago

This is possibly not a MA issue. Have you googled the error?

jevans10 commented 2 months ago

I have, it seems like a common server mount errors but none of them worked and some diorite replicate well with this issue

OzGav commented 2 months ago

Unfortunately we will have to close this soon unless you can provide additional info thtat suggests this is a MA problem as you are the only one reporting it...?

ReinhardPrix commented 1 month ago

adding vers=3.0 did it for me.