-
Notifications
You must be signed in to change notification settings - Fork 98
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
Cannot change node or run any command after entering a dead node #236
Comments
Thanks for the report. Last I checked, steem-python attempts to connect to a node prior to updating config. This needs to be fixed. |
I was able to change the node by setting the --expires flag to 1 but now nothing happens at all when I run any command EDIT: I found out that the dead node I set came online EDIT 2: I manually updated the config file so my current problem is fixed |
Is this solved?I just meet this problem. |
I have been deleting the SQLite file to get out of the dead node scenario. |
Looked into the code a little bit, looks like the connection is started before it is completely needed. In cli.py, there's a line |
open cli.py navigate to line 776 comment the line connecting to the steem network, save. run the command Now the dead node has been replaced |
Version of Python you are running
3.6.5
Version of steem-python you are running
1.0.0.
Steps to reproduce
steempy set nodes [Node that doesn't respond]
steempy set nodes [Any nodes] or any other command
Stack Trace
Warning:root:Retry in 1s -- ReadTimeoutError: HttpsConnectionPool(host='[DEAD NODE]',port='[DEAD NODE'S PORT]'): Read timed out. (read timeout=60)
This repeats for as long as I've tested with the secound count going up
The text was updated successfully, but these errors were encountered: