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

Deviant Art and ArtStation ripping is not working #1454

Closed
AlexFiala opened this issue Oct 11, 2019 · 7 comments
Closed

Deviant Art and ArtStation ripping is not working #1454

AlexFiala opened this issue Oct 11, 2019 · 7 comments

Comments

@AlexFiala
Copy link

  • Ripme version: v1.7.88
  • Java version: v 8 update 181
  • Operating system: Windows 10 Professional x64

https://www.artstation.com/vincentchu
AND
https://www.deviantart.com/yupachu/gallery/

Expected Behavior

Detail the expected behavior here.
Both galleries download (note each gallery download is attempted separately).

Actual Behavior

Artstation
image

Deviant Art
image

Detail the actual (incorrect) behavior here. You can post log snippets or attach log files to your issue report.

Artstation Log
no log entry is made, simply a "couldn't load JSON" message is returned.

Deviant Art Log
Downloading https://www.deviantart.com/yupachu/gallery/
Rip complete, saved to D:\Rippers\RIPS\deviantart_yupachu_gallery_featured
null

@mattcrts
Copy link

The error with deviantart appears to be during login. Originally I thought the account would have been banned, but I recompiled it with my own login information and got the same error. I'm not very good at programming, but this error log should help anyone that decides to fix the deviantart ripper:

java.lang.NullPointerException
at com.rarchives.ripme.ripper.rippers.DeviantartRipper.login(DeviantartRipper.java:188)
at com.rarchives.ripme.ripper.rippers.DeviantartRipper.getFirstPage(DeviantartRipper.java:129)
at com.rarchives.ripme.ripper.AbstractHTMLRipper.rip(AbstractHTMLRipper.java:94)
at com.rarchives.ripme.ripper.AbstractRipper.run(AbstractRipper.java:616)
at java.lang.Thread.run(Thread.java:748)

@vfrxart
Copy link

vfrxart commented Oct 16, 2019

this has been broken for quite some time, hopefully someone can fix it

@heinrichI
Copy link

I want to fix it, but I cannot build the project in Eclipse. Who can help?

@ghost
Copy link

ghost commented Oct 17, 2019

This issue was previously resolved by adding a user agent.

java.io.IOException: Error fetching json. Status code:403

https://github.com/astomi/ripme/blob/b63a80fa4976cf5394a06f2e314506ac0e32dca0/src/main/java/com/rarchives/ripme/ripper/rippers/ArtStationRipper.java#L302-L321

@Tush-r
Copy link
Contributor

Tush-r commented Oct 19, 2019

This issue was previously resolved by adding a user agent.

java.io.IOException: Error fetching json. Status code:403

https://github.com/astomi/ripme/blob/b63a80fa4976cf5394a06f2e314506ac0e32dca0/src/main/java/com/rarchives/ripme/ripper/rippers/ArtStationRipper.java#L302-L321

ArtStation issues are due the cloudflare page, so it may or may not work.
I'll look into it.

@metaprime
Copy link
Contributor

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

@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

6 participants