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
I have installed eTraGo, eGo successfully. When running the code, eGo propose to create config file. Before it, I have created an account at openenergy-platform.org/login. I enter my connection details
Enter input value for `dialect` (default: psycopg2): oedialect
Enter value for `username`: Nikita Tomin
Enter value for `database`: oedb
Enter value for `host`: openenergy-platform.org
Enter value for `port` (default: 5432): 80
However after it, the code is running, (I'm expecting that I have to enter my password), but nothing happening. When interrupting code run, I found that code run stuck in getpass.py in the line line = input.readline()
My system is Ubuntu (Python 3.6). I have Internet connection via proxy.
The text was updated successfully, but these errors were encountered:
Hi @frostyduck, I haven't worked with the eGo tool in a while, but maybe the problem is your username. Could you try nikita_tomin? If this doesn't work, could you post the whole error message of the error you mentioned above?
I have installed eTraGo, eGo successfully. When running the code, eGo propose to create config file. Before it, I have created an account at openenergy-platform.org/login. I enter my connection details
However after it, the code is running, (I'm expecting that I have to enter my password), but nothing happening. When interrupting code run, I found that code run stuck in getpass.py in the line
line = input.readline()
My system is Ubuntu (Python 3.6). I have Internet connection via proxy.
The text was updated successfully, but these errors were encountered: