Discord-Scraper
Discord-Scraper copied to clipboard
Unknown exception: HTTP 416 Requested Range Not Satisfiable
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?
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.
Was using the master branch, but i'll switch to experiemental and see if it works.