Cannot connect to Synology Network share

Fresh install of Pi MusicBox, but cannot connect to my Synology’s music share.

I have set the path, username, and password correctly in the configuration. When MusicBox boots, I see this error in the startup log.

Mounting Windows Network drive: //192.168.1.200/homes/goyney/Music
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

If I try to manually connect, I get the same error:

root@MusicBox:/opt/musicbox# mount -t cifs -o sec=ntlm,ro,user=[REDACTED],password=[REDACTED] “//192.168.1.200/homes/goyney/Music” /music/Network/
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

The share, username, and password are absolutely correct as I am able to connect to it on my Mac without issue.

Any ideas here?

Sounds a lot like No longer connecting to network share with 0.7.0RC6

Can you try that?

Just rebooted with the fix in place. No error, looks like it is scanning.

Thank you!