I quite frequently get 404 in response to a profile request, few minutes later same request succeeds. I think it most often happens for TW server. Any ideas?
Example:
{BattleNet} --<Error> -- 9/22/2011 2:19:46 PM -- The remote server returned an error: (404) Not Found.. Failed to get http://tw.battle.net/api/wow/character/血之谷/牛肉意麵?fields=talents,items,professions&locale=en_US. Status: NotFound. Text: {"status":"nok", "reason": "Character not found."}
{BattleNet} --<Info> -- 9/22/2011 2:21:58 PM -- http://tw.battle.net/api/wow/character/血之谷/牛肉意麵?fields=talents,items,professions&locale=en_US was downloaded successfully.
Note: Status NotFound is HTTP 404
What is the body of the response when you get a 503? |