Closed Fern-Leaves closed 3 years ago
have you installed PostgreSQL and Redis?
How exactly is this a bug
I did pip install -r requirements.txt
How exactly is this a bug
I never said it was a bug I submitted it as an "issue"
And the difference being?
And the difference being?
A bug is an issue with the code, an issue without any prefix is just something that went wrong. also this might be something wrong with the code because I have installed everything in requirments.txt, updated python to the latest version, and let python through the firewall; I don't really see what else could be causing this.
cd C:\houdini
bootstrap.py login
pause
is the code in the bat file I am using to run Houdini
C:\houdini>cd C:\houdini
C:\houdini>bootstrap.py login
Traceback (most recent call last):
File "C:\houdini\bootstrap.py", line 141, in
C:\houdini>pause Press any key to continue . . .
have you installed PostgreSQL and Redis? please refer to this
It needs PostgreSQL for the player data and Redis for temporary data
It needs PostgreSQL for the player data and Redis for temporary data
I have installed those now, but why didn't it say to install them in readme.md, also I'm getting this error now
C:\houdini>cd C:\houdini
C:\houdini>bootstrap.py login
Traceback (most recent call last):
File "C:\houdini\bootstrap.py", line 141, in
C:\houdini>pause Press any key to continue . . .
asyncpg.exceptions.InvalidPasswordError: password authentication failed for user "postgres"
please learn how to read, Thank You
asyncpg.exceptions.InvalidPasswordError: password authentication failed for user "postgres"
please learn how to read, Thank You
I know that, but where on earth was I supposed to input a password? I know what password it wants, (the one I put in when setting up PostgreSQL) but it never asked for a password, that was the entire log if the command prompt window it never asked for a password, how could I have put in a password if it never gave me the opportunity?
you can either edit it by opening bootstrap.py
or add --database-password <password>
when starting houdini,
Thank You
C:\houdini>cd C:\houdini
C:\houdini>bootstrap.py login --database-password (my password was here)
2021-07-08 11:34:10,574 [INFO ] Booting Houdini
Traceback (most recent call last):
File "C:\houdini\bootstrap.py", line 141, in
C:\houdini>pause Press any key to continue . . .
looks like redis is not running
looks like redis is not running
ok I wil start redis
unclosed.
this came up when preforming "python bootstrap.py login" (and I did run as admin and let python through the firewall) ConnectionRefusedError: [WinError 1225] The remote computer refused the network connection