mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.7k stars 953 forks source link

DeviantArt Invaild Error #6304

Open Jay123210599 opened 2 weeks ago

Jay123210599 commented 2 weeks ago

I tried downloading all images from an active account, but I got this error: deviantart: AuthenticationError: "The refresh_token is invalid." (invalid_request)

So I got a new refresh token and it still gave me this error. How do I fix this?

Here's the command I put in: gallery-dl -o group=0 https://www.deviantart.com/axel-rosered

AldebaraanMKII commented 1 week ago

I've been getting this in my custom script as well. The refresh token is supposed to last for 3 months but every time the access token expires the refresh token expires too.

Not only that, i`m getting error 429 all time. It's almost like they don't want anyone using their API. Why make it available then?