Many challenges don't register progress or completion #2189
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
challenges still appear locked or 0/X completion in challenges tab under profile. some challenges do work tho, "Parry1000Shots" works, though seemingly was reset when I first imported, same with other ones like "TheCameraAdds100Pounds" which was also reset? but others which have progress or should be considered completed, are still shown as locked 🤔
using the Rifle Mastery 3 achievement as an example:
Live inventory.json:
Server:
Given that the response here is identical between live and SNS, are you sure that this is not a client bug?
just checked on live, all achievements are there 😭
If anything, it's likely related to using a different 'profile', i.e. because different username.
But yeah challenge progress is fully client-side, the server only stores it, and in this case obviously correctly. The only issue I can maybe see is in regards to ChallengesFixVersion which might be an incongruence in the response from live and SNS (see #2190). But otherwise if the response is fully congruent then I don't think there's a server issue here.