TuneIn-Radio-VLC
TuneIn-Radio-VLC copied to clipboard
Username/password is not URL-encoded
When user name and password contain special characters, the logon to tunein fails. My user name being something like a+b@c Workaround: supply my url-encoded username: a%2Bb%40c Would be better if tunein.lua did this by itself, using e.g. https://github.com/openresty/lua-nginx-module#ngxescape_uri or https://gist.github.com/cgwxyz/6053d51e8d7134dd2e30
Alternatively (as to not break my local workaround), you keep the .lua code as is, but add a note to the installation guide that the user has to URL-encode his username/pwd by himself.