ThatGuyJacobee / Elite-Music

Elite Music is an open-source, feature-packed Discord music bot running on discord.js and discord-player. The bot is complete with large selection of commands, effects, optional features, autoplay, customisability and much more! 🚀💪
https://elite-bot.com/docs/getting-started-music
Apache License 2.0
34 stars 1 forks source link

CMD error with Plex when searching for query with special characters #53

Closed ThatGuyJacobee closed 1 month ago

ThatGuyJacobee commented 3 months ago

To resolve, parse the input string to remove certain characters, in particular & which doesn't bode well with web GET/POST requests when appending to the URL for obvious standards reasons.

ThatGuyJacobee commented 1 month ago

Resolved with build v1.5 (https://github.com/ThatGuyJacobee/Elite-Music/commit/c14f8e24edf477db10f3090561afcbb52d0f7051).