09-19-2022, 03:10 AM
(This post was last modified: 09-19-2022, 03:16 AM by TheOldPresbyope.
Edit Reason: added some details
)
@evanbutson
I suspect the problem here is that you are invoking a DNS server (202.142.142.142) which is outside your LAN (192.168.0.n).
The routine which scans for SMB shares on the LAN finds them using mDNS. This works but when it finds a share it passes a bare DNS hostname to the music source creation code. This doesn't work because there's no local DNS to resolve it.
I have a similar situation here. My ISP-provided router doesn't run a local DNS resolver. I have a NAS named OMV-HC1. The autoscan reports back OMV-HC1/Music as an available SMB share.
I have to manually edit the source path/share to be the mDNS equivalent OMV-HC1.local/Music in order not to get a message like "20220918 225503 sourceMount(): Mount error: (mount error: could not resolve address for OMV-HC1: Unknown error)" in the log.
Equivalently, one can use the IP address instead. For my NAS, this means using "10.0.0.2/Music" as the source.
Regards,
Kent
PS - please paste log output into a code box so it's properly formatted by the forum software.
PPS - This also applied to my moOde 8.1.2 players so I don't understand why your shares mounted before the update.
I suspect the problem here is that you are invoking a DNS server (202.142.142.142) which is outside your LAN (192.168.0.n).
The routine which scans for SMB shares on the LAN finds them using mDNS. This works but when it finds a share it passes a bare DNS hostname to the music source creation code. This doesn't work because there's no local DNS to resolve it.
I have a similar situation here. My ISP-provided router doesn't run a local DNS resolver. I have a NAS named OMV-HC1. The autoscan reports back OMV-HC1/Music as an available SMB share.
I have to manually edit the source path/share to be the mDNS equivalent OMV-HC1.local/Music in order not to get a message like "20220918 225503 sourceMount(): Mount error: (mount error: could not resolve address for OMV-HC1: Unknown error)" in the log.
Equivalently, one can use the IP address instead. For my NAS, this means using "10.0.0.2/Music" as the source.
Regards,
Kent
PS - please paste log output into a code box so it's properly formatted by the forum software.
PPS - This also applied to my moOde 8.1.2 players so I don't understand why your shares mounted before the update.