denpadokei / HttpSiraStatus

Live game status over web sockets.
MIT License
24 stars 3 forks source link

songStart event is not sent for 3.0.0 songs #36

Open codingcatgirl opened 2 years ago

codingcatgirl commented 2 years ago

Current behavior

songStart event is not sent for 3.0.0 songs

Expected behavior

the event should be sent, just like with 2.0.0 songs

Reproduction steps

  1. connect to the websocket server
  2. start a song from OST V
  3. there is no songStart event

Environment

Newest Beat Saber version, Plugin version v8.0.2

denpadokei commented 2 years ago

I tried investigating, but nothing happened. Could you please upload the log?

codingcatgirl commented 2 years ago

Sorry, what log? Also what do you mean nothing happened? I mean, that's the issue i'm reporting :) Nothing happened but something should happen. Start a v2 song and the songStart event is sent. Start a v3 song and it's missing.

denpadokei commented 2 years ago

(InstallDir)\Logs\_latest.logs

It was confirmed that the songStart event is sent even with the V3 map.

I use this site for verification. https://rynan4818.github.io/http_status_check.html

codingcatgirl commented 2 years ago

Huh, weird. Then i guess i have to check if another mod might be causing this. I'll take a look!