Hello Daniel,
just found my own error. missed to ad a . between %s and api.battle.net
That was the reason, why my soolution didn’t worked for me. Now i have the same, or did you made any other changes except the API URLs?
Found the API Links in class-wow-armory-character-dal.php
Updated the API Links and added my APIKey but still got error. After removing variables and set a static link, it works, but only for that static character.
need to know, from which part the character-dal got’s the viarable %s
https://%s.api.battle.net/wow/character/%s/%s?fields=guild,items,professions,talents,titles,achievements,feed&locale=de_DE
since it is included in this API link 3 times.