openvolley / ovscout2

An R Shiny app for scouting volleyball data files
https://ovscout2.openvolley.org
Other
5 stars 1 forks source link

Switch court #20

Closed mchiapello closed 1 year ago

mchiapello commented 1 year ago

Hello, new season started! I tried to scout the first match today, but the "switch court" button is not working properly.

Here the default:

image

Here after me pressing the (double arrow) "switch court" button:

image

As you can see the teams are not changing court

mchiapello commented 1 year ago

I tried to reproduce the error using the demo file, but:

> library(ovscout2)
Loading required package: datavolley
> ov_scouter_demo()
Error in ov_scouter_demo() : could not find function "ov_scouter_demo"
raymondben commented 1 year ago

Someone else noticed the switch court problem recently but we could not reproduce it to be able to troubleshoot. If you can reproduce, can you send me the .ovs file please?

mchiapello commented 1 year ago

BCV-GianFer.ovs.zip

raymondben commented 1 year ago

Have made a quick edit, I think it fixes it (v0.2.7, https://github.com/openvolley/ovscout2/commit/43f8835f68ef28a5ccb12decae9cd8b0d29f153a).

mchiapello commented 1 year ago

It works! Thanks