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

IndexError: Cannot choose from an empty sequence #109

Open
lrkkevin opened this issue Feb 17, 2023 · 1 comment
Open

IndexError: Cannot choose from an empty sequence #109

lrkkevin opened this issue Feb 17, 2023 · 1 comment

Comments

@lrkkevin
Copy link

Exception in thread Thread-500:
Traceback (most recent call last):
File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib64/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "cc.py", line 234, in cc
proxy = Choice(proxies).strip().split(":")
File "/usr/lib64/python3.6/random.py", line 260, in choice
raise IndexError('Cannot choose from an empty sequence') from None
IndexError: Cannot choose from an empty sequence

@Leeon123
Copy link
Owner

Do you really have the proxies list?

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