You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
Since
id
is not defined as a member ofMainHandler
inIgnaleo.py
after the commit, the code below would raise error.ValueError: Only http proxies are supported
after solved the first one.The text was updated successfully, but these errors were encountered: