mvysny / photocloud-frame-slideshow

Android Digital Photo Frame
https://www.android-photo-frame.eu
15 stars 1 forks source link

500px fails to fetch photos #85

Closed mvysny closed 6 years ago

mvysny commented 6 years ago
java.net.MalformedURLException: no protocol: ["https:\/\/drscdn.500px.org\/photo\/249396007\/m%3D1600_k%3D1_a%3D1\/v2?client_application_id=21143&webp=true&sig=d03a3ea844b8507f454407d19abadb3c96bab4fbb3a4906dc64d7ca67fb4777b"]
                               at java.net.URL.<init>(URL.java:589)
                               at java.net.URL.<init>(URL.java:486)
mvysny commented 6 years ago

What the... did just 500px started to escape / ?

mvysny commented 6 years ago

Nope, it's just 500px now provides a JSONArray of URLs instead of just a plan URL, contrary on what they promise at https://github.com/500px/legacy-api-documentation/blob/master/endpoints/photo/GET_photos.md . Fixed in PhotoCloud 1.11.2