Bungie-net / api

Resources for the Bungie.net API
Other
1.22k stars 92 forks source link

how do I get the current nightfalls? #1039

Open michabbb opened 5 years ago

michabbb commented 5 years ago

since two weeks, without changing my code, I no longer get the nightfall strikes from the he milestone list, seems like there has something changed. can someone please explain me what? did I miss something??

thanks!!

vthornheart-bng commented 5 years ago

I'm going to have to look into it, I believe there was a report from another user last week that also mentioned milestones not coming back consistently. Unfortunately, if we're experiencing a bug in Milestones our next window for releasing a fix is going to be with the Shadowkeep launch (10/1).

andyschott commented 5 years ago

This sounds like the same issue as #1028.

mistahj67 commented 5 years ago

1028

xenodus commented 5 years ago

@michabbb Started having the same issue 2 weeks ago too.

Managed to get around the problem by reverting to an old script that grabbed the active nightfalls via character profile with activities (204) and comparing the activities against the activity definition manifest where activityTypeHash is 575572995 and having modifiers count > 0.

michabbb commented 5 years ago

@xenodus thanks for the tip. so which api call are you doing here exactly, can you please give me the name of it?

xenodus commented 5 years ago

@michabbb Destiny2.GetCharacter

e.g. https://www.bungie.net/Platform/Destiny2/4/Profile/4611686018474971535/Character/2305843009339205184?components=204

michabbb commented 5 years ago

will try, thanks 👍