I have self hosted QTweet for about a month, successfully following a couple of Twitter accounts. After removing both of them and adding a different account, I can still manually fetch new tweets, but they are not automatically posted to Discord as they are made. Looking at the log, it seems that the bot is getting ratelimited by the Twitter API, but I haven't changed the environment variables relating to how tweets are fetched, so I'm not sure what I can do about this. The last 4 lines are repeated on a regular interval.
So far, I have tried updating the repo (I'm now on commit d5b2e263cedb5227d79058cf8169f974eb4d9d82), and have rebuilt the Docker image. Thanks.
I have self hosted QTweet for about a month, successfully following a couple of Twitter accounts. After removing both of them and adding a different account, I can still manually fetch new tweets, but they are not automatically posted to Discord as they are made. Looking at the log, it seems that the bot is getting ratelimited by the Twitter API, but I haven't changed the environment variables relating to how tweets are fetched, so I'm not sure what I can do about this. The last 4 lines are repeated on a regular interval.
So far, I have tried updating the repo (I'm now on commit
d5b2e263cedb5227d79058cf8169f974eb4d9d82), and have rebuilt the Docker image. Thanks.