postaddictme / instagram-java-scraper

Instagram Java Scraper. Get account information, photos, videos and comments.
446 stars 149 forks source link

Location field in Media is never filled in. #139

Open evdh opened 4 years ago

evdh commented 4 years ago

When getting the media from an account, I get back the posts including the caption. However, although the post contains a location, this is never returned in the 'location' field of the media. Is this supposed to work? Or is there another way to find the location?

viralvaghela commented 4 years ago

Exception in thread "main" java.lang.NoClassDefFoundError: com/fasterxml/jackson/core/type/TypeReference at me.postaddict.instagram.scraper.Instagram.(Instagram.java:25) at application.Main.main(Main.java:27)