Cant use BubbleStyle in FlexMessage template
See original GitHub issueHello, i cant use BubbleStyle in my FlexMessage template, here is my code:
styles=BubbleStyle( footer=BlockStyle( background_color='#000000' ) )
that code cause an error <LineBotApiError [A message (messages[0])┬áin the request body is invalid]>. Is this a bug or my bad ? 😄
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Flex Message elements | LINE Developers
The bubbles in the carousel can be browsed by scrolling horizontally. Carousel example. The Flex Message above can be created by the JSON...
Read more >Flex Messaging FAQ and Troubleshooting - Twilio
Start here to learn how to troubleshoot Flex messages. ... This guide is for Flex UI 1.x and channels that use Programmable Chat...
Read more >How to make carousel Flex Message in linebot - Stack Overflow
I have a problem with flex message in linebot, I am trying to make multiple Flex Messages like carousel template, I follow the...
Read more >linebot.models package - line-bot-sdk-python API document
It can't be used for Flex Messages or quick replies. When you tap a rich menu associated with this action, you can switch...
Read more >Cannot send flex message with property 'flex' with dialogflow
Line bot cannot send flex message that contains property "flex", for example I can send this flex.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for your reporting. I fixed this issue by https://github.com/line/line-bot-sdk-python/pull/113 Please confirm with
ver 1.7.2
You can get error details from LineBotApiError instance.
Please look a code at here: https://github.com/line/line-bot-sdk-python/blob/ccb97deb9445a1ea09058584727e09f6870a4732/examples/flask-kitchensink/app.py#L84-L90