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

Not working. #13

Open
AlaricGilbert opened this issue Jul 27, 2019 · 1 comment
Open

Not working. #13

AlaricGilbert opened this issue Jul 27, 2019 · 1 comment
Labels
bug Something isn't working fixed

Comments

@AlaricGilbert
Copy link

  • Commit f041e39 introduced an error:
    Since id is not defined as a member of MainHandler in Ignaleo.py after the commit, the code below would raise error.

voter=Voter(proxy,worker_loop,localsession,id=self.id)

  • ValueError: Only http proxies are supported after solved the first one.
@Hecate2
Copy link
Owner

Hecate2 commented Jul 28, 2019

Sorry for the many mistakes made by me! I've just tested IGN with voting simulations. She should be qualified for real combats now, though still not elegant enough. Sessions are not closed manually, and the controls of proxy errors are not efficient enough.

The error 'ValueError: Only http proxies are supported after solved the first one.' was solved by adding 'http://' before proxy strings. For example,
proxy=='http://192.168.1.68:68'
is acceptable, but
proxy=='192.168.1.68:68'
triggers the error.

I'm still confident of the structure of IGN. She handled more than 1,000 concurrent voters with very low CPU consumption in the test!

@Hecate2 Hecate2 closed this as completed Oct 15, 2019
@Hecate2 Hecate2 reopened this Oct 16, 2019
@Hecate2 Hecate2 added the bug Something isn't working label Oct 16, 2019
@Hecate2 Hecate2 added the fixed label Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed
Projects
None yet
Development

No branches or pull requests

2 participants