Closed MrQiYin closed 12 hours ago
This might be something that needs to be take up with the library maintainers directly. As the only thing I could potentially do to resolve this is to disallow items being used for range checking.
But looking at their code they are using "C_Item" when fetching item info.
The error suggests that "GetItemInfo" doesn't exist within "C_Item". Do you still get this error when you disable all other addons? As this could be a conflict caused by another addon.
This might be something that needs to be take up with the library maintainers directly. As the only thing I could potentially do to resolve this is to disallow items being used for range checking.
But looking at their code they are using "C_Item" when fetching item info.
The error suggests that "GetItemInfo" doesn't exist within "C_Item". Do you still get this error when you disable all other addons? As this could be a conflict caused by another addon.
The above log I provided was given to me by BugGrabber. "NeatPlates/libs/LibRangeCheck-3.0-20/LibRangeCheck-3.0.lua:1309" "NeatPlates/libs/LibRangeCheck-3.0-20/LibRangeCheck-3.0.lua:722" I don't really know what the impact is, except that WOW always gives me a pop-up saying "You have a lot of lua errors", and the BugGrabber log shows that errors are executed about two or three times per second, so I have fixed locally, the error is no longer happening.
This issue is stale because it has been open for 90 days with no activity. If you feel the issue is still relevant, please leave a comment to prevent the issue from being closed in 30 days
What version of the game you are experiencing the issue with: Classic WLK
Describe the bug Need to add "C_Item and C_Item.GetItemInfo and " before use "C_Item.GetItemInfo", maybe "GetItemInfo" is nil at 3.4.3?
Additional context