baaron4 / GW2-Elite-Insights-Parser

Binary parser for the .evtc files that arcdps generates after a boss encounter. This will generate a .html file where the results can be easily reviewed.
MIT License
130 stars 47 forks source link

PersonalBuffs in HTML output but not in JSON output #691

Closed Drevarr closed 1 year ago

Drevarr commented 1 year ago

Describe the bug JSON output doesn't have a complete list of personalBuffs, but HTML output has a complete table including the missing buffs in JSON output. Attached examples are missing Med Kit, Static Shield and Absorb

I only noticed it for scrapper, when collecting total personalBuffs uptime across 2 hours of logs. Need to review the other profession.

To Reproduce Steps to reproduce the behavior:

  1. process attached zetvc files with v2.51.0
  2. Compare HTML output to JSON

Screenshots

personalBuffsHTML personalBuffsJSON

IMPORTANT: Provide Files

EVTC, JSON and HTML examples attached personalBuffsIssue.zip

EliphasNUIT commented 1 year ago

Fixed in e825a67.