I have successfully connected to an external storage via webdav protocol on a web page, but I get an error when accessing the resources

I have successfully connected to an external storage via webdav protocol on a web page, but I get an error when accessing the resources.


Webdav server log:

u_ex230628_x.log (5.3 KB)

2023-06-28 09:26:32 192.168.11.41 PROPFIND / - 8090 Administrator 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 207 0 0 0
2023-06-28 09:26:32 192.168.11.41 PROPFIND / - 8090 Administrator 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 400 0 0 0
2023-06-28 09:26:32 192.168.11.41 PROPFIND / - 8090 Administrator 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 207 0 0 1
2023-06-28 09:26:33 192.168.11.41 PROPFIND / - 8090 - 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 401 2 5 0
2023-06-28 09:26:32 192.168.11.41 PROPFIND / - 8090 - 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 401 2 5 0
2023-06-28 09:26:33 192.168.11.41 PROPFIND / - 8090 - 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 401 2 5 0
2023-06-28 09:26:33 192.168.11.41 PROPFIND / - 8090 Administrator 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 400 0 0 0
2023-06-28 09:26:33 192.168.11.41 PROPFIND / - 8090 - 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 401 2 5 0
2023-06-28 09:26:33 192.168.11.41 PROPFIND / - 8090 Administrator 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 207 0 0 0
2023-06-28 09:26:33 192.168.11.41 PROPFIND / - 8090 Administrator 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 207 0 0 2
2023-06-28 09:26:33 192.168.11.41 PROPFIND / - 8090 - 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 401 2 5 0
2023-06-28 09:26:33 192.168.11.41 PROPFIND / - 8090 Administrator 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 207 0 0 0

It seems that the message format is wrong, is it a bug or am I setting it wrong? How to solve it?

:grinning: :grin:Excuse me, is anyone there?

Yes, however I have no response that will aid your question. The only assistance that I can offer right now is to teach you how to format console output in your posts. If you place 3 backticks ``` alone on the line before and the line after your multi-line console output, it will be considerably easier for people to read.

Type this:
```
Multi-line
Output
```

To see this:

Multi-line
Output
2 Likes
2023-06-28 09:26:32 192.168.11.41 PROPFIND / - 8090 Administrator 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 400 0 0 0
2023-06-28 09:26:32 192.168.11.41 PROPFIND / - 8090 Administrator 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 207 0 0 1
2023-06-28 09:26:33 192.168.11.41 PROPFIND / - 8090 - 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 401 2 5 0
2023-06-28 09:26:32 192.168.11.41 PROPFIND / - 8090 - 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 401 2 5 0
2023-06-28 09:26:33 192.168.11.41 PROPFIND / - 8090 - 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 401 2 5 0
2023-06-28 09:26:33 192.168.11.41 PROPFIND / - 8090 Administrator 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 400 0 0 0
2023-06-28 09:26:33 192.168.11.41 PROPFIND / - 8090 - 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 401 2 5 0
2023-06-28 09:26:33 192.168.11.41 PROPFIND / - 8090 Administrator 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 207 0 0 0
2023-06-28 09:26:33 192.168.11.41 PROPFIND / - 8090 Administrator 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 207 0 0 2
2023-06-28 09:26:33 192.168.11.41 PROPFIND / - 8090 - 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 401 2 5 0
2023-06-28 09:26:33 192.168.11.41 PROPFIND / - 8090 Administrator 192.168.11.41 sabre-dav/4.2.0+(http://sabre.io/) - 207 0 0 0```
1 Like

Specify a subfolder. IIRC, “/” doesn’t work.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.