Open CodingKoopa opened 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.
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
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.
Unfortunately I no longer use QTweet so I can no longer speak on it myself.
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.