home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
OnlineVideos
WebDAV support
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="mduller" data-source="post: 1294694" data-attributes="member: 170186"><p>I am trying to use the WebDAV feature with my Nextcloud. However, there is an issue in how OnlineVideos assembles the request for subfolders:</p><p></p><p>[CODE]# base path configured: https://mynextcloudhost.com/remote.php/dav/files/media</p><p></p><p># initial request to list top level folder --> OK</p><p>xxx.xxx.xxx.xxx - - [18/Jul/2023:16:23:17 -0700] "PROPFIND /remote.php/dav/files/media HTTP/1.0" 401 557</p><p>xxx.xxx.xxx.xxx - - [18/Jul/2023:16:23:17 -0700] "PROPFIND /remote.php/dav/files/media HTTP/1.0" 207 242</p><p></p><p># request to list contents of subfolder "Media" --> fails</p><p>xxx.xxx.xxx.xxx - - [18/Jul/2023:16:23:20 -0700] "PROPFIND /remote.php/dav/files/media/remote.php/dav/files/media/Media/ HTTP/1.0" 401 557</p><p>xxx.xxx.xxx.xxx - - [18/Jul/2023:16:23:20 -0700] "PROPFIND /remote.php/dav/files/media/remote.php/dav/files/media/Media/ HTTP/1.0" 404 240[/CODE]</p><p></p><p>It appears that the whole path after the hostname is appended again to the basename, even the part that is already in the basename.</p><p>I have tried with and without trailing slashes, different accounts, omitting the path (does not work - <span style="font-family: 'courier new'">/remote.php/dav/files/USERNAME</span> is the mandatory base path for Nextcloud's WebDAV support).</p><p></p><p>Is there an option or setting that I am missing?</p></blockquote><p></p>
[QUOTE="mduller, post: 1294694, member: 170186"] I am trying to use the WebDAV feature with my Nextcloud. However, there is an issue in how OnlineVideos assembles the request for subfolders: [CODE]# base path configured: https://mynextcloudhost.com/remote.php/dav/files/media # initial request to list top level folder --> OK xxx.xxx.xxx.xxx - - [18/Jul/2023:16:23:17 -0700] "PROPFIND /remote.php/dav/files/media HTTP/1.0" 401 557 xxx.xxx.xxx.xxx - - [18/Jul/2023:16:23:17 -0700] "PROPFIND /remote.php/dav/files/media HTTP/1.0" 207 242 # request to list contents of subfolder "Media" --> fails xxx.xxx.xxx.xxx - - [18/Jul/2023:16:23:20 -0700] "PROPFIND /remote.php/dav/files/media/remote.php/dav/files/media/Media/ HTTP/1.0" 401 557 xxx.xxx.xxx.xxx - - [18/Jul/2023:16:23:20 -0700] "PROPFIND /remote.php/dav/files/media/remote.php/dav/files/media/Media/ HTTP/1.0" 404 240[/CODE] It appears that the whole path after the hostname is appended again to the basename, even the part that is already in the basename. I have tried with and without trailing slashes, different accounts, omitting the path (does not work - [FONT=courier new]/remote.php/dav/files/USERNAME[/FONT] is the mandatory base path for Nextcloud's WebDAV support). Is there an option or setting that I am missing? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
OnlineVideos
WebDAV support
Contact us
RSS
Top
Bottom