Specific track seems unplayable

ruffinruffin Member
edited August 2023 in Bugs

Not sure if it's illegal characters or what. New error (as in "I've never seen this one") though -- but only in the console. Nothing happens in the UI other than it doesn't play.

Uncaught Error: Syntax error, unrecognized expression: div[data-title="Heaven (Nicola Conte "West Coast Vibes" Remix)"]
    at Sizzle.error (jquery.js:1681:8)
    at Sizzle.tokenize (jquery.js:2381:11)
    at Sizzle.select (jquery.js:2842:20)
    at Function.Sizzle [as find] (jquery.js:898:9)
    at jQuery.fn.init.find (jquery.js:3099:11)
    at new jQuery.fn.init (jquery.js:3209:32)
    at jQuery (jquery.js:161:10)
    at $.jPlayer.play (app.js:2122:10)
    at HTMLDivElement.<anonymous> (app.js:59:27)
    at Function.each (jquery.js:385:19)

Comments

  • Does seem character related. Another paren/quotes name does the same thing and doesn't play.

    jquery.js:1681  Uncaught Error: Syntax error, unrecognized expression: div[data-title="Don't Forget to Breathe (Solid Doctor "Don't Forget the Beat" Remix)"]
        at Sizzle.error (jquery.js:1681:8)
        at Sizzle.tokenize (jquery.js:2381:11)
        at Sizzle.select (jquery.js:2842:20)
        at Function.Sizzle [as find] (jquery.js:898:9)
        at jQuery.fn.init.find (jquery.js:3099:11)
        at new jQuery.fn.init (jquery.js:3209:32)
        at jQuery (jquery.js:161:10)
        at $.jPlayer.play (app.js:2122:10)
        at HTMLDivElement.<anonymous> (app.js:59:27)
        at Function.each (jquery.js:385:19)
    
  • gravelldgravelld Administrator

    Yes, thanks, this is a bug we wanted to fix in the last milestone but it didn't quite make it, pending some code review changes.

    Hopefully it will be in next week's release. Sorry about that...

  • Cool; thanks!

  • gravelldgravelld Administrator

    This should be fixed now. Note: you might have to force a refresh of the Javascript as it's cached.

Sign In or Register to comment.