Kodi Community Forum
Using two accounts on single webdav server fails - 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: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Using two accounts on single webdav server fails (/showthread.php?tid=351355)



Using two accounts on single webdav server fails - oqdv9a7eFoZKbnWRJFQ7 - 2020-01-30

When I setup two webdav sources using different accounts on the same server, the first one I access works, but the second one fails with HTTP error 405.  Reboot and I can again choose which to have work.

xml:

<mediasources>
    <network>
        <location id="0">davs://user1:[email protected]:443/remote.php/dav/files/user1</location>
        <location id="1">davs://user2:[email protected]:443/remote.php/dav/files/user2</location>
    </network>
</mediasources>

I'm on Kodi v18.5 (LibreELEC 9.2.0).  I'm connecting to a local Nextcloud server.

Any ideas what may be causing this?