Nithanim / gw2api

A library that provides access to the api of Guild Wars 2.
Apache License 2.0
5 stars 1 forks source link

Null returned when getting Dailies #21

Closed mjs5498 closed 7 years ago

mjs5498 commented 7 years ago

Hello, I'm currently working on a project and found your API to be a great tool. Thanks for the work you put into it!

I'm currently trying to get the Dailies so users can check them. However, when setting a Map<Type, DailyAchievement[]> to the following gw2api.achievements().getDailyAchievements(); I get a Null Pointer Exception error. I can post the entire error if it would help.