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

Slack integration error when username is too long #5

Open
konifar opened this issue Mar 8, 2016 · 1 comment
Open

Slack integration error when username is too long #5

konifar opened this issue Mar 8, 2016 · 1 comment
Assignees

Comments

@konifar
Copy link

konifar commented Mar 8, 2016

Hi, I love tonkotsu 🐷
I found a problem (not bug) that slack integration failed.
If my config.toml was like this below, Aoba-chan posts nothing to slack.

[slack_start_post]
text = "新バージョンのアプリが更新されるまでGooglePlayStoreをチェックします!"
username = "青葉ちゃん(GooglePlayStore監視ツール)"
icon_emoji = ":aoba:"
...

And then, I found the cause. It is because the username is too long.
When I changed name to just 青葉ちゃん, It was succeeded.

Maybe this is slack matter. But I guess it is better to show log like Username should be within xx characters.. How do you think?

@konifar konifar changed the title Slack integration error Slack integration error when username is too long Mar 8, 2016
@operando
Copy link
Owner

operando commented Mar 9, 2016

Thank you for issue report!

But I guess it is better to show log like Username should be within xx characters.. How do you think?

Good idea. I will try to check up on how long use characters.

@operando operando self-assigned this Mar 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants