-
Member
How fix this fucking error ?
000000.335| WOApi: api_GetShop1.aspx NETWORK time: 0.0034
000000.335| WO_API: returned http404
000000.335| GetShopData FAILED, code: 8
000000.335| Reading game rewards
000000.338| WOApi: Connect to IP
000000.338| WOApi: api_GetDataGameRewards.aspx NETWORK time: 0.0028
000000.338| WO_API: returned http404
-
-
Re: How fix this fucking error ?
Your api isn't setup right seeing as your getting a 404 error.
So check your API and your paths as if your api is eg /WarZ/api/ and you have in your source as /api/ it won't work.
-
Re: How fix this fucking error ?
my config
webAPIDomainIP = "127.0.0.1";
webAPIDomainBaseURL = "/api/";
webAPIDomainPort = 80;
webAPIDomainUseSSL = false;
no ssl and port 80 by default
add port to firewall