-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Groupie/GroupBrowser.lua:740: attempt to index field '_categoryActivities' (a nil value) #275
Comments
After Blizzard put RDF in the game, the module needs a complete rewrite. If you want it for the chat parsing capabilities you could probably comment out the GroupBrowser.lua module in the .toc and it should load without errors. ie open |
No actually it needs a couple more edits in core.lua (just tested) local GroupieGroupBrowser = Groupie:GetModule("GroupieGroupBrowser",true) same for line 3224 And it should let you comment out or delete the GroupBrowser.lua reference from the .toc so addon works as a chat parser. |
Hi @Road-block! Finally had time to test your suggestions. Sadly I have to say there did not solve my problem bc now I get a error message
When I swap out the variablename 'GroupieGroupBrowser' for 'GroupieFrame' I get this error
Sidenote: You listed line 3224 as the second place where I have to make the same adjustment. This line is responsible for creating the string version of the addon version. I scrolled around and found line 3195 which would fit the context more |
I don't think you're editing the latest files. (the code I see in your screenshots is at the wrong places anyway, so there's a mismatch somewhere) I'll try to find a little time to push the edits to the repo here so you can download an alpha. |
New alpha available here: https://github.com/Gogo1951/Groupie/releases/tag/1.74-alpha |
I have Groupie installed but I rarely use it cause for several weeks or even months now it does not open the Groupie window but instead throws the error
in BugGrabber addon. Installing different versions from Curseforge does not resolve the issue. I am using english language client if that is important.
The full stacktrace:
The text was updated successfully, but these errors were encountered: