toasty-toast / runelite-group-iron-panel

BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Bug due to lookup server being down #1

Closed PJGJ210 closed 2 years ago

PJGJ210 commented 2 years ago

When the lookup server is down the tab will output the failed string per below.

Should add some logic to check if site returned an error and instead show an error message "down" or use a cached version of stats (stating also the server down).

image

toasty-toast commented 2 years ago

Thank you for submitting this issue. I am working on a fix and hope to have it deployed soon.

It seems this can happen when you launch the game and the Group Iron tab is selected in the friends/grouping menu but that menu has not been opened yet. Opening the Group Iron menu once should cause the client to load the group data and the plugin to detect the group properly again.

osrs-group-iron-bug

In the next release of the plugin it will not overwrite the group members with junk data like it is doing here.

PJGJ210 commented 2 years ago

Thanks for the information.