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

Notification length causing 400 error from discord #15

Open
therobbiedavis opened this issue Oct 28, 2023 · 2 comments
Open

Notification length causing 400 error from discord #15

therobbiedavis opened this issue Oct 28, 2023 · 2 comments

Comments

@therobbiedavis
Copy link

Discord only allows 2000 characters in a message.
https://github.com/Kareadita/Kavita/actions/runs/6678809022/job/18150253331

I think this trim should be handled by the action itself.

We attempted to parse this ourselfs with a separate action, however we were unable to parse out all the special characters necessary.
https://github.com/Kareadita/Kavita/actions/runs/6678809022/workflow#L48-66

@rjstone
Copy link
Owner

rjstone commented Nov 13, 2023

ok will look into

@majora2007
Copy link

Any update on this? If you point me in the right direction, I will raise a PR.

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

3 participants