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
and server return 404 error. It works if I remove addition slash and manually access the url in browser. I can get response such as "{"rpcVersion":"3.2.1","ytdlpVersion":"2024.08.06\n"}"
Caddy2 as reverse proxy, related config in caddy2 yaml file
Version running
Provide the docker label or release tag you're running.
latest september release
Describe the bug
A clear and concise description of what the bug is.
I can open the web page, but when access api and rpc path, browser make request to //api and //rpc. for example:
wss://host:port/base1/base2//rpc/ws
https://host:port/base1/base2//api/v1/cookies
https://host:port/base1/base2//api/v1/version
and server return 404 error. It works if I remove addition slash and manually access the url in browser. I can get response such as "{"rpcVersion":"3.2.1","ytdlpVersion":"2024.08.06\n"}"
Caddy2 as reverse proxy, related config in caddy2 yaml file
in yt-dlp-web-ui web settings
And web ui gives some error message such as:
"Error while connecting to RPC server (host:port/base1/base2/)"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: