Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequence not played when artist is clicked instead of sequence display name in jukebox mode #143

Open
PiotrMachowski opened this issue Dec 19, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@PiotrMachowski
Copy link

Your Show Name:
Yolimpic

Describe the bug:
When user clicks on artist instead of sequence display name confirmation is displayed, but the sequence is not added to the queue.

Payload sent to https://remotefalcon.com/remotefalcon/api/viewer/addPlaylistToQueue when user clicks artist name:

{
   "viewerLatitude":0,
   "viewerLongitude":0,
   "timezone":"Europe/Warsaw",
   "date":1703017030310,
   "sequence":""
}

Payload sent to https://remotefalcon.com/remotefalcon/api/viewer/addPlaylistToQueue when user clicks sequence name:

{
   "viewerLatitude":0,
   "viewerLongitude":0,
   "timezone":"Europe/Warsaw",
   "date":1703017047773,
   "sequence":"Animations_combined"
}

To Reproduce:
Steps to reproduce the behavior:

  1. Add the artist name to the sequence
  2. Go to viewer page
  3. Click on the artist name instead of sequence display name
  4. Confirmation is displayed, but sequence is not added to the queue
  5. Click on the display name
  6. Confirmation is displayed and sequence is added to the queue

Expected behavior:
Sequences are added to the queue even if user clicks on the artist name instead of sequence name.

Desktop:

  • OS: Windows 10
  • Browser: Google Chrome

Smartphone:

  • Device: Samsung Galaxy S22 Ultra
  • Browser: Google Chrome

Workaround:

Add following CSS to the viewer page:

    .jukebox-list-artist {
        pointer-events: none;
    }
@PiotrMachowski PiotrMachowski added the bug Something isn't working label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant