You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MastodonAPIError: ('Mastodon API returned error', 422, 'Unprocessable Entity', 'Validation failed: Text character limit of 500 exceeded')
(6 additional frame(s) were not displayed)
...
File "bc/subscription/tasks.py", line 379, in make_post_for_webhook_event
api_post_id = api.add_status(message, image, files)
File "bc/channel/utils/connectors/masto.py", line 107, in add_status
api_response = self.api.status_post(message, media_ids=media_ids)
The text was updated successfully, but these errors were encountered:
Perhaps some kind of difference in what we consider characters vs what Mastodon does?
Sentry Issue: BIGCASES2-2M
The text was updated successfully, but these errors were encountered: