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

    EN HTTP Get request

    Ofc that JSON is invalid, because it's not complete as I said before ... When using brwoser or curl/wget/postman anthing, it returns valid JSON https://api.opendota.com/api/matches/2861043569 0.9.15-b20cc30 More info here https://forum.sinusbot.com/threads/http.2936/
  2. A

    EN HTTP Get request

    Doesn't work for my API Url SyntaxError: unexpected end of JSON input at parse (<native code>) But thanks anyway
  3. A

    EN HTTP Get request

    Where ? If u mean method (string) the verb to use, e.g. GET, POST, PUT and so on url (string) the url to send the request to timeout (int) the maximum time to wait for an answer in ms. Max. 60000. body (string) the body to send on POST, PUT or PATCH calls username (string) if you want to use...
  4. A

    EN Steam

    How i Can create own DB inside SinusBot ? And adding i means that every TS client can have assigend his steam
  5. A

    Solved HTTP

    Operating System: Linux SinusBot Version: 0.9.15-b20cc30 TS3 Version: 3.0.9.14 Problem Description When I'm using External Communication (via http), sometimes response.data does not contain all requested data For example https://api.opendota.com/api/matches/2861043569 response.data (...
  6. A

    EN HTTP Get request

    Hi, I am trying to use HTTP request,which works fine, but when response is too large, JSON cannot parse it. https://api.opendota.com/api/matches/2861043569 Because response.data does not contain whole response from API. Anyone got clue why I got only part of response ...
  7. A

    EN Steam

    Is there any option to assign steam id to user ? In API i could'n find anything with adding new attributes to user, or access SQLite DB Thanks
Top