TheStonedTurtle / Loot-Logger

A RuneLite plugin that stores Loot Tracker data locally
BSD 2-Clause "Simplified" License
6 stars 9 forks source link

Loot logger not loading boss logs properly #38

Closed scssquatch closed 2 years ago

scssquatch commented 2 years ago

Getting this error all over my client.log. I'm not sure if I need to update something, but it's causing the plugin to not load any NPC. Caused by: java.text.ParseException: Failed to parse date ["Jan 3, 2022, 8:21:06 PM"]: Invalid number: Jan

scssquatch commented 2 years ago

{"name":"Vorkath","level":732,"killCount":1,"type":"NPC","drops":[{"name":"Superior dragon bones","id":22124,"quantity":1,"price":12876},{"name":"Superior dragon bones","id":22124,"quantity":1,"price":12876},{"name":"Blue dragonhide","id":1751,"quantity":1,"price":1809},{"name":"Blue dragonhide","id":1751,"quantity":1,"price":1809},{"name":"Dragon arrowtips","id":11237,"quantity":43,"price":1930},{"name":"Dragon plateskirt","id":4585,"quantity":1,"price":161153}],"date":"Apr 12, 2022, 8:09:27 PM"} That's one of the lines in question, not sure if some formatting got broken/changed

TheStonedTurtle commented 2 years ago

Try downloading the latest version of the RuneLite launcher from the official website, you may be using an outdated launcher. You can see the launcher version in the info tab. I'm on 2.2.0 but I think anything over v2 should be fine.

image

scssquatch commented 2 years ago

That worked! Thank you!