TheDarkLordSano / HFYBeetusBot

Full Control Mwuahahhaha
GNU General Public License v2.0
5 stars 1 forks source link

Posting on Old posts #16

Closed TheDarkLordSano closed 7 years ago

TheDarkLordSano commented 7 years ago

Apparently there are cases were the bot can get stuck on trying to post to OLD content.

Whodathunkit. We'll need some type of timeout on the "comment on old postings"

Maybe a check if it as in the past 4-6 months?

narthollis commented 7 years ago

That would seam like a reasonable approach. I would also check to see if there is an API in praw to check if a post is archived

On 7 Jun. 2017 12:53, "TheDarkLordSano" notifications@github.com wrote:

Apparently there are cases were the bot can get stuck on trying to post to OLD content.

Whodathunkit. We'll need some type of timeout on the "comment on old postings"

Maybe a check if it as in the past 4-6 months?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TheDarkLordSano/HFYBeetusBot/issues/16, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEIlGu2fRGBI0Tc6UFkXq9x0M7WlPb6ks5sBhe-gaJpZM4NyKQh .

TheDarkLordSano commented 7 years ago

It should throw an exception and get caught and then skipped(Bot V1). Right now it is hitting something and the logs kick out the "Too many actions, waiting 1 minute". This may not be an error in V2.

TheDarkLordSano commented 7 years ago

No longer seems to be an issue in Version 2.