kiranshila / Doplarr

An *arr request bot for Discord
MIT License
410 stars 30 forks source link

Strip surplus forward slash from env URL's #39

Closed bradcornford closed 2 years ago

bradcornford commented 2 years ago

Environment URL's with surplus forward slashes causes search to always return empty results. With the message Search result returned no hits

Example URL: http://192.168.1.2:8989/

kiranshila commented 2 years ago

Oh good find! Yeah we certainly need to sanitize the URLs

kiranshila commented 2 years ago

An error is now thrown on invalid URLs in the latest release