View Single Post
09-27-16, 09:22 PM   #12
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
What do you get in the chat frame when you enter this command manually?
/dump LibStub("LibRealmInfo"):GetRealmInfo(GetRealmName())
If you get a bunch of "nil" try adding your region explicitly; it shouldn't be required, but let's just try it:
/dump LibStub("LibRealmInfo"):GetRealmInfo(GetRealmName(), "US")
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote