Bug 432977 - webdav:// "file or folder xxx doesn't exist
Summary: webdav:// "file or folder xxx doesn't exist
Status: REPORTED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: WebDAV (show other bugs)
Version: 5.87.0
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-15 16:48 UTC by Alexander
Modified: 2022-08-09 12:34 UTC (History)
7 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander 2021-02-15 16:48:45 UTC
SUMMARY

I'd like to connect to a local nextcloud in DOLPHIN via webdav. It works with nautilus, but not with dolphin.

In dolphin tried many combinations in the address line:

- webdav or webdavs at the beginning ("webdav://" or "webdavs://"), followed by:
- 192.168.abc.xyz/remote.php/dav/files/Keks/
- 192.168.abc.xyz/nextcloud/remote.php/dav/files/Keks/

Keks is the username in the nextcloud on the remote server

Whatever, I always get the same error message in the end: no connection to server.
Sometimes there is a warning that I tried to connect to a server using a username on a site where no username were necessary.

Same error when using the button "Add Network Folder".

In nautilus it works out of the box: click on connect to server, 
- davs://192.168.abc.xyz/remote.php/dav/files/Keks/ immediately asks for username and password and that's it. 

I translated from German to English, so exact wording in English my be slightly different. 

OS: TW, up-to-date.

STEPS TO REPRODUCE
1. open dolphin
2. click on network
3. click on add network folder
4. choose webdav
5. insert data
6. click save & connect

OBSERVED RESULT
error message

EXPECTED RESULT
connection to webdav

SOFTWARE/OS VERSIONS
Betriebssystem: openSUSE Tumbleweed 20210208
KDE-Plasma-Version: 5.20.5
KDE-Frameworks-Version: 5.78.0
Qt-Version: 5.15.2
Kernel-Version: 5.10.12-1-default
Art des Betriebssystems: 64-bit

Made a bugreport as well here: 
https://bugzilla.opensuse.org/show_bug.cgi?id=1181988
Comment 1 Ilya Bizyaev 2021-11-12 23:55:40 UTC
This started happening to me as well.

Operating System: openSUSE Leap 15.3
KDE Plasma Version: 5.23.2
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Comment 2 Ilya Bizyaev 2021-11-13 00:33:50 UTC
Sorry, it turns out it was a problem on my side: I forgot to change KDE Nextcloud domain name in Dolphin's bookmarks
Comment 3 metacryptic 2022-03-25 08:44:19 UTC
(In reply to Alexander from comment #0)
> SUMMARY
> 
> I'd like to connect to a local nextcloud in DOLPHIN via webdav. It works
> with nautilus, but not with dolphin.
> 
> In dolphin tried many combinations in the address line:
> 
> - webdav or webdavs at the beginning ("webdav://" or "webdavs://"), followed
> by:
> - 192.168.abc.xyz/remote.php/dav/files/Keks/
> - 192.168.abc.xyz/nextcloud/remote.php/dav/files/Keks/
> 
> Keks is the username in the nextcloud on the remote server
> 
> Whatever, I always get the same error message in the end: no connection to
> server.
> Sometimes there is a warning that I tried to connect to a server using a
> username on a site where no username were necessary.
> 
> Same error when using the button "Add Network Folder".
> 
> In nautilus it works out of the box: click on connect to server, 
> - davs://192.168.abc.xyz/remote.php/dav/files/Keks/ immediately asks for
> username and password and that's it. 
> 
> I translated from German to English, so exact wording in English my be
> slightly different. 
> 
> OS: TW, up-to-date.
> 
> STEPS TO REPRODUCE
> 1. open dolphin
> 2. click on network
> 3. click on add network folder
> 4. choose webdav
> 5. insert data
> 6. click save & connect
> 
> OBSERVED RESULT
> error message
> 
> EXPECTED RESULT
> connection to webdav
> 
> SOFTWARE/OS VERSIONS
> Betriebssystem: openSUSE Tumbleweed 20210208
> KDE-Plasma-Version: 5.20.5
> KDE-Frameworks-Version: 5.78.0
> Qt-Version: 5.15.2
> Kernel-Version: 5.10.12-1-default
> Art des Betriebssystems: 64-bit
> 
> Made a bugreport as well here: 
> https://bugzilla.opensuse.org/show_bug.cgi?id=1181988

The regular request for webdav has a precise format.
If you want to make it works, you should add the user name in the address line after an "@" like following :
webdavs://username@192.168.XX.XX/home-of-the-user

Or, use "knetattach" but give all the data in particular the username
have a try
Comment 4 Axel Braun 2022-08-09 12:34:52 UTC
I noticed the same error message after the password for the webdav share was changed on the webdav server, but not in Dolphin - and in fact, the error message should claim that the login credentials are wrong, not that the folder does not exist.
(openSUSE Tumbleweed 20220806)

I dont know if this is the same bug - can you advise?