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

New Tweets Not Synching #231

Open
hawkblogger opened this issue Nov 11, 2024 · 4 comments
Open

New Tweets Not Synching #231

hawkblogger opened this issue Nov 11, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@hawkblogger
Copy link

Describe the bug
Twitter -> Bluesky syncing runs in Docker without error.
It synched 2 posts on first run. Those 2 posts were 17 days old.
No newer posts were synched.
I created a new Twitter post and the job ran, and it still is not syncing any new posts.

To Reproduce
See above. Nothing else of note.
I am using the cookie json in my env to authenticate with Twitter, if that matters.

Expected behavior
New tweets would sync

Screenshots
If applicable, add screenshots to help explain your problem.

Additional supporting information
Add any other context about the problem here.

@hawkblogger hawkblogger added the bug Something isn't working label Nov 11, 2024
@hawkblogger
Copy link
Author

I have now been able to get the credentials to work, and it is seeing the tweets, but not syncing anything more recent than 13 days ago. Does it not know how to handle a Bsky account that has "original" bsky posts? In other words, does this only work on bsky accounts that have never posted unique content?

@hawkblogger
Copy link
Author

I tried a fresh bsky account to make sure there was not a problem with conflict resolution and still seeing the same issue. Nothing newer than 13 days ago. I am seeing this error:

TypeError: Cannot read properties of undefined (reading 'matchAll')
at file:///app/dist/index.js:11546:21
at Array.forEach ()
at gl (file:///app/dist/index.js:11545:12)
at Ki (file:///app/dist/index.js:11581:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Il (file:///app/dist/index.js:11619:13)
at async Ol (file:///app/dist/index.js:11652:13)
at async Gl (file:///app/dist/index.js:11747:40)
at async vi (file:///app/dist/index.js:11976:13)
at async file:///app/dist/index.js:11989:1

Wondering if the issue is on the bsky posting side

@louisgrasset
Copy link
Owner

Hello, can you try with the dev tagged image please? I did not released a potential fix I was testing for a couple of weeks now

@hawkblogger
Copy link
Author

hawkblogger commented Nov 13, 2024 via email

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

No branches or pull requests

2 participants