this post was submitted on 11 Mar 2025
14 points (79.2% liked)

Football

181 readers
101 users here now

Here for discussion of all things association football/soccer!

Rules

Other Football/Soccer Related Communities

founded 1 month ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 13 hours ago (1 children)

The most likely issue was that the bot only checks for new subscribed games every 6 hours to avoid spamming espn.

When you subscribed the subscription handler was sleeping, so it didn't check for new games. You then manually added the arsenal game which went from request queue directly into the live threads queue. When the subscription handler woke up, it looked for arsenal games and found the next game, it then checked the request queue, and since it couldn't find the game, added it to the queue.

The duplicate posting is a bug. I know what the fault is, so it should be quick to fix.

[โ€“] Astrealix 1 points 1 hour ago

Ah, so as long as I don't request anything and as long and now that it's gonna be checking well ahead then it will be fine?