Closed ghost closed 3 years ago
same here
Same!
I get this:
Wasnt able to get url Connection Error!
Same error.
Wasnt able to get url Connection Error!
Any1 have a discoord and help me get to where you guys are. i have no experience with coding and would love some helpo tyu. my discoord is TheeRoman#7651
Also do i need to download all those requirements???
File "threads_viewer.py", line 85 print(f"Sent HEAD request with {current_proxy['http']} | {response.status_code} | {response.request} | {response}") ^ SyntaxError: invalid syntax
Use Python 3.7 or higer
same here
you must be streaming
Same here, anyone have the solution?
rttt
Ok, first off I've been messing with this code a lot. Just for fun. I dont stream on twitch but had a dummy account to test on. it worked. Granted its VERY unstable and viewers jump anywhere from 10-100 viewers at random because its poorly written.
Ok. Now. To those having the issue of the said error before. Learn to read the code. Find where to update channel URL's. So ill do the hard work for you.
I quote RIGHT FROM THE CODE:
`if name == "main":
if len(sys.argv) == 1:
channel_url = "https://www.twitch.tv/" + sys.argv[1]
else:
channel_url = "https://www.twitch.tv/your_channel_name"
start_time = time.time()
proxies = get_proxies()
`
Where you see "channel_url="https://www.twitch.tv/your_channel_name"
Change your_channel_name to YOUR CHANNEL NAME
Save the code.
Run the code as follows. (Make sure you have a good proxy list and know how to map that within the code please)
Change directories to the directory where you have the code stored.
Example:
cd /home/user/viewbot
Then run the code below 'python threads_viewer.py YOURCHANNELNAME1000'
This will fix your issue.
let me point this out too.
Twitch just went through a MAJOR overhaul of their site and dev back end to combat view bots.
MAJOR UPGRADE
This code. Is now a hit and miss code.
I got it to work about 5% of the time since the upgrade. Granted. I have not tried in a few weeks. But give it a go.
NO I will not help you any further. I just did all the hard work for you.
Ok, first off I've been messing with this code a lot. Just for fun. I dont stream on twitch but had a dummy account to test on. it worked. Granted its VERY unstable and viewers jump anywhere from 10-100 viewers at random because its poorly written.
Ok. Now. To those having the issue of the said error before. Learn to read the code. Find where to update channel URL's. So ill do the hard work for you.
I quote RIGHT FROM THE CODE:
`if name == "main":
if len(sys.argv) == 1: channel_url = "https://www.twitch.tv/" + sys.argv[1] else: channel_url = "https://www.twitch.tv/your_channel_name" start_time = time.time() proxies = get_proxies()
`
Where you see "channel_url="https://www.twitch.tv/your_channel_name"
Change your_channel_name to YOUR CHANNEL NAME
Save the code.
Run the code as follows. (Make sure you have a good proxy list and know how to map that within the code please)
Change directories to the directory where you have the code stored.
Example:
cd /home/user/viewbot
Then run the code below 'python threads_viewer.py YOURCHANNELNAME1000'
This will fix your issue.
let me point this out too.
Twitch just went through a MAJOR overhaul of their site and dev back end to combat view bots.
MAJOR UPGRADE
This code. Is now a hit and miss code.
I got it to work about 5% of the time since the upgrade. Granted. I have not tried in a few weeks. But give it a go.
NO I will not help you any further. I just did all the hard work for you.
its working ?
Ok, first off I've been messing with this code a lot. Just for fun. I dont stream on twitch but had a dummy account to test on. it worked. Granted its VERY unstable and viewers jump anywhere from 10-100 viewers at random because its poorly written. Ok. Now. To those having the issue of the said error before. Learn to read the code. Find where to update channel URL's. So ill do the hard work for you. I quote RIGHT FROM THE CODE: `if name == "main":
if len(sys.argv) == 1: channel_url = "https://www.twitch.tv/" + sys.argv[1] else: channel_url = "https://www.twitch.tv/your_channel_name" start_time = time.time() proxies = get_proxies()
` Where you see "channel_url="https://www.twitch.tv/your_channel_name" Change your_channel_name to YOUR CHANNEL NAME Save the code. Run the code as follows. (Make sure you have a good proxy list and know how to map that within the code please) Change directories to the directory where you have the code stored. Example: cd /home/user/viewbot Then run the code below 'python threads_viewer.py YOURCHANNELNAME1000' This will fix your issue. let me point this out too. Twitch just went through a MAJOR overhaul of their site and dev back end to combat view bots. MAJOR UPGRADE This code. Is now a hit and miss code. I got it to work about 5% of the time since the upgrade. Granted. I have not tried in a few weeks. But give it a go. NO I will not help you any further. I just did all the hard work for you.
its working ?
This code is neither poorly written nor it's unstable. The viewers are jumping around because you arent fully simulating a user, livestream (now streamlink) is just using the hidden twitch api for streaming the stream. Its not executing any javascript or related stuff. You actually have way more to do than just pipe the stream. Twitch has methods to recognize viewbots, for example not executing .js requests, using a well known "User-Agent" and way more stuff.
still doesn't working for me, same error even if I change "mychannelname"
Change client-id to 'jzkbprff40iqj646a697cyrvl0zt2m6' in session options in threads_viewer.py
.
session.set_option("http-headers", {'User-Agent': ua.random, "Client-ID": "jzkbprff40iqj646a697cyrvl0zt2m6"})
I changed the client-id and I still get the following error:
Wasnt able to get url
Connection Error! Connection Error! Connection Error! Connection Error! Wasnt able to get url
Connection Error! Wasnt able to get url Wasnt able to get url Connection Error! Connection Error! Wasnt able to get url Wasnt able to get url Wasnt able to get url Wasnt able to get url Wasnt able to get url Wasnt able to get url Wasnt able to get url Wasnt able to get url Wasnt able to get url Connection Error! Connection Error! Connection Error! Wasnt able to get url Wasnt able to get url Connection Error! Wasnt able to get url Connection Error! Connection Error! Connection Error! Wasnt able to get url Wasnt able to get url Connection Error! Wasnt able to get url Wasnt able to get url Wasnt able to get url Wasnt able to get url Wasnt able to get url
I am live on twitch, and using python - Python 3.7.3
Any ideas?
do you have livestreamer installed? do pip install livestreamer
through cli.
edit: plus the requirements in requirements.txt with pip install -r requirements.txt
as stated in readme
and working proxies... you can find lists of http proxies here on github
still haven't gotten it to work, still spits out that it can't get the URL, tried manually installing every pip
Okay it's messy, but I got it working to some extent, think I just need fresh new proxies, anyone got a list?
Okay it's messy, but I got it working to some extent, think I just need fresh new proxies, anyone got a list?
what did you change? i have a massive proxy list.
First I changed the code to https://www.twitch.tv/your_channel_name
my twitch.
Then I reinstalled every pip manually.
After that, I changed the session key to jzkbprff40iqj646a697cyrvl0zt2m6
in the main py file.
For ease of access I also made a .bat script that looked like this:
python threads_viewer.py yourchannelnamehere 10000
so I don't have to cd into the folder everytime to launch it. Hope it helped, now I actually get a few connections but there is still a lot of them that fail, I think that's due to the proxy list. So If someone could provide me a proxy list I would be very happy <3
First I changed the code to
https://www.twitch.tv/your_channel_name
my twitch.Then I reinstalled every pip manually.
After that, I changed the session key to
jzkbprff40iqj646a697cyrvl0zt2m6
in the main py file.For ease of access I also made a .bat script that looked like this:
python threads_viewer.py yourchannelnamehere 10000
so I don't have to cd into the folder everytime to launch it. Hope it helped, now I actually get a few connections but there is still a lot of them that fail, I think that's due to the proxy list. So If someone could provide me a proxy list I would be very happy <3
let me give this a quick run with my proxy list and ill reply. Trying it in a moment okay?
First I changed the code to
https://www.twitch.tv/your_channel_name
my twitch. Then I reinstalled every pip manually. After that, I changed the session key tojzkbprff40iqj646a697cyrvl0zt2m6
in the main py file. For ease of access I also made a .bat script that looked like this:python threads_viewer.py yourchannelnamehere 10000
so I don't have to cd into the folder everytime to launch it. Hope it helped, now I actually get a few connections but there is still a lot of them that fail, I think that's due to the proxy list. So If someone could provide me a proxy list I would be very happy <3let me give this a quick run with my proxy list and ill reply. Trying it in a moment okay?
Sure thing, sounds good
@Rismose When im running the script, i still get the same error everyone else does with everything you mentioned. With a fresh proxy list as well. When you said you had it running, was it actually posting views?
@Rismose When I'm running the script, I still get the same error everyone else does with everything you mentioned. With a fresh proxy list as well. When you said you had it running, was it actually posting views?
Yes indeed, and the only error I get is the "Connection Error" Which I believe is the proxy because some of them are going through. The "Wasn't able to get URL" is no longer present
Did you do the adjustments I told u to? All of them
@kalodis Could you give me a list of proxies so I can try?
@Rismose
1.10.188.5:8080 1.20.156.230:8080 1.10.186.35:37235 1.20.101.24:51681 05.172.3.235:8080 1.20.217.221:8080 1.0.182.108:8080 101.109.21.246:8080 114.99.5.166:3000 114.103.138.11:8888 114.99.5.206:3000 114.103.138.11:1080 114.103.169.72:3000 114.6.227.28:8080 114.130.78.185:80 114.103.20.151:4216 129.205.106.42:8080 128.199.182.99:8080 128.199.202.122:3128 138.68.240.218:8080 13.92.119.142:80 128.14.163.92:3128 128.199.87.50:8000 128.14.163.94:3128 183.88.48.185:8080 183.89.188.26:8080 183.89.152.100:8080 183.166.162.98:3000 183.164.227.221:1080 183.89.9.28:8080 184.82.238.173:80 183.88.228.208:8080 37.152.182.65:3128 36.90.167.89:8080 36.91.144.123:8080 36.92.88.51:8080 36.91.110.195:8080 36.91.186.3:8080 36.94.103.241:8080 36.92.5.194:8089 102.68.134.130:6666 101.109.148.16:8080 103.101.17.172:8080 102.68.135.21:8080 1.2.169.101:47477 101.109.106.69:8080 1.10.183.57:8080 101.255.127.186:8080 116.58.239.107:8080 115.219.130.138:3000 115.209.123.163:3000 115.127.26.5:39611 114.109.162.94:8080 115.127.26.1:39611 114.99.7.145:3000 114.29.238.1:8080 13.233.96.250:80 128.199.202.122:8080 13.66.249.59:3128 14.207.149.140:8080 132.145.195.93:3128 131.72.230.151:45820 128.199.87.50:81 128.199.204.219:8080 185.23.131.112:8080 185.15.108.37:8080 183.89.72.76:8080 183.88.219.206:41564 183.88.98.200:8080 185.23.131.232:8080 185.21.67.212:8080 183.89.149.63:8080 41.223.47.187:8080 45.4.0.12:999 36.92.93.61:8080 37.17.38.196:53281 36.92.114.210:8081 36.91.194.25:8080 37.187.114.131:80 36.94.142.165:8080 103.103.2.6:8080 101.255.103.201:53281 103.110.90.250:8080 103.111.29.250:8080 1.70.65.153:9999 102.141.197.17:8080 1.186.242.12:39098 102.140.175.21:8080 117.54.239.18:8080 115.243.35.98:8080 117.197.119.243:8080 115.178.63.92:3128 115.221.245.57:9999 118.174.196.130:8080 115.74.213.139:8080 114.99.200.34:3000 136.232.209.70:47423 137.59.120.58:8080 136.228.165.138:8080 152.0.226.124:999 132.255.92.35:53281 138.68.240.218:3128 131.108.84.14:8080 131.196.141.150:33729 185.75.194.39:80 185.156.35.156:57367 184.82.238.173:8888 183.89.11.109:8080 183.89.150.28:8080 185.234.72.143:3128 185.94.29.31:3838 185.131.62.250:53281 45.9.229.7:8080 45.7.177.243:34234 36.94.35.217:55418 41.223.143.78:3128 37.255.248.77:8080 36.92.70.209:8080 41.204.94.233:8080 37.228.65.107:32052 103.104.214.222:8080 103.102.14.231:8080 103.112.212.133:83 103.111.55.58:14979 103.104.213.255:8080 103.102.14.124:3127 1.20.99.122:8080 103.100.83.238:53284 117.58.245.114:40137 116.202.213.211:3128 117.198.97.220:80 116.197.130.66:80 115.226.16.59:3000 119.147.210.236:3128 118.173.232.5:34413 115.209.108.149:3000 138.197.157.32:8080 138.121.32.133:23492 138.197.157.32:3128 154.72.197.106:42113 136.25.2.43:56726 14.162.145.116:53475 132.145.18.53:80 131.221.64.152:23500 186.155.251.85:999 185.159.87.102:6660 184.82.26.219:8080 183.89.41.81:8080 183.89.24.72:8080 185.94.29.32:3838 186.0.137.246:3128 185.139.92.50:8080 46.4.177.205:3128 46.10.199.90:54567 37.57.15.43:33761 41.63.170.142:8080 41.217.219.53:31398 36.92.93.43:8080 41.32.229.249:80 41.170.12.92:37444 103.110.7.82:8080 103.104.183.131:8080 103.123.231.202:3128 103.111.55.58:26982 103.111.55.58:31915 103.105.125.225:84 101.132.153.147:80 103.105.70.148:8089 117.94.181.12:3000 116.58.247.30:8080 117.254.63.81:8080 117.94.141.38:9999 116.0.2.162:52076 119.28.65.21:80 118.99.103.66:8080 115.219.130.91:3000 138.201.5.34:8080 139.196.217.236:8080 138.59.150.198:8080 158.46.127.222:52574 137.59.155.14:80 140.238.84.65:3128 135.181.36.161:8888 138.68.161.14:8080 186.232.119.58:3128 185.23.131.146:8080 185.103.246.19:8080 185.138.114.75:8080 185.36.74.209:5836 186.219.96.225:48929 186.118.169.85:8080 185.23.128.180:3128 47.157.81.227:80 46.29.9.46:38430 41.207.251.198:8080 41.65.201.162:8080 41.65.201.176:8080 41.193.22.146:53394 43.246.243.25:83 41.65.174.86:8080 103.123.64.19:8888 103.111.53.102:63238 103.132.88.98:8888 103.119.146.37:80 103.112.163.174:8080 103.12.161.194:59777 101.200.233.169:8080 103.116.203.244:43520 118.174.234.21:43195 118.99.73.32:8080 118.172.227.89:50781 118.174.232.209:8080 118.97.96.74:8080 119.82.252.122:36182 119.15.91.137:50712 115.85.73.179:3128 138.97.200.84:8080 139.5.29.97:39241 139.162.78.109:8080 159.203.61.169:3128 138.68.161.14:3128 144.76.179.71:8080 137.74.64.246:1081 138.68.41.90:8080 187.188.143.100:999 185.238.239.81:8090 185.137.109.39:8080 185.23.131.51:8080 185.36.74.211:5836 186.250.56.135:8080 186.195.82.9:8181 186.47.82.138:8080 49.156.42.188:8080 47.105.149.144:3128 41.75.85.22:8080 43.227.129.65:83 45.236.172.146:999 41.79.66.106:43895 45.112.124.175:8080 43.250.248.254:3838 103.126.218.138:8080 103.111.55.58:16114 103.14.198.234:82 103.126.149.42:8080 103.136.25.42:8080 103.122.33.68:8080 101.255.122.73:8080 103.141.158.35:8080 118.97.29.115:8080 119.161.97.158:83 118.96.89.240:3128 119.18.152.30:8080 119.15.89.106:8080 123.136.8.122:3128 119.18.197.98:3128 116.17.102.123:3128 139.162.78.109:3128 139.59.107.145:8000 14.102.152.157:8080 160.202.40.20:55655 138.68.41.90:3128 146.196.110.60:3888 138.36.150.4:8080 139.255.74.125:8080 187.86.137.141:35862 185.37.213.76:30695 185.200.37.106:8080 186.148.184.131:999 185.67.95.179:3128 189.36.195.138:3128 186.47.83.126:8080 188.226.141.61:8080 50.206.25.104:80 5.133.29.38:8080 41.79.35.1:8080 45.230.169.225:999 45.248.139.140:8080 45.173.228.2:999 45.178.133.37:999 45.114.37.1:8080 103.146.146.66:8080 103.111.55.58:36623 103.143.46.27:80 103.129.237.17:2016 103.140.79.1:8080 103.123.246.54:8080 101.255.125.124:8080 103.142.57.27:53281 119.82.249.4:60959 119.254.119.53:3128 119.23.30.118:808 121.123.61.231:8080 119.23.11.64:3128 123.139.56.171:9999 119.42.126.7:8080 118.174.220.14:43473 139.255.251.242:3128 14.98.113.169:41132 142.44.148.56:8080 161.97.65.52:3128 139.196.217.32:8080 146.88.23.204:53281 138.68.60.8:3128 14.207.62.12:3128 188.226.141.61:3128 186.148.165.157:8080 185.21.66.212:8080 186.219.96.12:48929 186.251.225.228:3128 190.128.26.98:36168 187.190.226.53:999 190.109.167.9:57608 51.75.147.43:3128 5.153.234.91:3128 45.32.184.123:3128 45.250.226.14:3128 46.254.247.8:3130 45.182.23.34:999 45.7.238.58:8080 45.123.41.66:37740 103.217.156.50:8080 103.119.146.34:8181 103.144.213.63:8080 103.137.126.98:8080 103.216.82.213:6666 103.139.103.29:3131 102.129.249.120:3128 103.142.57.28:53281 122.2.28.114:8080 12.239.213.223:8080 120.26.208.102:88 123.108.200.137:82 119.28.60.164:80 123.163.117.102:9999 125.160.153.222:8080 118.174.232.181:8080 14.63.227.88:80 149.255.154.62:8080 150.129.58.190:31111 162.243.108.129:8080 139.224.37.83:3128 150.101.184.39:8080 139.196.211.197:8080 140.148.242.48:3128 189.195.0.41:8080 186.229.25.196:8080 185.32.120.177:60724 187.191.4.88:8080 187.170.240.143:8080 190.2.213.91:999 188.166.254.66:8118 190.120.250.54:999 51.89.94.21:3128 5.189.133.231:80 46.198.141.82:31870 45.4.85.152:999 47.110.163.118:80 45.33.99.194:8888 5.135.157.221:3128 45.226.29.130:999 103.241.227.100:6666 103.121.149.46:3128 103.215.177.153:8888 103.200.39.102:80 103.221.254.102:48146 103.152.101.230:8080 102.129.249.120:8080 103.205.14.129:8080 122.51.45.213:8888 121.230.132.56:9999 121.230.247.228:9999 123.163.116.254:9999 119.93.145.246:8080 125.62.193.89:83 118.174.234.11:33208 141.0.180.242:8080 150.109.32.166:80 152.67.24.187:80 165.22.81.30:32974 14.192.31.4:50838 153.142.70.170:8080 149.28.157.52:8080 148.0.171.31:999 193.124.66.18:3128 187.125.23.26:8080 185.44.231.68:60550 187.73.20.27:8080 188.168.56.82:55443 190.216.129.10:999 189.193.198.79:8080 190.214.52.226:53281 52.149.152.236:80 50.74.173.82:8080 47.106.239.215:39746 45.47.244.19:80 5.141.86.107:55528 46.238.48.82:8080 50.206.25.106:80 103.248.93.5:8080 103.146.184.228:8181 103.233.152.140:8080 103.21.161.105:6666 103.239.254.70:61967 103.19.59.106:8080 102.177.105.34:3128 103.231.203.147:8080 125.160.124.61:8080 121.52.149.218:8080 122.176.65.143:31021 124.122.53.195:8080 122.50.5.148:10000 46.150.76.25:37354 125.62.210.1:83 118.174.46.144:45330 146.196.109.209:3888 157.230.183.39:3128 154.117.159.228:8080 169.239.182.151:3128 14.98.112.126:41132 154.127.38.129:60020 149.54.10.226:8080 157.230.103.189:34242 194.61.1.100:8080 187.188.194.212:3129 185.65.80.39:80 187.92.132.14:8080 188.190.245.135:55443 190.60.104.218:3128 189.203.8.162:3128 191.235.72.144:8000 61.163.32.88:3128 51.158.22.177:3838 47.88.7.18:8088 46.151.145.4:53281 51.75.147.33:3128 46.250.171.31:8080 50.206.25.110:80 103.26.54.94:8080 103.17.102.3:8080 103.240.161.101:6666 103.232.244.42:57974 103.240.206.152:55740 103.203.65.2:45692 103.111.55.58:2659 103.243.82.198:37358 124.81.238.28:80 122.254.82.53:8080 124.158.167.242:8080 124.41.240.203:55948 46.45.19.138:53281 118.97.96.75:8080 151.233.53.142:8080 160.119.125.25:8080 157.230.255.230:8118 175.100.103.170:55443 144.91.83.174:3128 154.73.80.212:8080 150.129.171.158:8080 162.243.108.129:3128 195.230.115.115:8080 188.166.189.185:8080 186.159.3.193:56861 190.216.125.217:999 190.103.28.197:999 194.28.68.115:8081 190.120.250.52:999 193.187.119.10:3128 62.210.113.82:3838 51.255.17.160:3128 47.98.112.7:80 46.243.35.86:8080 60.170.152.46:38888 103.53.0.35:8080 103.196.235.126:8080 103.47.67.114:8080 103.43.203.225:53281 103.255.242.38:8080 103.204.119.186:8080 103.111.55.58:36314 103.250.153.242:31382 51.15.153.117:3838 122.51.49.88:8888 125.62.198.97:83 125.26.159.90:8080 46.52.185.174:8080 46.35.184.187:61003 118.99.79.175:3128 152.67.30.228:80 161.35.70.249:3128 159.224.220.63:44299 175.44.108.101:9999 146.196.110.145:3888 160.20.166.242:3127 150.242.249.79:80 162.248.243.16:3838 197.155.158.22:80 188.166.83.17:3128 186.7.142.219:999 190.217.29.6:8080 190.124.164.78:8080 195.178.56.32:8080 190.248.53.106:8080 195.239.187.14:8080 62.210.136.88:3128 58.185.160.30:8080 49.233.121.165:8888 47.57.124.95:80 103.69.216.175:8080 103.209.64.19:6666 103.55.144.54:80 103.52.170.90:8080 103.36.35.135:8080 103.209.176.213:55443 103.114.53.2:8080 103.250.166.17:6666 51.75.147.41:3128 62.68.43.114:8080 123.56.161.63:80 125.26.6.61:60121 47.244.235.213:80 47.110.239.44:80 119.40.93.34:8080 154.72.204.122:8080 163.172.115.230:3838 160.202.146.198:8080 176.123.56.119:8081 147.91.111.133:37979 160.238.251.142:3128 154.117.155.42:34454 165.73.128.125:56975 201.217.245.108:8080 188.166.83.17:8080 188.133.192.164:8080 190.242.98.61:8083 190.145.200.126:53281 195.46.124.94:4444 190.61.46.29:999 196.22.221.97:58893 62.210.15.212:3838 62.201.226.186:8080 51.161.116.223:3128 103.70.79.3:8080 103.213.236.249:82 103.68.9.118:8080 103.53.45.74:8080 103.46.233.198:81 103.209.88.68:8080 103.123.231.202:8080 103.42.254.194:46317 51.75.147.44:3128 77.221.52.78:61815 125.25.80.39:42790 47.96.143.209:3128 125.27.10.84:8080 5.20.91.12:60792 5.44.54.16:8080 123.231.141.54:44566 154.79.246.178:34577 163.172.47.182:3128 161.35.70.249:8080 176.62.181.23:8081 152.92.31.134:8080 162.248.243.17:3838 168.181.148.23:9898 167.172.109.12:34850 203.142.74.173:80 188.168.75.254:56899 188.225.177.82:8080 190.77.206.216:8080 190.216.129.4:999 196.216.215.169:56975 191.37.80.2:8080 198.199.120.102:8080 67.219.113.93:8080 62.210.114.45:3838 51.81.82.175:80 103.78.141.27:8080 103.22.248.59:61661 103.87.207.188:48792 103.81.214.254:83 103.47.67.150:8080 103.224.103.38:8080 103.126.149.6:8080 103.46.233.186:83 52.69.19.32:80 78.111.97.182:3128 125.62.193.209:84 49.128.186.165:8080 5.202.188.154:3128 50.206.25.111:80 125.62.213.134:83 157.230.86.93:3128 164.90.214.238:80 162.214.92.202:80 176.9.75.42:8080 154.0.155.205:8080 171.97.131.203:8080 170.79.168.221:8080 167.71.5.83:8080 206.125.41.130:443 192.119.203.124:48678 189.11.248.162:8080 191.242.230.135:8080 190.248.10.13:999 197.221.158.186:8080 191.96.42.80:3128 200.111.182.6:443 68.64.44.45:3128 68.185.57.66:80 103.78.252.38:8080 103.227.255.43:80 103.9.188.72:443 103.86.106.17:999 103.52.144.242:8080 103.225.221.139:8080 103.129.212.238:8080 103.47.67.116:8080 59.124.224.180:3128 79.104.8.150:8080 5.153.234.93:3128 58.244.208.151:8080 50.206.25.109:80 51.178.220.22:3128 165.255.38.176:8888 165.22.81.30:45083 163.53.185.98:8080 177.184.148.127:8080 154.118.55.42:8768 171.97.88.73:8213 173.212.202.65:80 170.254.148.110:8080 210.48.204.134:46669 194.135.15.6:56218 189.36.192.50:3128 192.117.146.110:80 190.53.46.2:44612 198.50.163.192:3129 191.98.184.122:44021 200.124.29.19:8080 106.14.22.150:8080 103.240.160.21:6666 103.91.16.129:83 105.27.237.27:80 103.88.127.178:8080 103.242.106.32:8080 103.137.124.2:47424 103.76.175.88:8080 59.144.184.111:80 81.12.119.166:8080 71.13.131.142:80 5.172.3.235:8080 61.91.183.86:8080 51.15.158.28:3838 54.254.161.72:8888 77.119.240.209:8080 167.172.109.12:33077 168.0.8.55:8080 169.255.126.211:30640 178.79.24.36:8080 159.192.96.254:8080 176.113.157.149:42850 175.106.14.206:8585 172.104.49.195:8080 213.105.29.14:3128 194.44.225.34:53281 190.103.85.36:8080 192.161.179.76:8080 190.90.18.174:999 200.150.70.66:8080 193.233.9.167:57625 200.149.164.234:8080 113.120.141.14:8888 103.240.206.196:35101 105.235.201.78:46939 106.0.224.154:80 103.92.213.253:43399 103.25.155.161:83 103.14.234.45:8080 103.91.18.1:83 62.176.12.111:8080 81.91.137.45:8080 74.213.251.65:8080 5.190.141.106:8080 62.210.129.156:3838 52.76.232.232:80 58.162.229.173:37738 78.111.106.35:3128 167.172.191.249:44654 169.159.190.25:53281 174.71.185.203:48678 179.106.11.37:8080 159.203.61.169:8080 177.36.77.22:8080 177.10.232.124:8080 176.235.80.102:9090 217.12.209.16:3838 195.154.56.105:3838 190.109.168.241:40894 192.41.19.53:3128 191.98.184.124:44021 200.174.158.26:34112 193.243.156.100:3128 200.37.108.34:8080 103.241.227.110:6666 105.247.67.115:8080 107.178.6.30:8080 103.97.46.90:80 103.250.166.16:48340 103.141.70.54:8080 103.92.214.1:43399 62.210.147.54:3838 83.63.148.127:8080 77.87.1.43:8080 5.202.192.146:8080 62.69.214.17:8090 58.69.161.161:8080 60.189.207.56:3000 78.157.254.58:51008 168.138.219.129:3128 170.81.141.34:53281 175.106.12.234:8089 179.52.67.208:999 159.69.199.175:3128 178.128.85.75:8118 177.93.96.95:8080 176.9.75.42:3128 217.195.203.29:3128 195.91.148.184:8080 190.2.210.139:8080 195.154.58.65:5836 192.41.13.71:3128 201.217.4.101:53281 195.123.237.100:3128 201.8.210.156:8080 103.46.233.214:83 105.27.238.160:80 109.200.155.196:8080 103.99.8.102:83 103.52.220.106:83 103.152.100.5:8080 103.94.125.254:8080 62.33.207.196:3128 89.249.255.204:80 78.83.199.235:53281 51.15.156.79:3838 64.225.40.230:80 59.144.184.110:80 61.135.155.82:443 80.26.96.212:80 170.0.87.201:999 172.104.164.176:8080 176.67.54.231:8080 180.244.160.80:8080 160.202.145.206:80 178.215.175.34:8081 178.135.51.30:8080 177.129.107.62:3128 220.149.25.33:80 197.159.23.174:39150 190.210.8.92:8080 196.27.127.170:47504 193.124.190.18:3128 202.137.28.92:5050 195.234.87.211:53281 202.61.49.52:47448 103.78.254.78:80 106.0.37.76:8080 109.245.229.226:8089 105.27.237.26:80 103.81.214.205:83 103.16.133.17:8080 105.27.237.24:80 64.4.94.129:80 91.93.135.113:8080 80.241.222.137:80 51.75.147.35:3128 64.227.19.111:8080 62.219.33.52:8080 61.19.38.149:3128 81.173.67.154:8080 170.81.141.33:53281 175.100.103.132:55667 176.9.85.13:3128 180.246.205.208:38044 162.248.243.18:3838 178.66.182.76:3128 178.175.148.153:3128 177.130.140.80:8080 223.82.106.253:3128 200.110.168.242:8080 190.217.17.76:8080 197.159.70.200:8080 194.28.89.30:8189 202.150.151.85:3128 195.9.173.38:63141 203.176.129.69:8080 103.81.214.9:82 110.138.196.134:8080 110.77.202.63:8080 105.27.238.163:80 103.83.36.127:3838 103.16.69.202:83 105.27.237.30:80 66.119.169.237:80 93.185.96.60:41003 80.93.212.44:3128 51.75.147.40:3128 67.71.90.168:80 77.247.94.131:48602 68.188.59.198:80 82.137.244.74:8080 175.100.73.206:8080 176.104.52.46:47578 178.151.205.154:45099 180.250.153.129:53281 163.172.47.182:8080 181.119.7.129:8080 178.219.31.252:8080 177.190.177.145:8080 27.208.29.53:8060 200.77.147.78:32392 190.217.66.146:80 198.199.86.11:3128 195.154.106.100:5836 203.202.245.62:80 200.115.53.225:3128 203.29.27.250:8080 109.127.82.42:8080 110.243.17.125:9999 109.105.205.232:59152 103.86.104.21:999 103.204.220.23:82 106.14.198.6:8080 70.184.181.203:48678 94.232.11.178:46449 84.22.59.202:8080 51.91.124.151:80 77.232.167.200:47211 77.73.241.154:80 74.59.132.126:49073 85.187.17.39:53281 175.106.10.41:8089 176.62.188.158:56351 178.219.118.156:8080 181.15.156.170:80 165.22.81.30:45975 181.39.48.2:8080 181.115.38.146:8080 177.70.172.244:8080 3.236.59.119:3128 202.162.214.243:80 190.53.38.98:46340 200.105.157.218:53281 195.154.232.38:3838 203.83.171.2:8080 207.154.231.213:3128 109.170.97.146:8085 110.77.246.116:8080 200.7.193.229:54954 109.170.96.26:8080 105.27.237.29:80 103.216.147.69:8080 109.248.249.33:8081 77.51.178.225:8085 96.30.194.21:3128 85.113.14.42:8080 52.170.3.71:80 77.237.121.19:8080 77.95.93.132:8080 77.75.6.34:8080 85.237.46.168:53468 176.103.40.198:40495 176.9.119.170:3128 18.223.1.180:8080 181.224.161.134:999 167.172.191.249:39228 182.23.211.110:80 181.211.11.3:80 177.75.193.217:53281 36.255.84.213:83 202.162.214.250:8080 191.96.42.80:8080 200.89.174.158:8080 195.162.71.112:8080 206.125.41.130:80 209.212.33.99:8080 109.200.155.194:8080 111.93.213.202:8080 201.193.180.14:35746 110.36.239.234:8080 110.74.222.159:40348 103.216.82.22:6666 110.232.66.162:55443 79.106.231.70:8080 96.9.87.100:8080 85.26.146.169:80 54.245.154.200:8080 78.30.239.58:61355 78.110.174.2:8080 78.110.174.55:8080 88.198.24.108:8080 176.241.89.170:31921 177.22.24.16:3128 180.127.185.144:9999 181.225.213.226:999 167.71.5.83:3128 182.253.26.196:8080 182.16.167.18:3128 178.128.91.99:8080 202.169.244.178:8181 192.236.161.64:3128 201.204.168.106:63141 195.189.60.97:3128 209.97.150.167:3128 110.171.15.40:8080 112.78.184.30:8080 202.138.239.190:61820 113.214.13.1:8000 111.229.224.145:8118 103.216.82.37:6666 112.64.233.130:9991 79.127.58.218:8080 86.125.112.230:57373 58.218.239.164:4216 81.95.131.10:44292 8.210.88.234:3128 78.47.130.42:8080 88.198.50.103:8080 176.62.178.247:47556 177.220.226.122:50151 180.252.184.31:8080 181.78.12.51:9992 168.227.222.78:8080 182.53.197.223:8080 182.237.18.6:83 180.250.85.204:8181 208.86.120.136:3128 202.40.188.90:40486 195.228.210.242:8080 201.49.58.234:80 213.202.223.232:3128 110.44.113.105:8080 113.53.91.12:53281 202.142.153.181:38865 112.78.170.251:8080 103.228.117.244:8080 112.78.170.250:8080 79.143.225.152:60517 195.24.49.142:3128 89.28.53.42:8080 60.169.78.131:60601 83.238.13.109:8080 8.210.88.234:8888 81.252.38.12:8080 89.163.150.36:3128 176.62.185.72:36493 178.134.178.134:3128 180.253.130.128:8080 170.79.95.248:8080 182.253.3.156:8080 182.53.134.62:8080 212.129.36.98:5836 217.195.203.26:3128 110.76.148.242:8080 202.152.157.91:8080 201.59.201.92:39553 113.100.209.140:3128 103.231.218.126:53281 113.197.138.84:80 80.241.251.54:8080 195.246.57.154:8080 91.216.66.70:32306 60.191.11.241:3128 85.198.142.186:8081 80.241.222.138:80 83.167.73.151:59871 89.216.48.230:44061 176.9.119.170:8080 178.210.129.150:1234 181.211.245.74:43872 198.199.120.102:3128 170.83.168.234:8080 202.5.56.33:63141 182.71.146.148:8080 220.174.236.211:8091 111.90.179.74:8080 212.129.37.104:5836 210.72.25.170:3128 201.91.82.155:3128 103.253.113.54:443 80.71.112.98:47181 196.3.97.34:23500 91.217.202.174:8080 60.191.11.251:3128 86.57.181.122:35709 81.23.114.198:8080 85.14.243.31:3128 89.237.32.177:37647 177.124.184.52:8080 178.45.224.86:8080 181.57.133.194:999 198.199.86.11:8080 170.84.145.50:8080 223.16.234.209:8888 113.100.209.220:3128 212.129.57.207:5836 212.227.164.87:80 202.179.7.182:56506 182.93.94.80:55357 103.26.54.18:8080 202.62.11.106:8080 81.17.89.109:8080 197.98.180.89:39442 91.225.226.39:44388 62.210.207.107:3838 91.192.6.213:5555 83.175.166.234:8080 85.62.10.83:8080 90.189.116.152:3128 177.126.216.149:60375 180.183.2.53:8080 181.78.11.163:999 200.55.218.202:53281 172.105.115.223:8080 27.123.255.82:34832 113.214.13.1:1080 212.83.174.222:3838 212.83.167.87:3838 203.130.212.204:8080 103.78.73.92:3128 210.26.49.89:3128 88.255.217.60:8080 20.54.100.188:3128 92.247.142.182:42367 62.33.207.196:80 91.205.174.26:80 85.159.48.170:40014 88.119.130.181:9999 91.214.31.234:8080 177.192.142.246:3128 180.244.249.225:8080 181.78.7.218:999 200.87.43.26:999 34.86.94.29:3128 113.254.178.224:8380 212.92.204.54:80 216.37.138.177:3128 212.129.58.193:5836 176.98.75.120:60852 103.87.171.236:32582 212.129.58.47:5836 88.82.95.146:3128 202.152.24.50:8080 93.91.196.244:9090 64.137.175.85:3128 91.211.107.204:41258 85.234.126.107:55555 90.183.101.238:45277 91.221.252.18:8080 178.212.196.177:9999 180.245.186.209:8080 182.16.171.65:43188 201.52.56.62:3128 35.204.30.79:3128 213.108.5.226:3128 222.108.115.221:80 212.129.59.254:5836 178.175.148.174:3128 105.27.237.28:80 212.56.203.114:41043 89.163.150.71:3128 203.223.34.3:8080 94.130.179.24:8003 75.151.213.85:8080 91.231.196.170:39830 85.30.215.48:32946 91.206.30.218:3128 92.255.196.91:8080 179.108.48.34:54868 181.143.106.162:52151 182.253.115.91:8080 36.37.177.186:8080 202.51.68.14:59175 217.172.122.2:8080 223.206.56.17:8080 212.129.60.145:5836 179.1.76.146:999 109.87.40.23:60083 212.66.61.118:37141 90.188.10.59:47532 207.154.231.213:8080 94.130.179.24:8018 78.11.85.13:8080 92.115.102.133:55443 87.103.202.246:3128 91.243.168.119:58729 93.152.172.209:8080 179.191.245.58:3128 181.209.79.51:999 182.48.70.154:42956 36.66.203.11:8080 202.75.97.82:47009 217.219.172.13:8088 27.116.51.119:8080 212.156.149.38:53100 180.180.175.70:59692 110.39.175.2:8080 213.160.187.139:53281 91.217.42.3:8080 210.56.238.121:8080 94.130.179.24:8024 81.163.62.136:41258 92.51.31.180:8080 87.249.22.114:8080 92.244.99.229:3128 93.188.26.85:8080 179.26.236.121:8080 182.23.79.162:39902 36.67.237.146:3128 202.77.120.38:57965 221.141.130.183:33741 27.50.18.42:23500 212.83.161.110:3838 180.183.226.183:8080 113.160.206.37:55138 213.202.223.191:3128 91.226.45.66:8080 212.83.189.88:3838 94.130.179.24:8046 81.5.103.14:8081 93.91.112.247:41258 88.198.50.103:3128 92.86.10.42:42658 94.127.144.179:43949 180.244.177.11:3128 182.52.51.10:61124 36.73.83.117:8080 207.191.165.8:8080 222.124.193.113:8080 3.134.246.118:80 213.202.223.185:3128 180.94.64.114:8080 113.53.83.157:8080 213.6.136.150:8080 92.247.2.26:21231 216.250.236.11:3128 95.78.246.70:8080 85.133.189.238:8080 95.165.252.94:55443 88.255.60.222:8080 94.130.179.24:8005 94.130.179.24:8027 180.250.12.10:80 182.52.90.43:33326 36.89.194.113:40252 207.74.82.103:8080 223.206.149.221:8080 34.64.222.158:80 213.202.223.190:3128 182.176.228.147:57472 217.12.209.13:3838 95.0.66.21:8080 220.247.174.236:40768 85.172.39.174:47326 95.179.159.1:3128 89.163.150.30:3128 94.130.179.24:8022 94.247.241.70:53640 209.97.150.167:8080 34.105.167.162:3129 35.238.111.107:80 216.250.236.10:3128 182.23.211.108:80 182.72.150.190:83 220.150.77.130:6000 95.165.163.188:60103 27.133.236.224:3128 180.250.150.42:8080 85.238.104.235:47408 95.216.214.160:3128 91.144.147.248:37632 94.130.179.24:8048 95.216.10.19:3128 210.210.158.186:9090 36.66.171.243:8080 36.67.10.77:8080 217.15.195.141:59792 182.253.181.10:8080 23.237.104.74:3128 95.31.119.210:31135 36.37.160.242:8080 181.129.171.237:8080 85.238.167.170:51915 96.86.140.209:80 93.183.184.253:8080 96.9.69.164:53281 212.126.102.142:31785 36.66.82.91:8080 36.67.116.165:8080 221.180.170.104:8080 182.253.204.66:31758 94.140.208.226:8080 27.123.223.159:80 36.65.114.30:8080 181.129.183.19:53281 88.198.24.108:3128 213.202.223.187:3128 36.67.27.189:39674 36.85.68.244:8080 27.116.21.220:8080 182.48.87.170:8080 95.154.104.147:44393 27.208.225.38:8060 94.244.28.246:31280 36.82.189.15:80 181.129.70.82:46752 91.201.240.242:8080 213.202.223.221:3128 36.85.141.98:8080 36.89.143.193:4550 27.147.209.215:8080 95.217.186.24:3128 36.251.143.57:9999 95.0.194.3:9090 94.139.174.122:8080 220.179.102.250:3000 36.89.182.193:39382 34.96.245.15:8080 181.176.185.83:999 94.153.169.22:59177 222.66.94.130:80 36.89.243.187:39694 95.217.159.123:8080 35.235.115.241:80 181.188.166.82:8080 36.66.239.98:8080 94.28.115.97:8080 36.69.198.85:8080 95.38.14.19:8080 36.103.223.96:3128 182.16.171.42:43188 94.50.161.49:11774 36.79.168.62:8080 36.70.123.62:8080 36.26.225.68:3000 36.89.189.11:49096 36.89.143.171:51276 182.52.90.117:45535 36.89.89.7:8080 36.89.156.162:85 182.53.206.26:45336 182.93.80.28:8080 36.89.76.77:8080
@Rismose let me know if that works for you or not. Those are fresh proxies
@kalodis the way you sent it makes it very difficult for it to be pasted in the proxies file, in there every proxy should be like this:
1.xxxx:xx 2.xxxx:xx 3.xxxx:xx 3.xxxx:xx
EDIT: The proxies I have (the ones that come with it) works, just not very efficiently
@Rismose Add me through Discord and i can send the txt file.
MrKalodis#3757
For anyone wanting help further on this issue, dm me on discord: Rismose#0079
hey did anyone got a working Proxy list ? discord: o0oAIexo0o#5175
got this error every time
EXCEPTION IN (threads_viewer.py, LINE 114 "threaded = Thread(target=open_url, args=(all_proxies[random.randint(0, len(all_proxies))],))"): list index out of range
and this (a few thousand working proxy)
Wasnt able to get url
An idea to fix this ? :)