ziahamza/webui-aria2

how to fix aria2c error status 451?

Avinash1a opened this issue · 0 comments

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.