Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mappo

Pages: [1]
1
Bug Reports / Bug with api|get_points
« on: October 14, 2016, 03:22:59 PM »
Hey guys,
Bug:
Via websocket I use the command api|get_points|:user

The documentation tells me that an example response could look like this:

{
    "function": "get_points",
    "param": "expertsonline",
    "msg": "720.00"
}

Problem is, the msg of the response I receive is: "msg": "720,00"

My question: Is this a localization (the deepbot I am connected to is in the eu) or is it a deepbot bug or wrongly written in the api?
Or do I have to consider both cases (I am connected via Java and Double.parseDouble('720,00') results in an error). Replacing the "," is no problem, but it seems like a bug to me.

Greets Mappo

Pages: [1]