You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some book requests will error out if there are duplicate titles as options.
2024-03-05T14:28:04.985-0500 [31mERROR[0m book_command handlers/book_command.go:227 failed to respond to interaction {"group": "common", "error": "HTTP 400 Bad Request, {\"message\": \"Invalid Form Body\", \"code\": 50035, \"errors\": {\"data\": {\"components\": {\"0\": {\"components\": {\"0\": {\"options\": {\"1\": {\"_errors\": [{\"code\": \"SELECT_COMPONENT_OPTION_VALUE_DUPLICATED\", \"message\": \"The specified option value is already used\"}]}}}}}}}}}", "command": "book"}
Should be a pretty straightforward fix. But there may be instances where a discriminator is important. Example different publishers can have different versions. Some versions might be censored for particular regions, etc.
The current selection from search is lacking and could be improved.
The text was updated successfully, but these errors were encountered:
Some book requests will error out if there are duplicate titles as options.
Should be a pretty straightforward fix. But there may be instances where a discriminator is important. Example different publishers can have different versions. Some versions might be censored for particular regions, etc.
The current selection from search is lacking and could be improved.
The text was updated successfully, but these errors were encountered: