I've bought proxies from smart proxy and I've tested those proxies. They're working fine when I test them with curl command in powershell.
But when I add those proxies in BAS it doesn't work.
I have my proxies avaialble in 4 formats:
Format 1 (Username and Password)
isp.smartproxy.com:10001:user:password
isp.smartproxy.com:10002:user:password
isp.smartproxy.com:10003:user:password
Format 2 (HTTP)
http://user:password@isp.smartproxy.com:10001
http://user:password@isp.smartproxy.com:10002
http://user:password@isp.smartproxy.com:10003
Format 3 (HTTPS)
https://user:password@isp.smartproxy.com:10001
https://user:password@isp.smartproxy.com:10002
https://user:password@isp.smartproxy.com:10003
Format 4 (Sock5)
socks5h://user:password@isp.smartproxy.com:10001
socks5h://user:password@isp.smartproxy.com:10002
socks5h://user:password@isp.smartproxy.com:10003
I am using Sock5 proxies

Here I have setup the proxies from list of proxies (Sock5), the current proxies during execution is socks5h://user:password@isp.smartproxy.com:10001

After executing the proxy block I get

I've also checked the logs, I am getting Thread #1 : Failed to get proxy ip in logs.
Can anyone tell me how to use smart proxies in BAS?