question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[ 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:closed
  • Created 3 years ago
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
Daniele122898commented, Aug 26, 2020

Just wanted to let you know that whatever you did seems to have fixed the issue with the missing stats 😄

0reactions
Yuckedcommented, Jul 14, 2020

Alrighty. Good luck with your exams!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found