Originally Posted by IggyMac
Is the code for importing a character working?
I can't seem to make the function work, and it tells me that
"Could not find http://www.wowarmory.com/character-talents.xml?r=Eldre'Thalas&n=IggyMcMuffen&lang=en_us"
I suspected maybe it was because the apostrophe in Eldre'Thalas wasn't URL encoded, but that doesn't seem to be the issue.
|
The issue is not the url; see my previous post regarding the changes to the Armory XML document format since Dual-spec came along.
@premed, the "&lang=en_us" is not a problem. The code for Armory Input is a macro called "ArmoryInput". But the URL you posted here that the sheet is requesting is correct. If you get a problem with the character-talents.xml URL (as in the message quoted above), that is due to the sheet incorrectly parsing the response - indeed as far as I can tell you
should get an error parsing the talents, as the Armory response has completely changed. If, however, you get a fault with character-sheet.xml (as you posted), this is more likely to be due to the armory being a little flaky at the moment; again this carries the caveat "as far as I can tell".
Hope this makes sense.