Today I upgraded both my RPi2 and RPi3 from 8.0.2 to 8.2.0.1. Immediately afterwards, I could not access my samba shares (on a Windows 10 machine). Everything was working flawlessly on 8.0.2.
When I attempt to navigate to the shares via the "Files" section of Videos, I get a pop-up saying "Operation not permitted" (and sometimes after that, "Could not connect to network server"). If I attempt to browse (selecting Windows SMB share), the workgroups on my network do not appear at all. If I try to enter a new source by selecting "Add network location" in the browse feature and enter the IP address of the server (192.168.1.102) and the share name, again I receive "Operation not permitted."
Attempting to navigate to one of my existing shares (smb:\\192.168.1.102\Usenet) shows only this in the debug log:
19:28:12.867 T:1945554944 DEBUG: CGUIMediaWindow::GetDirectory (smb://192.168.1.102/Usenet/)
19:28:12.883 T:1495266208 ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://192.168.1.102/Usenet'
19:28:15.300 T:1945554944 ERROR: GetDirectory - Error getting smb://192.168.1.102/Usenet/
19:28:15.311 T:1945554944 ERROR: CGUIMediaWindow::GetDirectory(smb://192.168.1.102/Usenet/) failed
The entry in sources.xml for the above share is:
<source>
<name>Usenet</name>
<path pathversion="1">smb://192.168.1.102/Usenet/</path>
<allowsharing>true</allowsharing>
</source>
I've tried playing with the "max" and "min" SMB in LibreElec configuration (min SMB1 to max SMB3 and all combinations thereof) but nothing helps.
My router is a Netgear Nighthawk R7000, if that's of any relevance.
My Kodi database is a MySQL database on the same machine (192.168.1.102) so connecting to the machine isn't an issue, only the samba connection.
I don't think this is an issue with my network configuration, etc. as it worked without fail before the upgrade. Reverting back to 8.0.2 solves the problem.
Any advice would be greatly appreciated!
Thanks,
Patrick