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

Action Processing Doesn't Work After Cache/DB Reset #3279

Open
tcm390 opened this issue Feb 5, 2025 · 1 comment
Open

Action Processing Doesn't Work After Cache/DB Reset #3279

tcm390 opened this issue Feb 5, 2025 · 1 comment
Assignees
Labels

Comments

@tcm390
Copy link
Collaborator

tcm390 commented Feb 5, 2025

When enabling action processing on the Twitter client, even after removing the cache/DB, the client does not process any actions. Instead, it logs messages like:

Already processed tweet ID: XXXX
Already responded to tweet XXXX, skipping

Even for tweets we haven't interacted with before, the system still considers them as already processed.

This might be due to the initial caching behavior where we store the last 20 tweets and all timelines:
L663
L664

It might be worth reviewing the reasoning behind this initial caching step. If it's unnecessary or causing unintended side effects, we should consider modifying it to ensure tweets are processed correctly after a reset.

@tcm390 tcm390 added the bug Something isn't working label Feb 5, 2025
Copy link
Contributor

github-actions bot commented Feb 5, 2025

Hello @tcm390! Welcome to the elizaOS community. Thank you for opening your first issue; we appreciate your contribution. You are now an elizaOS contributor!

@elizaOS elizaOS deleted a comment from yasir23 Feb 6, 2025
@tcm390 tcm390 self-assigned this Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants