You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've manually changed here: (url.replace("//cdn.", "//cdn3.", 1),) with (url.replace("//cdn.", "//cdn4.", 1),) and "//media-files.bunkr.is/" with "//media-files4.bunkr.is/" and it worked
Should be fixed in commit 3f08a91, but manually setting domain to app.bunkr.to is likely to still break, since their API doesn't return correct/usable results anymore.
On latest release version (1.22.4)
cdn.bunkr.is
orcdn3.bunkr.is
in url sends 404media-files.bunkr.is
also sends 404For images I've found quick fix is to replace
cdn
orcdn3
tocdn4
Same goes for vids, but with vids
media-files3
andmedia-files4
both worksThe text was updated successfully, but these errors were encountered: