blork / anpod

Gets the latest image from the NASA APOD site and sets it as your homescreen wallpaper.
3 stars 6 forks source link

App can no longer scrape the APOD site. #2

Open ech0wav3 opened 4 years ago

ech0wav3 commented 4 years ago

The app can no longer grab the picture from the site. Seemingly, it is still able to grab the information (text description) about the photo. And visiting the page via the app still works.

etorfa commented 4 years ago

Yes. I have this problem in LineageOS too. Android 10

sgmanohar commented 4 years ago

Looking at anpod.model.PictureFactory.java, it looks like it's trying to read http://anpod.heroku.com/pictures.json. Attempting to read this gives a HTTPS certificate error, and using wget --no-check-certificate gives a 404 Error. I note there's something at http://anpod-flask.herokuapp.com/. Could this be the problem?