Kodi Community Forum
Upgraded to Matrix - SMB Broken? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Android (https://forum.kodi.tv/forumdisplay.php?fid=164)
+---- Thread: Upgraded to Matrix - SMB Broken? (/showthread.php?tid=360606)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20


RE: Upgraded to Matix - SMB Broken? - pellajl - 2021-02-21

That did the trick. Solved!! 😁😁😁

Thank you to everyone that assisted.


Upgraded to Matix - SMB Broken? - Klojum - 2021-02-21

Thread marked solved.


RE: Upgraded to Matix - SMB Broken? - skrotarn - 2021-02-21

(2021-02-21, 08:00)Klojum Wrote: Thread marked solved.
I have same issue "couldnt connect to network server".

The suggested fixes did nothing for me.


RE: Upgraded to Matix - SMB Broken? - skrotarn - 2021-02-21

(2021-02-21, 15:45)skrotarn Wrote:
(2021-02-21, 08:00)Klojum Wrote: Thread marked solved.
I have same issue "couldnt connect to network server".

The suggested fixes did nothing for me.
Edit;
Seemed as i have to put a user name + password in kodi eventhough its invalid. Now i can see my share.


RE: Upgraded to Matix - SMB Broken? - wpbpete - 2021-02-21

Hi, Not sure if I should start a new thread but my issue seems similar enough.
My Shield (tube) updated to Matrix and my smb files (movies&tvshows) Are in the library but not in "media sources" My drives are connected to the tube via smb so that may be where the library is getting them but the drives are not showing inside of Kodi. Anybody else seeing this?


RE: Upgraded to Matix - SMB Broken? - dpw2atox - 2021-02-22

I have the same issue as well, i tried changing my settings as recommended earlier in the thread to Settings -> Services -> SMBclient -> Minimum = V1, Maximum = V3 but I still can't mount any smb shares anymore, this was previously working fine on kodi 18.x. I have an nvidia shield tv (2019) that i'm using and I have the shares mounted on the shield itself and kodi wont recognize that anymore either.


RE: Upgraded to Matix - SMB Broken? - tineg91 - 2021-02-22

(2021-02-22, 00:25)dpw2atox Wrote: I have the same issue as well, i tried changing my settings as recommended earlier in the thread to Settings -> Services -> SMBclient -> Minimum = V1, Maximum = V3 but I still can't mount any smb shares anymore, this was previously working fine on kodi 18.x. I have an nvidia shield tv (2019) that i'm using and I have the shares mounted on the shield itself and kodi wont recognize that anymore either.

Unfortunately, I'm facing the same issue. After 3h hours of attempts I still can't see the shared folder of my Synology NAS that is compatible with SMBv1.
Adding the IP@ doesn't solve the problem.

Errors are "Operation not permitted" or "Unknown error 8216".

It's not the first time that a Kodi upgrade generates SMB problem but the first time that no settings solve them.


RE: Upgraded to Matix - SMB Broken? - Juanjoy - 2021-02-22

(2021-02-20, 10:35)pellajl Wrote: Before the upgrade to Matrix, I was able to access all my media files on my NAS.

After the upgrade, Kodi (Android) no longer can see netwok resources using SMB. In previous versions, you would see "WORKGROUP" and then drill down to the resource you wanted.

If you select the file shortcut that were migrated from V18, you get the the error "Software caused connection aborted".

Is this a known problem? Is there a fix in the pipeline?

Hello. I had the same problem you describe after updating. What I did and it worked for me was the following. Go to settings. Services. SMB client. Minimum protocol version you must change "none" to SMBv1


RE: Upgraded to Matix - SMB Broken? - sjaakvg - 2021-02-22

Kodi 18.x also worked fine for me on my shield tv, I could access my files from the PC. But also here after the auto update to 19 version error message not permitted 
Solutions like above does not work please help me


RE: Upgraded to Matix - SMB Broken? - dkangel - 2021-02-22

(2021-02-22, 10:12)sjaakvg Wrote: Kodi 18.x also worked fine for me on my shield tv, I could access my files from the PC. But also here after the auto update to 19 version error message not permitted 
Solutions like above does not work please help me

same for me, autoupdate to kodi 19 and none of my smb shared folders is working anymore.....


RE: Upgraded to Matix - SMB Broken? - dkangel - 2021-02-22

i found a solution

put a password for your windows account

in kodi password.xml add this

<passwords>
    <path>
        <from pathversion="1">smb://IP ADRESS/</from>
        <to pathversion="1">smb://username:password@IP ADRESSS/</to>
    </path>
</passwords>

it 's working for me but i have to type a password each time i'm logging to windows


RE: Upgraded to Matix - SMB Broken? - sjaakvg - 2021-02-22

(2021-02-22, 14:28)dkangel Wrote: i found a solution

put a password for your windows account

in kodi password.xml add this

<passwords>
    <path>
        <from pathversion="1">smb://IP ADRESS/</from>
        <to pathversion="1">smb://username:password@IP ADRESSS/</to>
    </path>
</passwords>

it 's working for me but i have to type a password each time i'm logging to windows



RE: Upgraded to Matix - SMB Broken? - sjaakvg - 2021-02-22

I am logging in to windows with a pincode is that oke to instead of password??


RE: Upgraded to Matix - SMB Broken? - docwra - 2021-02-22

Yes worth stating that guest users no longer work and you need an user/pass now in V19.

This was identified during testing and I was hoping it would have been included as a known issue on release.

Changing to a new user/pass combo will likely also help if you already have one.


RE: Upgraded to Matix - SMB Broken? - sjaakvg - 2021-02-22

(2021-02-22, 14:28)dkangel Wrote: in kodi password.xml add this

<passwords>
    <path>
        <from pathversion="1">smb://IP ADRESS/</from>
        <to pathversion="1">smb://username:password@IP ADRESSS/</to>
    </path>
</passwords>

Can you help me a little more to put that xml data in kodi because I'm just a beginner thanks in advance