-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DeviantArt] "NotFoundError: Requested deviation could not be found" #2981
Comments
I can confirm that I'm also seeing this behavior:
Happened when I upgraded to 1.23.1 as well. |
Fixed in commit 6c76b5f. DeviantArt now requires a CSRF token for every request to their Eclipse API, which affects individual images, scraps, and followed users. |
hi. how do i send the CSRF token? i'm new to this. |
The commit mikf mentioned fixed the issue for me. I didn't have to add any additional configuration. |
Go here and download the relevant version for your system, if you use the executable version. |
Same Issue popped up again. Here's an output example from using
|
Same issue on my end, with the latest build:
|
This time they removed the Fixed in a12ce2b, by the way. |
It worked! Thanks.
|
Preface this with that I'm new to github so I may not be aware of certain etiquette.
To begin, I'm not sure if it's just me or something with DeviantArt recently. I was downloading images with the images individual link, and not through a mass download of one user, and it functioned normally this morning. However later in the day I go to download again and I'm now getting:
[deviantart][error] NotFoundError: Requested deviation could not be found
Yet, I can still mass download a users profile. So it seemingly has something to do with individual image URL's.
I checked my client-id and client-secret to see if it may be that. I removed and reregistered the app in deviantart. Cleared any existing cache and reran OAuth. Nothing.
Here's the output from using the verbose flag:
Not sure if this has something to do with DeviantArts API going screwy lately or something I screwed up. Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: