[HELP] Error no parameter s_id

Results 1 to 11 of 11
  1. #1
    Apprentice kazin2 is offline
    MemberRank
    May 2018 Join Date
    15Posts

    sad [HELP] Error no parameter s_id

    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


  2. #2
    My Status --> LukasCCB is offline
    MemberRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,190Posts

    Re: [HELP] Error no parameter s_id

    Go to your api folder and open the file api_Login.aspx.cs and send to Pastebin.com - #1 paste tool since 2002!

  3. #3
    Apprentice kazin2 is offline
    MemberRank
    May 2018 Join Date
    15Posts

    Re: [HELP] Error no parameter s_id

    Quote Originally Posted by LukasCCB View Post
    Go to your api folder and open the file api_Login.aspx.cs and send to Pastebin.com - #1 paste tool since 2002!
    https://pastebin.com/d1rb69Xw

  4. #4
    My Status --> LukasCCB is offline
    MemberRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,190Posts

    Re: [HELP] Error no parameter s_id

    Now, make same with Navicat>DB>DBO>Functions>WZ_ACCOUNT_LOGIN

  5. #5
    Apprentice kazin2 is offline
    MemberRank
    May 2018 Join Date
    15Posts

    Re: [HELP] Error no parameter s_id

    Quote Originally Posted by LukasCCB View Post
    Now, make same with Navicat>DB>DBO>Functions>WZ_ACCOUNT_LOGIN
    https://pastebin.com/9tPuKdGa

  6. #6
    My Status --> LukasCCB is offline
    MemberRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,190Posts

    Re: [HELP] Error no parameter s_id

    Ok, the problem can it, open your api_Login.aspx.cs search by
    Code:
    string username = web.Param("username332563"


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


    Now build, publish and test!

  7. #7
    Apprentice kazin2 is offline
    MemberRank
    May 2018 Join Date
    15Posts

    Re: [HELP] Error no parameter s_id

    Quote Originally Posted by LukasCCB View Post
    Ok, the problem can it, open your api_Login.aspx.cs search by
    Code:
    string username = web.Param("username332563"

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


    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.

  8. #8
    My Status --> LukasCCB is offline
    MemberRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,190Posts

    Re: [HELP] Error no parameter s_id


  9. #9
    Apprentice kazin2 is offline
    MemberRank
    May 2018 Join Date
    15Posts

    Re: [HELP] Error no parameter s_id

    Quote Originally Posted by LukasCCB View Post
    WO_5no parameter username

  10. #10
    Apprentice kazin2 is offline
    MemberRank
    May 2018 Join Date
    15Posts

    Re: [HELP] Error no parameter s_id

    Someone help ?

  11. #11
    Novice mely is offline
    MemberRank
    Nov 2018 Join Date
    1Posts

    Re: [HELP] Error no parameter s_id

    hi i wanted to ask you a question how i can fix this error i have the dbo tw https://ibb.co/ceNZkV



Advertisement