[ BUG ] Stats event doesn't fire
See original GitHub issue
Describe the bug/issue.
[18:41:56 DBG] {"playingPlayers":0,"op":"stats","memory":{"reservable":8573157376,"used":32857352,"free":271229688,"allocated":304087040},"players":0,"cpu":{"cores":16,"systemLoad":0,"lavalinkLoad":0.0684084030621328},"uptime":11861}
The stats event is definitely sent by lavalink but the onstatsevent is never fired by victoria. So smth is breaking there.
private Task OnStatsReceived(StatsEventArgs e)
{
_log.LogTrace("Received Stats from LavaLink");
_audioStatsService.SetStats(e);
return Task.CompletedTask;
}
This event is never triggered.
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
It appears the 'Telesto bug' isn't a bug at all and it seems to ...
It appears the 'Telesto bug' isn't a bug at all and it seems to be shooting out star constellations. Possible link to a...
Read more >[BUG] event error?? I guess?
The festival bug is caused by NPCs that use TMXL for festival locations. Try removing all TMXL NPC festival locations folders. Click to...
Read more >Pulsating Stars Event Bug? - Paradox Interactive Forums
My guess is that some outcomes are not properly coded into the event chain, and thus fail to fire when the completion requisites...
Read more >Fire Javascript event if <object> fails to load
I would like to fire an even if an <object> fails to load. I know I can do this: <object>Some Error Happened</object>. But...
Read more >Bug discovery mission consequences :: Between the Stars ...
It seems that I have broken the game that way and can't progress the main story line. As I returned to the marker,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just wanted to let you know that whatever you did seems to have fixed the issue with the missing stats 😄
Alrighty. Good luck with your exams!