[Help] Trying to connect to server error.
when trying connect to
http://MYDOMAINCENSORED.com/api/php/...5-EB135E16F5EF
Error below shows up
Quote:
This page contains the following errors:
Quote:
error on line 1 at column 1: Document is empty
Below is a rendering of the page up to the first error.
When trying to connect to server I get
Quote:
000000.324| Reading game rewards000000.334| WO_API: returned http405
000000.335| ApiGetDataGameRewards FAILED, code: 8
000000.336| !!! ERROR: failed to get game rewards
help thanks
Re: whats wrong? how to fix?
Make sure to convert your api as application.
Re: whats wrong? how to fix?
Quote:
Originally Posted by
aLca
Make sure to convert your api as application.
I have made it as application >> build website >> Publish it to /api/
My skype is: anthon.hedlund
Re: [Help] Trying to connect to server error.
U forgot a Step at IIS, grab some tutorial and check it. I'm not going to tell every single person howto do so, sorry.
Re: [Help] Trying to connect to server error.
Tutorial section, stickied at the top.
Go find @ztimer's tutorial thread and follow along.
Even if not the same code that tutorial has what you need.
Re: [Help] Trying to connect to server error.
Quote:
Originally Posted by
DNC
Tutorial section, stickied at the top.
Go find @
ztimer's tutorial thread and follow along.
Even if not the same code that tutorial has what you need.
Thanks... everything is set-up,
Last error: WO_5no parameter userfuckingshit
Wrong username or password when I click Play Game.
Re: [Help] Trying to connect to server error.
In the launcher source search for "username" and replace it with "userfuckingshit" same for password.
Re: [Help] Trying to connect to server error.
src\RSUpdate\WOCreateAccHelper.cpp
Code:
#include "r3dPCH.h"
#include "r3d.h"
#include "WOCreateAccHelper.h"
#include "WOBackendAPI.h"
int CCreateAccHelper::DoCreateAcc()
{
r3d_assert(createAccCode == CA_Unactive);
r3d_assert(*username);
r3d_assert(*passwd1);
r3d_assert(*passwd2);
CWOBackendReq req("api_AccRegister.aspx");
req.AddParam("username", username);
req.AddParam("password", passwd1);
req.AddParam("serial", "0");
req.AddParam("email", "not@used.anymore"); // previously that was order email.
My release doesn't use that name.
Re: [Help] Trying to connect to server error.
Quote:
Originally Posted by
DNC
src\RSUpdate\WOCreateAccHelper.cpp
Code:
#include "r3dPCH.h"
#include "r3d.h"
#include "WOCreateAccHelper.h"
#include "WOBackendAPI.h"
int CCreateAccHelper::DoCreateAcc()
{
r3d_assert(createAccCode == CA_Unactive);
r3d_assert(*username);
r3d_assert(*passwd1);
r3d_assert(*passwd2);
CWOBackendReq req("api_AccRegister.aspx");
req.AddParam("username", username);
req.AddParam("password", passwd1);
req.AddParam("serial", "0");
req.AddParam("email", "not@used.anymore"); // previously that was order email.
My release doesn't use that name.
What do you mean?
- - - Updated - - -
Getting this error now.
000000.200| WO_API: http timeout000000.200| ApiGetDataGameRewards FAILED, code: 8
000000.202| !!! ERROR: failed to get game rewards
@DNC help please
Re: [Help] Trying to connect to server error.
Did u spend some time for google/search?
http://bit.ly/1rruBDK
Re: [Help] Trying to connect to server error.
Or just go to the top of the Help Section like I've said a MILLION TIMES NOW!!!!!!!!
The answer is freaking stickied..... -.-