atomheartother / QTweet

A qt Discord bot who cross-posts from Twitter to Discord
GNU Affero General Public License v3.0
97 stars 70 forks source link

New tweets not automatically posted #73

Open CodingKoopa opened 4 years ago

CodingKoopa commented 4 years ago

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.

CodingKoopa commented 4 years ago

It's ironed itself out a little bit. It posts Tweets sometimes, and has some interspersed ✅ Stream successfully started messages. There still are a lot of those Twitter errors though.

Albrod commented 3 years ago

Having this same issue after a couple of minutes i start the container, if there are no post on twiter for more than 15 min then it stop working, even if i make a new one. Been waiting for 2 hours and never get posted

charlotonne commented 3 years ago

On my end, this type of issue ended up being related to the way Twitter timeout is handled. Do you have any screenshots or examples from the console of the output you're seeing?

It's an issue I've noted and intend to tackle after removing Docker dependency.

CodingKoopa commented 3 years ago

Unfortunately I no longer use QTweet so I can no longer speak on it myself.