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

The referenced tweet is not part of a thread #8

Open
jb33k opened this issue Dec 17, 2021 · 1 comment
Open

The referenced tweet is not part of a thread #8

jb33k opened this issue Dec 17, 2021 · 1 comment

Comments

@jb33k
Copy link

jb33k commented Dec 17, 2021

I think there might be a bug somewhere because I get The referenced tweet is not part of a thread error when https://twitter.com/cdixon/status/1427452454543663129 which is obvious a thread.

Any ideas?

@Jimmar
Copy link
Owner

Jimmar commented Dec 18, 2021

Yes, currently I only have the find by search mode and Twitter's search only shows results up to 7 days ago.
I have some code that would be able to recursively get the thread from the last tweet but it's not enabled on the live site yet because it's an expensive operation, I'll fix that at some point.

if you are running your own version, you can activate it by enabling line 63 at https://github.com/Jimmar/NodeThreader/blob/master/server/src/services/threader.js

// cleanedThread = await getThreadTweetsForTweetIdRecursively(tweet_id);

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

2 participants