Login retry
Savalinn opened this issue · 10 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:
import sys
On line 37, add:
print('Unable to login, please, verify your credentials.')
time.sleep(5)
sys.exit()`
After 5 seconds, your script will end.
@ArthurAlbert990
Thank for your share~
I will for reference your code
@Savalinn @PoYuTsai @ArthurAlbert990
i think i fix that
you can try last version
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...
Thanks!
update to last version and try this sample
https://github.com/Lu-Yi-Hsun/iqoptionapi#reconnectcheck-connect
Worked, thanks!