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

fix: truncate post text to 300 characters #25

Merged
merged 1 commit into from
Feb 20, 2025
Merged

Conversation

joschi
Copy link
Owner

@joschi joschi commented Feb 20, 2025

Error: Failed to post item: Invalid app.bsky.feed.post record: Record/text must not be longer than 300 graphemes

@joschi joschi added the bug Something isn't working label Feb 20, 2025
@joschi joschi self-assigned this Feb 20, 2025
@joschi joschi merged commit bc48461 into main Feb 20, 2025
6 checks passed
@joschi joschi deleted the fix-character-limit branch February 20, 2025 20:51
@aldatsa
Copy link

aldatsa commented Feb 27, 2025

Hi, yesterday I had this 300 character error and it posted the same content again and again. How do I apply this fix? Should I change something in my .github/workflows/blueskyfeedbot.yml? It's the first time that I use Github Workflows.
Thanks for your work

@joschi
Copy link
Owner Author

joschi commented Feb 27, 2025

@aldatsa Are you already using the latest version of this GitHub Action?

The issue was fixed in https://github.com/joschi/blueskyfeedbot/releases/tag/v0.0.4.

If you're using that version and still ran into the issue, please share the repository or workflow logs where it happened. 😄

@aldatsa
Copy link

aldatsa commented Feb 27, 2025

@joschi I was using the v1 version. I updated it to v0.0.4 and so far it works well. Thanks for your help!

@joschi
Copy link
Owner Author

joschi commented Feb 27, 2025

@aldatsa Ah, I forgot to update the v1 tag after the last release. Thanks!

v1 now also points to release v0.0.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants