You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: