Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: telegram通知bug || [Bug]: telegram notification bug #2280

Open
deusyu opened this issue Jan 22, 2024 · 1 comment
Open

[Bug]: telegram通知bug || [Bug]: telegram notification bug #2280

deusyu opened this issue Jan 22, 2024 · 1 comment
Labels
discussion Question or dicussion Inactive wontfix This will not be worked on

Comments

@deusyu
Copy link

deusyu commented Jan 22, 2024

问题描述 | Describe the bug

使用docker-compose部署的waline,配置了TG_BOT_TOKEN和TG_CHAT_ID,看error形式是消息可以发,那应该不是配置的错误,程序内部有bug吧。

Telegram Notification Failed:{"ok":false,"error_code":400,"description":"Bad Request: can't parse entities: Character '.' is reserved and must be escaped with the preceding '\\'"}

问题网站 | Website URL

https://deusyu.app/

服务部署在哪里? | Where your waline deploy?

Docker

数据存储在哪里?| Where your comment data store?

MySQL


Problem description | Describe the bug

Waline deployed using docker-compose is configured with TG_BOT_TOKEN and TG_CHAT_ID. If the error message is sent, it should not be a configuration error. There may be a bug inside the program.

Telegram Notification Failed:{"ok":false,"error_code":400,"description":"Bad Request: can't parse entities: Character '.' is reserved and must be escaped with the preceding '\\'"}

Question Website | Website URL

https://deusyu.app/

Where is the service deployed? | Where your waline deploy?

Docker

Where is the data stored? | Where your comment data store?

MySQL

@deusyu deusyu added the bug Something isn't working label Jan 22, 2024
@github-actions github-actions bot changed the title [Bug]: telegram通知bug [Bug]: telegram通知bug || [Bug]: telegram notification bug Jan 22, 2024
@lizheming
Copy link
Collaborator

lizheming commented Jan 22, 2024

Telegram 消息体限制的字符串非常多,由于评论内容是动态的,我们没办法覆盖全。如果遇到错误,可以自己修改 TG 模板把评论内容去掉解决。


Telegram message body limits a lot of strings. Since the comment content is dynamic, we cannot cover them all. If you encounter an error, you can modify the TG template yourself to remove the comment content to solve the problem.

@lizheming lizheming added wontfix This will not be worked on discussion Question or dicussion and removed bug Something isn't working labels Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Question or dicussion Inactive wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants