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
The range of .is_redirection() does not fit on .is_success(), therefore can't download the file
Url: https://zrn.co/17lite64
Error: `Unrecoverable error while processing https://zrn.co/17lite64 : response status not success - "405 Method Not Allowed"
Not using .is_success() solve this, but might there are a better way
Edit: got confused, said redirection, It's .is_client_error().
Even tough the error is returned, the file can be downloaded
The text was updated successfully, but these errors were encountered:
The range of
.is_redirection()
does not fit on.is_success()
, therefore can't download the fileUrl:
https://zrn.co/17lite64
Error: `Unrecoverable error while processing https://zrn.co/17lite64 : response status not success - "405 Method Not Allowed"
Not using
.is_success()
solve this, but might there are a better wayEdit: got confused, said redirection, It's
.is_client_error()
.Even tough the error is returned, the file can be downloaded
The text was updated successfully, but these errors were encountered: