-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
There seems to be an issue with the title parsing of characters.
Current response:
{
"character": {
"character": {
"name": "Nocna Furia",
"sex": "male",
"title": "Tibia's Topmodel",
"unlocked_titles": 0,
...Expected response:
{
"character": {
"character": {
"name": "Nocna Furia",
"sex": "male",
"title": "Tibia's Topmodel (Grade 1)",
"unlocked_titles": 6,
...URL:
Error from log:
2023/10/08 19:58:30 [warning] TibiaDataStringToInteger: couldn't convert string into int. error: strconv.Atoi: parsing "Grade": invalid syntax
[GIN] 2023/10/08 - 19:58:30 | 200 | 141.134276ms | XXX.XXX.XXX.XXX | GET "/v4/character/Nocna Furia"
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working