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 an issue while following the instructions with the command :
./rogueserver --debug --dbuser pokerogue --dbpass pokerogue &
It returns the error:
2024/08/27 00:37:57 Error 1045 (28000): Access denied for user 'pokerogue'@'localhost' (using password: YES)
Don't know what is causing it, can someone help me? I'm stuck and even trying the docker leads in problems, i tried using other credentials too, because i thought it might need the ones of my MariaDB.
And I thought it might be related to the game running, but i don't understand the part to modify in the game files too (it seams like it self check if there's a local server?).
The text was updated successfully, but these errors were encountered:
Have you changed your MariaDB database both user and password to ‘pokerogue’ ?
I'm stuck and even trying the docker leads in problems
If you use the docker-compose.Example.yml file to run docker, you don’t need a command to start it.
-I managed to fix the database issue that resoulted being caused by another problem not related to rogueserver, now it works fine, however trying using docker-compose on the docker-compose.Example.yml file causes the following isser:
ERROR: The Compose file './docker-compose.Example.yml' is invalid because:
services.db.healthcheck value 'start_interval' does not match any of the regexes: '^x-'
services.watchtower.environment.WATCHTOWER_CLEANUP contains true, which is an invalid type, it should be a string, number, or a null
-And i couldn't understand what are the lines of code to change in the src/utils.ts, i have cloned the leatest pokerogue source code, can someone show me an example ?
-And i noticed pokerogue only responds on localhost and not the IP of the machine i'am running it on.
I have an issue while following the instructions with the command :
./rogueserver --debug --dbuser pokerogue --dbpass pokerogue &
It returns the error:
2024/08/27 00:37:57 Error 1045 (28000): Access denied for user 'pokerogue'@'localhost' (using password: YES)
Don't know what is causing it, can someone help me? I'm stuck and even trying the docker leads in problems, i tried using other credentials too, because i thought it might need the ones of my MariaDB.
And I thought it might be related to the game running, but i don't understand the part to modify in the game files too (it seams like it self check if there's a local server?).
The text was updated successfully, but these errors were encountered: