How fix this fucking error ?

Results 1 to 3 of 3
  1. #1
    Member ectoplasMJ is offline
    MemberRank
    Jan 2014 Join Date
    61Posts

    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


  2. #2
    Harro Syxn is offline
    MemberRank
    Mar 2013 Join Date
    767Posts

    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.

  3. #3
    Alpha Member javaz97 is offline
    MemberRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    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



Advertisement