한글이나 이모티콘을 넘기려는 경우 아래와 같은 에러가 발생함.
아래는 파이프드림에서 찾은 Q&A.
Thanks. So instead of putting the parameters all in the URL, can you keep everything up until /sendMessage and remove the ? and everything after?
Then click on the Params section and add params like so:
chat_id: (value of chat ID)
text: {{steps.trigger.event.body}}
Passing these as params, instead of stuffing everything in the URL, should fix the encoding error
What is the issue with unescaped characters in webhook request path for a Telegram bot?
user-1 (User 1) May 14, 2023, 11:55pm 2 HI , can you show me exactly where you’re seeing this error (via screenshot), and share the exact text of the error message you’re seeing? user-1 (User 1) May 14, 2023, 11:55pm 3 user-1 (User 1) May 14, 2023, 11:
pipedream.com
위 처럼 url에 get으로 파라미터 붙이지 말고 params에 추가해서 처리하면 됨.
'WEB' 카테고리의 다른 글
telegram Bad Request: chat not found (0) | 2023.06.11 |
---|---|
트레이딩뷰 웹훅 alert 텔레그램으로 보내기(tradingview webhook telegram) (0) | 2023.06.08 |
캔들 수를 반영한 이동평균선 파인 스크립트 (0) | 2023.06.05 |
VOLUME BASED RSI PINE SCRIPT (0) | 2023.06.05 |
docker+flask 초기 세팅 (0) | 2021.08.03 |