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

Bot Doesn't Respond to Tagged Tweets When Running in Docker #1372

Open
usama-saeed831 opened this issue Dec 22, 2024 · 0 comments
Open

Bot Doesn't Respond to Tagged Tweets When Running in Docker #1372

usama-saeed831 opened this issue Dec 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@usama-saeed831
Copy link

When I run the bot using npm start, everything works perfectly: it tweets and responds to tagged tweets as expected. However, when I run the bot inside Docker, I encounter the following issues:

Environment Variable: The OPENAI_API_KEY is required when running the bot in Docker (docker compose up) , but it's not needed when running it directly (without Docker).

Tweeting: The bot tweets without any issues when running in Docker.

Response to Tagged Tweets: The problem arises when the bot is supposed to respond to tweets it's tagged in. While it tweets fine, it doesn't respond to any tagged tweets.

I’ve checked the logs, and everything seems normal—there are no visible errors.

Could anyone help identify what might be causing this issue when running the bot inside Docker?

@usama-saeed831 usama-saeed831 added the bug Something isn't working label Dec 22, 2024
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

1 participant