Hi Buddy,
Good question,
Back connect proxies for me have always had a high fail rate they tend to be very slow, i have used the same services as you listed.
You have taken great steps to try and get over the problem I also increase the timeout limit.
I know it does not really answer your question but for me, i only use back connect for non-browser based bots as they work well.
Then for bots that require heavy lifting, i used dedicated.
Will keep an eye on the thread to get other peoples views :)
@spiral420 said in Proxy error:
It happens with every single proxy which I know works on all my projects. I don't know what to do
I don't know if this question is still relevant, but I will leave the answer for those who find this topic through google or a forum search.
I had this error too.
I was trying to figure out what the problem was and I saw in the proxy connection settings that BAS has the ability to detect the proxy time zone, geo, etc. It's not obvious, but it uses the TimeZone module.
The problem was that I disabled the TimeZone module. Most likely, you too :)
@peellpeell
if you know what time is it, why dont set a timer?
run 2 threads, one for waiting 14 minutes (or whatever), second doing your job.
tell first one to set variable to false or true when 14minutes passed, and when that variable is false/true dont load any page in other thread
(PS u might want to use global variables)
@umut-tekin
Сделайте GET запрос с адресом http://api.proxies.lol/?apiKey=123456 и вы должны получить ваши прокси.
http://api.proxies.lol/?apiKey=123456
123456 - apikey
For those who needs this later, you can set up http proxy and send a simple get request to https://api.ipify.org , it will give you the ip adress in plain text, no need to parse the json.
One of many simple and easy ways to do it.