-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
Login retry #22
Comments
I will add that |
I got the same problem |
Hello, this is how I fixed it: go to "stable_api.py" and modify as: On line 9, add: On line 37, add:
After 5 seconds, your script will end. |
@ArthurAlbert990 |
@Savalinn @PoYuTsai @ArthurAlbert990 you can try last version |
The login limit error can be avoided if the api try limited time to login. Please try it and make the respective changes so that it will be helpful in the issue: Lu-Yi-Hsun#22
hi can you add this for metatrader? |
If anyone can help me, but when reconnect fails, it exits the api. I want to take some time to try to reconect again and not exit/stop the program. Sorry, I'm new to python and try a few things but no sucess... |
update to last version and try this sample https://github.com/Lu-Yi-Hsun/iqoptionapi#reconnectcheck-connect |
Worked, thanks! |
can you connect now?
…On Thu, Oct 24, 2019 at 8:30 AM FabioAlbano ***@***.***> wrote:
Sorry, I didn't pay attention to set to (-1)... Thanks!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#22?email_source=notifications&email_token=AJLLCUZRL6ZUXMPA2D5TVOTQQEFUHA5CNFSM4FFHQ4O2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECDQRYQ#issuecomment-545720546>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJLLCUYJLC2VDDWEP5AYCSDQQEFUHANCNFSM4FFHQ4OQ>
.
|
Hello,
My IP is banned to half hour because I make a typo in my login data. The script immediately try again and again the login with my wrong, misstyped data, therefore exist this issue.
How can I disable the automatic login loop, if logging in is failed? (to prevent the next ban)
The text was updated successfully, but these errors were encountered: