Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index out of range #19

Open
EwenMcMillan opened this issue May 12, 2017 · 1 comment
Open

Index out of range #19

EwenMcMillan opened this issue May 12, 2017 · 1 comment

Comments

@EwenMcMillan
Copy link

Hi Dan
I have gevent 1.2.1, requests 2.14.2 and BeautifulSoup 3.2.1. Python is 2.7.13

Running script I get

$ python elite-proxy-finder.py -a
[*] Your accurate external IP: xxx.xxx.xxx.xxx
Traceback (most recent call last):
File "elite-proxy-finder.py", line 400, in
P.run()
File "elite-proxy-finder.py", line 64, in run
gatherproxy_list = self.gatherproxy_req()
File "elite-proxy-finder.py", line 182, in gatherproxy_req
gatherproxy_list = self.parse_gp(lines)
File "elite-proxy-finder.py", line 195, in parse_gp
hex_port = l.split("'")[1]
IndexError: list index out of range

@HoussemCharf
Copy link

#18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants