RipMeApp / ripme

Downloads albums in bulk
MIT License
3.67k stars 624 forks source link

vsco.co error #1939

Open jeffkruczynski opened 2 years ago

jeffkruczynski commented 2 years ago

Unable to download any vsco.com images

Mac: 1.7.95, java 1.8.0_302, Monterey 12.1. Any VSCO URL returns error: null.

Retrieving https://vsco.co/any profile here/gallery 
Trying to load cookies from config for vsco.co
 Trying to load cookies from config for vsco.co
 Trying to load cookies from config for vsco.co
 Could not get site id
 Trying to load cookies from config for vsco.co
 Could not profile images
[!] Error while ripping URL https://vsco.co/any profile here/gallery 
java.lang.NullPointerException
 at com.rarchives.ripme.ripper.rippers.VscoRipper.getURLsFromPage(VscoRipper.java:87)
 at com.rarchives.ripme.ripper.AbstractHTMLRipper.rip(AbstractHTMLRipper.java:112)
 at com.rarchives.ripme.App.rip(App.java:103)
at com.rarchives.ripme.App.ripURL(App.java:296)
 at com.rarchives.ripme.App.handleArguments(App.java:265)
at com.rarchives.ripme.App.main(App.java:78)

tbrtje commented 2 years ago

For me the error is a different one, I get Cannot invoke "org.json.JSONObject.getJSONArray(String)" because "this.profileJSON" is null when trying to download anything from vsco

goodboi69 commented 2 years ago

I just get a null error on Windows.

soloturn commented 2 years ago

this got fixed here: https://github.com/ripmeapp2/ripme/pull/59, see https://github.com/ripmeapp2/ripme/releases .