[GH-ISSUE #1777] 500 Internal Server Error when using any version past 6.11.0 #979

Closed
opened 2026-02-26 02:34:49 +03:00 by kerem · 1 comment
Owner

Originally created by @Githubsriel on GitHub (Jul 11, 2024).
Original GitHub issue: https://github.com/koel/koel/issues/1777

As the title states I get "500 Internal Server Error" when trying to reach the website whenever I use a version past koel 6.11.0.
Any version before this also works just fine.

I use the the pre-compiled archives from here and host it on a third-party webserver.
the install progress when using "php artisan koel:init --no-assets" gives no error and passes.

Using "php artisan koel:init" creates the following error log:


[2024-07-11 07:39:28] production.ERROR: App\Exceptions\InstallationFailedException in /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Support/helpers.php:327
Stack trace:
#0 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/app/Console/Commands/InitCommand.php(327): throw_if()
#1 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/app/Console/Commands/InitCommand.php(330): App\Console\Commands\InitCommand::App\Console\Commands{closure}()
#2 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/app/Console/Commands/InitCommand.php(66): App\Console\Commands\InitCommand->maybeCompileFrontEndAssets()
#3 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\Console\Commands\InitCommand->handle()
#4 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\Container\BoundMethod::Illuminate\Container{closure}()
#5 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\Container\Util::unwrapIfClosure()
#6 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\Container\BoundMethod::callBoundMethod()
#7 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Container/Container.php(661): Illuminate\Container\BoundMethod::call()
#8 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Console/Command.php(183): Illuminate\Container\Container->call()
#9 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/symfony/console/Command/Command.php(291): Illuminate\Console\Command->execute()
#10 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Console/Command.php(153): Symfony\Component\Console\Command\Command->run()
#11 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/symfony/console/Application.php(1014): Illuminate\Console\Command->run()
#12 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/symfony/console/Application.php(301): Symfony\Component\Console\Application->doRunCommand()
#13 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/symfony/console/Application.php(171): Symfony\Component\Console\Application->doRun()
#14 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Console/Application.php(102): Symfony\Component\Console\Application->run()
#15 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(155): Illuminate\Console\Application->run()
#16 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/artisan(35): Illuminate\Foundation\Console\Kernel->handle()
#17 {main}


Originally created by @Githubsriel on GitHub (Jul 11, 2024). Original GitHub issue: https://github.com/koel/koel/issues/1777 As the title states I get "500 Internal Server Error" when trying to reach the website whenever I use a version past koel 6.11.0. Any version before this also works just fine. I use the the pre-compiled archives from here and host it on a third-party webserver. the install progress when using "php artisan koel:init --no-assets" gives no error and passes. Using "php artisan koel:init" creates the following error log: ______________________________________________________________________________________________________________________________________________ [2024-07-11 07:39:28] production.ERROR: App\Exceptions\InstallationFailedException in /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Support/helpers.php:327 Stack trace: #0 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/app/Console/Commands/InitCommand.php(327): throw_if() #1 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/app/Console/Commands/InitCommand.php(330): App\Console\Commands\InitCommand::App\Console\Commands\{closure}() #2 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/app/Console/Commands/InitCommand.php(66): App\Console\Commands\InitCommand->maybeCompileFrontEndAssets() #3 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\Console\Commands\InitCommand->handle() #4 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\Container\BoundMethod::Illuminate\Container\{closure}() #5 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\Container\Util::unwrapIfClosure() #6 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\Container\BoundMethod::callBoundMethod() #7 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Container/Container.php(661): Illuminate\Container\BoundMethod::call() #8 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Console/Command.php(183): Illuminate\Container\Container->call() #9 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/symfony/console/Command/Command.php(291): Illuminate\Console\Command->execute() #10 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Console/Command.php(153): Symfony\Component\Console\Command\Command->run() #11 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/symfony/console/Application.php(1014): Illuminate\Console\Command->run() #12 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/symfony/console/Application.php(301): Symfony\Component\Console\Application->doRunCommand() #13 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/symfony/console/Application.php(171): Symfony\Component\Console\Application->doRun() #14 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Console/Application.php(102): Symfony\Component\Console\Application->run() #15 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(155): Illuminate\Console\Application->run() #16 /mnt/web018/b3/20/511504720/htdocs/streaming/koel/artisan(35): Illuminate\Foundation\Console\Kernel->handle() #17 {main} ______________________________________________________________________________________________________________________________________________
kerem closed this issue 2026-02-26 02:34:49 +03:00
Author
Owner

@phanan commented on GitHub (Jul 11, 2024):

Please reopen a ticket with all required information.

<!-- gh-comment-id:2223098130 --> @phanan commented on GitHub (Jul 11, 2024): Please reopen a ticket with all required information.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#979
No description provided.