Issues Configuring BunnyCDN with rclone

I am experiencing difficulties configuring BunnyCDN with rclone using WebDAV. Despite following the setup instructions, I receive an error indicating that the directory is not found. Here are the details of my configuration and the steps I have taken so far:

Configuration:

  • CDN Host: vz-xxxxxx-64a.b-cdn.net
  • Bunny Video Library ID: 123456
  • API Key: [provided but not displayed for security reasons]

Configured BunnyCDN remote:

sh

Copy code

rclone config
  • Added a new remote named mybucket-bunny-cdn.
  • Selected WebDAV as the storage type.
  • Set url to https://vz-xxxxxx-64a.b-cdn.net/123456.
  • Chose other for the vendor.
  • Entered 123456 as the user.
  • Entered the API key as the password.

Can anyone help me, is there anything I missed out?

welcome to the forum,

please post the output of these commands

  1. rclone version
  2. rclone config redacted
  3. rclone lsd mybucket-bunny-cdn: -vv
  1. rclone version
rclone v1.67.0
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 5.15.0-117-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.4
- go/linking: static
- go/tags: none
  1. rclone config redacted
[mybucket-bunny-cdn]
type = webdav
url = https://vz-xxxxxx-64a.b-cdn.net/123456
vendor = other
user = XXX
pass = XXX
  1. rclone lsd mybucket-bunny-cdn: -vv
2024/08/16 18:04:32 DEBUG : rclone: Version "v1.67.0" starting with parameters ["rclone" "lsd" "mybucket-bunny-cdn:" "-vv"]
2024/08/16 18:04:32 DEBUG : Creating backend with remote "mybucket-bunny-cdn:"
2024/08/16 18:04:32 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2024/08/16 18:04:32 DEBUG : found headers:
2024/08/16 18:04:32 ERROR : : error listing: directory not found
2024/08/16 18:04:32 DEBUG : 5 go routines active
2024/08/16 18:04:32 Failed to lsd with 2 errors: last error was: directory not found

???

what other webdav tools have you tested that work?

i have not used any other webdav tools. I wanted bunnycdn in rclone. chatgpt gave this solution to use webdav for bunnycdn. is there any other method or webdav configuration is incorrect?

Test your webdav with other clients - this way you can validate if your webdav config is correct. If nothing works then you know that it is not rclone issue.

Secondly check with BunnyCDN what other protocols they support. And try them with rclone.

do you have any solution for the same?

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