3urobeat / steam-comment-service-bot

📡 The most advanced Steam Account Manager Bot with mass coordinated comments/likes/favs/follows and plugin support
https://steamcommunity.com/id/3urobeatscommentbot
GNU General Public License v3.0
274 stars 40 forks source link

User isn't getting removed from activecommentprocess correctly #83

Closed stephanschorer closed 3 years ago

stephanschorer commented 3 years ago

Something is wrong with the lastcomment.db If you request a comment and clear afterwards the cooldown the bot will still say that you are currently receiving the requested comments: image

I have tested it also with a fresh installation

Cheers

3urobeat commented 3 years ago

Hm good to know, thanks for reporting this issue!
Just by looking at your screenshot this is probably not an issue with the lastcomment.db but rather with the activecommentprocess array but I don't think anyone even knows that exists. Your cooldown is getting cleared, thats why you don't get the normal cooldown message, but you aren't getting removed from the activecommentprocess array. I'm assuming right now this only happens when requesting one comment as otherwise it seems to work fine. I'll look into this and report back.

and thanks for testing this with a fresh installation too :D

3urobeat commented 3 years ago

Fixed in 9aaea39 (Version 2.10.2).