Discord-Scraper icon indicating copy to clipboard operation
Discord-Scraper copied to clipboard

Unknown exception: HTTP 416 Requested Range Not Satisfiable

Open Senumitten opened this issue 4 years ago • 2 comments

I don't know what more to say, that's the error i'm getting. They come in intervals of about 6 per second until i close the cmd window. Did i put in the info wrong?

Senumitten avatar May 20 '20 11:05 Senumitten

Which branch are you using?

HTTP 416 means that the website doesn't allow for downloading its content in smaller parts. Right now the temporary solution is to opt for the experimental_requests branch.

git checkout experimental_requests

I should opt for updating the repo before the master branch becomes too broken to use.

Dracovian avatar May 22 '20 04:05 Dracovian

Was using the master branch, but i'll switch to experiemental and see if it works.

Senumitten avatar May 25 '20 08:05 Senumitten