I already have the open-source Music-Bingo project (https://github.com/asrashley/music-bingo) running on my AWS instance with Python, but a few core features are still broken and I need them working seamlessly. What I see right now • When a player clicks “Confirm Winner” absolutely nothing happens—no message, no state change. • Online music playback is silent; the UI advances but no audio is streamed. • The 30-second pause that should let players review the current track before we advance to the next one never triggers. Your job is to dive into the existing code on the server, trace the root of these three issues, and push fixes that restore the original workflow: Deliverables 1. “Confirm Winner” button reliably validates and announces a winner within the game UI. 2. Music streams to all connected clients without interruption, using the project’s current Python/JavaScript stack. 3. A configurable 30-second delay between tracks that actually pauses playback while players mark their cards. Acceptance criteria • All three behaviours demonstrated live on my AWS instance. • No console or server errors in the browser dev tools or server logs. • Clean, commented commits or a pull request that I can merge straight into the GitHub repo. You’ll get SSH access to the EC2 box and repo privileges as soon as we start. Let me know your estimated turnaround and any dependencies you need clarified.