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

No error handling on /settitle #5332

Open
4 tasks done
brian6932 opened this issue Apr 18, 2024 · 0 comments
Open
4 tasks done

No error handling on /settitle #5332

brian6932 opened this issue Apr 18, 2024 · 0 comments

Comments

@brian6932
Copy link
Contributor

brian6932 commented Apr 18, 2024

Checklist

  • I'm reporting a problem with Chatterino
  • I've verified that I'm running the most recent nightly build or stable release
  • I've looked for my problem on the wiki
  • I've searched the issues and pull requests for similar looking reports

Describe your issue

When you set a title that goes over a character limit, /settitle's response's Title update failed! Are you missing the required scope?. While not documented in https://dev.twitch.tv/docs/api/reference/#modify-channel-information, when a title's exceeds 140 characters, you receive the following error. An alternative to requesting here could be to set a client side limit, as there's no way to set titles longer than this, no matter the API.

{
	"data": [],
	"error": "Bad Request",
	"message": "Title is too long.",
	"status": 400
}

Screenshots

No response

OS and Chatterino Version

Doesn't matter

@brian6932 brian6932 added the issue-report An issue reported by a user. label Apr 18, 2024
@pajlada pajlada added enhancement Platform: Twitch and removed issue-report An issue reported by a user. labels Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants