After performing a fresh install of LibreELEC 10.0 Beta on my Rapberry Pi 4 (LibreELEC-RPi4.arm-9.95.1.img.gz), I can't seem to access my Samba share (Windows 10) any longer.
I've just installed Kodi Matrix on a few Amazon Fire Sticks as well and they can access the share so I think this problem has something to do with LibreELEC specifically.
sources.xml:
<sources>
<programs>
<default pathversion="1"></default>
</programs>
<video>
<default pathversion="1"></default>
<source>
<name>Downloads</name>
<path pathversion="1">smb://BEJHAN-PC/Downloads/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>Videos</name>
<path pathversion="1">smb://BEJHAN-PC/Videos/</path>
<allowsharing>true</allowsharing>
</source>
</video>
<music>
<default pathversion="1"></default>
</music>
<pictures>
<default pathversion="1"></default>
</pictures>
<files>
<default pathversion="1"></default>
</files>
</sources>
Display More
passwords.xml:
<passwords>
<path>
<from pathversion="1">smb://BEJHAN-PC/</from>
<to pathversion="1">smb://share:redacted@BEJHAN-PC/</to>
</path>
</passwords>
I've attached a debug kodi.log.
The following lines correspond to me trying to play a library item that is located on the Samba share:
2021-04-10 23:09:55.123 T:1062 ERROR <general>: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAME:[email protected]/Videos/Movies'
unix_err:'6e' error : 'Connection timed out'
2021-04-10 23:09:55.124 T:1062 ERROR <general>: GetDirectory - Error getting smb://BEJHAN-PC/Videos/Movies/
2021-04-10 23:10:00.142 T:1062 DEBUG <general>: connect replacing configured host 192.168.0.180 with resolved host 192.168.0.180
2021-04-10 23:10:02.892 T:923 DEBUG <general>: CheckIdle - Closing session to https://image.tmdb.org (easy=0x25405d8, multi=0x241b028)
2021-04-10 23:10:05.180 T:1062 ERROR <general>: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAME:[email protected]/Videos/Movies'
unix_err:'6e' error : 'Connection timed out'
2021-04-10 23:10:05.181 T:1062 ERROR <general>: GetDirectory - Error getting smb://BEJHAN-PC/Videos/Movies/
2021-04-10 23:10:10.192 T:1062 DEBUG <general>: CSMBFile::Open - opened smb://USERNAME:PASSWORD@BEJHAN-PC/Videos/Movies/Room (2015).mp4, fd=-1
2021-04-10 23:10:10.192 T:1062 INFO <general>: SMBFile->Open: Unable to open file : 'smb://USERNAME:[email protected]/Videos/Movies/Room%20(2015).mp4'
unix_err:'6e' error : 'Connection timed out'
2021-04-10 23:10:10.197 T:1062 ERROR <general>: CVideoPlayer::OpenInputStream - error opening [smb://BEJHAN-PC/Videos/Movies/Room (2015).mp4]
2021-04-10 23:10:10.197 T:1062 INFO <general>: CVideoPlayer::OnExit()
2021-04-10 23:10:10.197 T:1011 DEBUG <general>: connect replacing configured host 192.168.0.180 with resolved host 192.168.0.180
2021-04-10 23:10:10.197 T:1062 DEBUG <general>: Thread VideoPlayer 2459800224 terminating
Display More
The IP address 10.13.137.57 that is specified a few times is especially puzzling.
BEJHAN-PC has an IP address of 192.168.0.180 so I'm not sure where that is coming from.
I checked the SMB client settings on the Fire Sticks for any discrepancies but they are the same.
I also tried explicitly adding the IP address from BEJHAN-PC to /storage/.config/hosts.conf but it made no difference.
Any help is appreciated. Thanks in advance.