• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[HELP] Error no parameter s_id

Newbie Spellweaver
Joined
May 22, 2018
Messages
15
Reaction score
0
Whenever I give Play Game in the launcher, when it is loading the game it of error.If I use an IP camuflator it can log in.How do you fix this error?

Log:

WO_API: failed with error code 5 no parameter s_idLoginAuth: 5
 
Joined
Apr 23, 2013
Messages
1,172
Reaction score
1,797
Ok, the problem can it, open your api_Login.aspx.cs search by
Code:
[COLOR=#333333]string username = web.Param("username332563"[/COLOR]


Now you will change this and others code like it >
Code:
[COLOR=#333333]string username = web.Param("username");
[/COLOR][COLOR=#333333]string password = web.Param("password");[/COLOR][COLOR=#333333]
[/COLOR]


Now build, publish and test!
 
Upvote 0
Newbie Spellweaver
Joined
May 22, 2018
Messages
15
Reaction score
0
Ok, the problem can it, open your api_Login.aspx.cs search by
Code:
[COLOR=#333333]string username = web.Param("username332563"[/COLOR]

Now you will change this and others code like it >
Code:
[COLOR=#333333]string username = web.Param("username");
[/COLOR][COLOR=#333333]string password = web.Param("password");[/COLOR][COLOR=#333333]
[/COLOR]


Now build, publish and test!




I did this, more of the same mistake.Do you think that there is anything related to IP?When I use a VPN the game logs normal.I have already tested in other src and it works normal.Only in Src v2 / v3 that gives of that.
 
Upvote 0
Initiate Mage
Joined
Nov 15, 2018
Messages
1
Reaction score
0
hi i wanted to ask you a question how i can fix this error i have the dbo tw
kazin2 - [HELP] Error no parameter s_id - RaGEZONE Forums
kazin2 - [HELP] Error no parameter s_id - RaGEZONE Forums
 
Upvote 0
Back
Top