Author: BuSH Created: 01.12.2019
Please sign in to be able to post reply or add topic.
Super Hellcat is showing Unknown_62497
Hi,
same issue as my VDD. Win8 always equal to zero for this thank.
Thanks
Go to Settingss >> Download and update tanks.
Quoted: cmdrTrinity Go to Settingss >> Download and update tanks.
Unknown_62497
responce from WG API
{
"status": "error",
"error": {
"field": "application_id",
"message": "EULA_IS_NOT_ACCEPTED",
"code": 407,
"value": "This application has been temporary blocked. Please, sign in to https:\/\/developers.wargaming.net and accept EULA agreement."
}
Maybe you could try again, since it says "temporarily blocked"? When I'm testing today it's working for me.
Nothing has changed. It works with my ID.
I set up autoreplace id in URL
if (oSession.HostnameIs("api.worldoftanks.ru"))
var sPQ = oSession.PathAndQuery;
sPQ = sPQ.Replace("f53b88fef36646161ddfa4418fc5209c", "9bc0710ffa4cb2fc7be6ffa8e71ddd41");
oSession.PathAndQuery = sPQ;
Duly noted. We've had some issues with API calls on the ru server. Seams to work fine on EU though.
It's Ok for me on EU server.
Sign in with Google Sign in with Facebook
Hi,
same issue as my VDD. Win8 always equal to zero for this thank.
Thanks
Go to Settingss >> Download and update tanks.
Unknown_62497
responce from WG API
{
"status": "error",
"error": {
"field": "application_id",
"message": "EULA_IS_NOT_ACCEPTED",
"code": 407,
"value": "This application has been temporary blocked. Please, sign in to https:\/\/developers.wargaming.net and accept EULA agreement."
}
}
Maybe you could try again, since it says "temporarily blocked"? When I'm testing today it's working for me.
Nothing has changed. It works with my ID.
I set up autoreplace id in URL
if (oSession.HostnameIs("api.worldoftanks.ru"))
{
var sPQ = oSession.PathAndQuery;
sPQ = sPQ.Replace("f53b88fef36646161ddfa4418fc5209c", "9bc0710ffa4cb2fc7be6ffa8e71ddd41");
oSession.PathAndQuery = sPQ;
}
Duly noted. We've had some issues with API calls on the ru server. Seams to work fine on EU though.
It's Ok for me on EU server.
Thanks