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
Right now, if the backend is down and you want to download something there is no error message shown to the user. The API responds with a 400 and a helpful message. So we can show it to the user. For example using youtube-dl:
enter: blubb
click download => nothing will happen
Backend responds with a 400:
{
"error": "url is not a url. http... only"
}
The text was updated successfully, but these errors were encountered:
Right now, if the backend is down and you want to download something there is no error message shown to the user. The API responds with a 400 and a helpful message. So we can show it to the user. For example using youtube-dl:
The text was updated successfully, but these errors were encountered: