mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #1777] 500 Internal Server Error when using any version past 6.11.0 #979
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#979
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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}
@phanan commented on GitHub (Jul 11, 2024):
Please reopen a ticket with all required information.