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
Hello,
I'm getting the following error while downloading links with aria2
Exception: [AbstractCommand.cc:351] errorCode=22 URI=link
[HttpSkipResponseCommand.cc:239] errorCode=22 The response status is not successful. status=451
when i download the same in my pc, it is working fine. But in google colab I'm getting the above error. The code I'm using is !aria2c "link.mp4" -o test.mp4 --file-allocation=none --check-certificate=false
should I add any extra option to aria2c?
I don't know whether it is appropriate to ask this question in this particular forum. Pardon me if it is wrong.
The text was updated successfully, but these errors were encountered:
Avinash1a
changed the title
aria2c error status 451
how to fix aria2c error status 451?
Feb 24, 2021
Hello,
I'm getting the following error while downloading links with aria2
when i download the same in my pc, it is working fine. But in google colab I'm getting the above error. The code I'm using is
!aria2c "link.mp4" -o test.mp4 --file-allocation=none --check-certificate=false
should I add any extra option to aria2c?
I don't know whether it is appropriate to ask this question in this particular forum. Pardon me if it is wrong.
The text was updated successfully, but these errors were encountered: