• 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.

Recent content by SUNSHINE

  1. S

    Library version mismatch

    And how can I fix my problem ?
  2. S

    Library version mismatch

    Same problem.
  3. S

    Library version mismatch

    I update only the plugin or I need to update all files of the bot ?
  4. 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...
  5. S

    Bug Can't start program "sinusbot"

    I have update "sinusbot" programm with the new version and now I have this error : -bash: ./sinusbot: Text file busy
  6. 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.
  7. S

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

    Bug fixed. It's your documentation ! https://www.sinusbot.com/api/#api-Users-createUser You say parameters "name" but is "username".
  8. S

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

    "Just check the API Callsof the normal webinterface" Guys If I post here it's because I have already checked the API webinterface... I have read your documentation I have maked my script, result : bugged. So can you explain how can I debug this ?
  9. 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)...
  10. S

    API (not) a bug (POST)

    Done. $data = array("name" => "test", "password" => "testpass", "privileges" => 2147483647); Same error : {"success":false,"code":8081,"error":"'name' or 'password' not set"}
  11. S

    API (not) a bug (POST)

    New error : $data = array("name" => "test", "password" => "testpass", "tsuid" => "test", "tsgid" => 60, "privileges" => 5); $data_string = json_encode($data)...
  12. S

    API (not) a bug (POST)

    Token is definitive ? How to remove one ?
  13. S

    API (not) a bug (POST)

    Okay, I have maked this : $data = array("username" => "admin", "password" => "foobar", "botId" => "c471f075-c4bc-4f73-8127-20e1a30c98ea"); $data_string = json_encode($data)...
Top