Incorrect JSON from searching API for titles with emodzi #373
Unanswered
bots-business
asked this question in
0. General bugs and questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
we have this page:
https://help.bots.business/store/bbpointbot
it have title "BB Point Bot 💎" - ends with "💎" emodzi.
We use searching API: https://developer.gitbook.com/gitbook-api/reference/search
and have such JSON response (partially):
{"id":"cZd2QFZKYEK63qSeVIi6","title":"BB Point Bot ߒ"path":"store/bbpointbot","sections":{"id":"ccbb285f0c274fafaf1600555b5dc97d","title":"Step 1","body":"Install Webhook Lib in your bot and make webhook url:\n\n// Generate webhook link for BB Point Bot\nlet url = Libs.Webhooks.getUrlFor({\n command: "onBBPointIncome"\n})
Seems emodzi "💎" have bug: " ߒ" and we don't have "," before "path" - so JSON is not valid
ߒ"
Beta Was this translation helpful? Give feedback.
All reactions