• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Search results

  1. S

    Library version mismatch

    Hi, When I try to start my sinusbot, I have an error : Library version mismatch. Please copy the updated plugin to the client directory. Download failed. Make sure your internet connection is working properly or up- or downgrade to another version. Sanity checks failed, unable to run. Please...
  2. S

    Bug Can't start program "sinusbot"

    Hi, I have a problem with SinusBot, I can't execute him. My repertory : http://prntscr.com/bw5paj My shell result : http://prntscr.com/bw5pqo How can I fix this problem ? Thanks you.
  3. S

    (NOT BUG) 'name' or 'password' not set

    Hi, I have a problems with my API system. I try to create a new user account with this script : $data = array("name" => "test", "password" => "testpass", "privileges" => 2147483647); $data_string = json_encode($data)...
  4. S

    API (not) a bug (POST)

    Hi, I have a bug with the API. I try this script : $sURL = "http://x:8088/api/v1/bot/login"; // The POST URL $sPD = "username=admin?password=foobar?botId=1"; // The POST Data $aHTTP = array( 'http' => // The wrapper to be used array( 'method' => 'POST', //...
Top