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.
Are you sure this is working properly now? I didn’t have a thread pop up for the PSV game on time, had to manually request it.
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.
I’ll take a look at the logs after the Liverpool game