What doesn't work?
GET /player/emotioncheck returns an list string and not something that can be parsed into an json object.
This is pretty much the only endpoint that does this and thus causes issues due to being inconsistent with the others.
What is the endpoint and method? (if applicable)
Endpoint: /player/emotioncheck
Method: GET
How can it be reproduced?
- Call GET /player/emotioncheck and check the return string.
What should it do instead?
Return data in a format that is valid json.
What doesn't work?
GET /player/emotioncheck returns an list string and not something that can be parsed into an json object.
This is pretty much the only endpoint that does this and thus causes issues due to being inconsistent with the others.
What is the endpoint and method? (if applicable)
Endpoint: /player/emotioncheck
Method: GET
How can it be reproduced?
What should it do instead?
Return data in a format that is valid json.