SavedInstances

SavedInstances

11M Downloads

SavedInstances: Unrecognized LFR instance parent id= 1640

q8light opened this issue · 10 comments

commented

I have copied the files from Github to make the addon working again. thank you for that .
now when ever i mouseover the minimap button i get this error:
SavedInstances: Unrecognized LFR instance parent id= 1640

commented

Yeah I still don't know where to find those IDs. Maybe @AlexAtTheBux knows?

commented

For me no, now i do not get this error when hovering on the minimap addon icon .
EU / english client

commented

Is this still happening with the latest release? The LFR is now open.

commented

[12:33:45] SavedInstances: Unrecognized LFR instance parent id= 1640
[12:33:45] SavedInstances: Please report this bug at: https://github.com/SavedInstances/SavedInstances/issues

v7.3.2 (25549) german client

commented

If i remember correctly you can get the correct ID's (that need to be mapped) using this:
*https://wow.gamepedia.com/API_GetRFDungeonInfo

then you get the id for normal (once saved) using this:
*http://wowwiki.wikia.com/wiki/API_GetSavedInstanceInfo

edit: I'm going to have to do something similar in my addon quite possibly (for local reasons) and if i get it done and it hasn't been done yet, i'll submit a PR to fix.

commented

I’m at work right now, but I’ll check it when I get home. I meant to update this last week when Antorus opened but got caught up in real life issues.

commented

Nice, and please document it so I and others know how to find them in the future as well.

commented

actually, looking at the code - it's already been completed.

https://github.com/SavedInstances/SavedInstances/blob/master/SavedInstances/SavedInstances.lua#L193

edit - nm. the ID's are incorrect.

commented

Yeah those are my guesses from a few months ago

commented

PR submitted - comments have how to derive the id's.