barrett777 / Heroes.ReplayParser

A C# library for parsing Heroes of the Storm replay files (.StormReplay)
MIT License
223 stars 95 forks source link

Empty battletag_name and battletag_id #119

Closed Zemill closed 3 years ago

Zemill commented 3 years ago

I think I am running into this issue on more than this replay, but I will submit this one.

I am getting empty battletag_name and battletag_id values for the player playing Ana in the following game

f9b3deb2-958d-7b48-c798-815f3ca0cdd7.zip

Zemill commented 3 years ago

Correction, battletag_id equals 0

Zemill commented 3 years ago

ParseOptions { ShouldParseUnits = false, ShouldParseMouseEvents = false, ShouldParseDetailedBattleLobby = true, ShouldParseEvents = false, AllowPTR = false });

koliva8245 commented 3 years ago

This is working as it should be. The Ana and Arthas player do not have a name nor the number part of the battle tag.

Zemill commented 3 years ago

Hmm you are right, they are empty in the game. I swore I saw a method for accomplishing this on reddit at some point, both players are less than level 100....so they must've done it on purpose....

I have put in a change to my process to deal with it, so I am closing this