benank / everyone.dance

A realtime score sharing system for Stepmania. ⚠️ NOTE: This service is deprecated and no longer works, but you can still self host it.
https://everyone.dance
GNU General Public License v3.0
15 stars 1 forks source link

everyone.dance.txt file step data returns all zeros while playing a song #29

Closed MrTwinkles47 closed 3 years ago

MrTwinkles47 commented 3 years ago

Issue everyone.dance player card does not update with step data while playing a song. Song info while in the song selection screen updates just fine.

Setup

Partial Log Dump ///////////////////////////////////////// 00:37.902: WARNING: Error playing command:...hemes/Simply-Love-OutFox/BGAnimations/everyone.dance.lua:177: attempt to index a nil value (local 'song') 00:37.902: WARNING: /Appearance/Themes/Simply-Love-OutFox/BGAnimations/everyone.dance.lua:177: RefreshActiveSongData(data = ,(for generator) = (null),(for state) = (null),(for control) = 1,_ = 1,pn = PlayerNumber_P1,player_data = (null),song = (null),step_data = (null),(*temporary) = (null),(*temporary) = (null),(*temporary) = (null),(*temporary) = 0,(*temporary) = (null),(*temporary) = 35,(*temporary) = 35,(*temporary) = 35,(*temporary) = 35,(*temporary) = 2,(*temporary) = Valex's Magical 4-Arrow Adventure 2,(*temporary) = 35,(*temporary) = 35,(*temporary) = 2,(*temporary) = 35,(*temporary) = 50,(*temporary) = 0,(*temporary) = 0,(*temporary) = (null),(*temporary) = (null),(*temporary) = steps_info,(*temporary) = (null),(*temporary) = (null),(*temporary) = (null),(*temporary) = (null),(*temporary) = W4,(*temporary) = (null),(*temporary) = (null),(*temporary) = (null),(*temporary) = steps_info,(*temporary) = :,(*temporary) = W4,(*temporary) = :,(*temporary) = 0,(*temporary) = 00:37.902: WARNING: ,(*temporary) = (local 'song'),(*temporary) = attempt to index a nil value (local 'song')) 00:37.902: WARNING: /Appearance/Themes/Simply-Love-OutFox/BGAnimations/everyone.dance.lua:283: unknown(s = (null)) /////////////////////////////////////////

benank commented 3 years ago

Thanks for the detailed report! Will look at this soon and try to reproduce it and see if I can fix it.

MrTwinkles47 commented 3 years ago

Is there any other info I could grab that would be useful to you? Is there a way to turn on a debug or verbose logging mode?

benank commented 3 years ago

I'll let you know! There is a way, but it currently doesn't log much! I'll let you know if I'm unable to reproduce and if I need more information.

benank commented 3 years ago

Fixed!

MrTwinkles47 commented 3 years ago

Thanks!