scysys / AzuraCast-Ubuntu

Effortless AzuraCast Setup on Ubuntu LTS with Classic Installer Approach
GNU General Public License v3.0
5 stars 6 forks source link

Some error has occured. #21

Closed dougllasvieira closed 5 months ago

dougllasvieira commented 9 months ago

Hi. i try to install Latest Rolling Release

mkdir /root/azuracast_installer && cd /root/azuracast_installer && git clone https://github.com/scysys/AzuraCast-Ubuntu.git . && git checkout main && chmod +x install.sh && ./install.sh --install_rrc

and getting error:

[2024-01-31T03:19:45.152970+00:00] AzuraCast.ERROR: Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [1045] Access denied for user 'azuracast'@'localhost' (using password: YES) (uncaught exception) at /var/azuracast/www/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 101 while running console command azuracast:setup:migrate {"exception":"[object] (Doctrine\DBAL\Exception\ConnectionException(code: 1045): An exception occurred in the driver: SQLSTATE[HY000] [1045] Access denied for user 'azuracast'@'localhost' (using password: YES) at /var/azuracast/www/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\DBAL\Driver\PDO\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'azuracast'@'localhost' (using password: YES) at /var/azuracast/www/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'azuracast'@'localhost' (using password: YES) at /var/azuracast/www/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:33)"} [] [2024-01-31T03:19:45.154000+00:00] AzuraCast.WARNING: Console command azuracast:setup:migrate exited with error code 1045. [] []

In ExceptionConverter.php line 101:

An exception occurred in the driver: SQLSTATE[HY000] [1045] Access denied for user 'azuracast'@'localhost' (using password: YES)

In Exception.php line 28:

SQLSTATE[HY000] [1045] Access denied for user 'azuracast'@'localhost' (using password: YES)

In Driver.php line 33:

SQLSTATE[HY000] [1045] Access denied for user 'azuracast'@'localhost' (using password: YES)

azuracast:setup:migrate

complete log: azuracast_installer.log

scysys commented 9 months ago

Just use the latest available version here 0.19.1. Rolling I added because some users asked for it. But when it's not working, you should be able to solve it yourself. I'll update the rolling branch. Maybe try again. :)