this post was submitted on 11 Mar 2025
15 points (80.0% liked)

Football

394 readers
44 users here now

Here for discussion of all things association football/soccer!

Rules

Other Football/Soccer Related Communities

founded 2 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] UndercoverUlrikHD@programming.dev 2 points 3 weeks ago (4 children)

Btw, @kameecoding@lemmy.world, iirc you requested a way to subscribe to all games for a team so that you don't need to call the bot every time. The bot supports subscription now.

-mod_action subscribe -football community team

It should works for all teams not named Liverpool, due to South American shenanigans.

@Astrealix@lemmy.world I think you might be interested in this too.

[–] Astrealix@lemmy.world 1 points 3 weeks ago (1 children)

All teams not named Liverpool is hilarious XD but thanks!

[–] Astrealix@lemmy.world 1 points 3 weeks ago (1 children)

I assume the same problem exists for Barcelona :p

[–] Astrealix@lemmy.world 1 points 2 weeks ago

hopefully not but maybe problems might be from Arsenal de Sarandi? lol

[–] Astrealix@lemmy.world 1 points 2 weeks ago (2 children)

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.

[–] UndercoverUlrikHD@programming.dev 2 points 2 weeks 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@lemmy.world 1 points 2 weeks ago (1 children)

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?

I'll take a look at the logs after the Liverpool game

[–] kameecoding@lemmy.world 1 points 2 weeks ago (1 children)

Shoot, I'll guess I'll need to make fuzzy team name matching stricter.

[–] kameecoding@lemmy.world 1 points 3 weeks ago

Awesome, subscribed