Skip to content
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 downloads getting "null" #1424

Closed
ghost opened this issue Sep 11, 2019 · 9 comments
Closed

DeviantArt downloads getting "null" #1424

ghost opened this issue Sep 11, 2019 · 9 comments

Comments

@ghost
Copy link

ghost commented Sep 11, 2019

  • Ripme version: 1.7.87

  • Java version: 10.2.0

  • Operating system: Win 8.1

  • Exact URL you were trying to rip when the problem occurred:
    https://www.deviantart.com/reiq/gallery/7806055/fan-art
    Tried other galleries, got the same result.

  • Please include any additional information about how to reproduce the problem:
    Apparently, it can't rip any DA galleries, all get "null" as result

Expected Behavior

Download the images from a specific gallery

Actual Behavior

Downloading https://www.deviantart.com/reiq/gallery/7806055/fan-art
Rip complete, saved to C:\Users\userr\Documents\reiq\rips\rips\deviantart_reiq_gallery_fan-art
null

@thandrenn
Copy link

Can confirm. Getting same issue on Windows 10.

@ageofadz
Copy link

Can also confirm, having issue on Mac.
It looks like it's having problems retrieving a token and key from DA's login. Debugged and got a null pointer exception at
String token = form.select("input[name=\"validate_token\"]").first().attr("value");

form is declared as
Element form = doc.getElementById("login");

Looking for an element with id "login" on DA login page is returning a null value.

@GiovanH
Copy link

GiovanH commented Sep 28, 2019

Same issue.

@UnforeseenOcean
Copy link

Same issue here, also.

@Neltoriel
Copy link

Same issue.

@NatalieRath
Copy link

Please help. We need someway to login through the ripme to access deviantart ID.

@Wiiplay123
Copy link
Contributor

What about copying the cookies string from your browser?

I had been doing that with my RipMe v1.5.2 fork for a long time, since I needed to be logged in to get mature content and downloads, but the Eclipse update broke it.

@Mirrorman95
Copy link

I confirm the same error is happening to me. God, I hate Eclipse.

@metaprime
Copy link
Contributor

[Mega-Thread] DeviantArt ripper is broken; yes we know -- de-duping all other DeviantArt issues to this one. #2063

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants