mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #1134] Oops! Koel installation or upgrade didn't finish successfully. #657
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#657
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 @yuri25 on GitHub (Dec 3, 2019).
Original GitHub issue: https://github.com/koel/koel/issues/1134
Describe the bug
When I execute a command
php artisan koel:initI get this error:To reproduce
Steps to reproduce the behavior:
1.
php artisan koel:init2. Attempting to install or upgrade Koel.
Remember, you can always install/upgrade manually following the guide here:
📙 https://koel.phanan.net/docs
Generating app key
JWT secret exists -- skipping
Migrating database
Oops! Koel installation or upgrade didn't finish successfully.
Please try again, or visit https://koel.phanan.net/docs for manual installation.
😥 Sorry for this. You deserve better.
Expected behavior
I was expecting a successful installation
Screenshots
The console message does not make sense to take a screenshot
Environment
Additional context
Please help solve the problem.
Thanks.
@nickian commented on GitHub (Dec 3, 2019):
I had the same problem. Took forever for me to figure this out, since the documentation doesn't do a good job of explaining dependencies.
I got it working by doing the following:
sudo apt-get install libpng-devcomposer installnpm installnpm install --global yarnphp artisan koel:initAlso, make sure you point your server to the root, not to the public directory.
I feel like this app should have release branches with the front end already built. This is very difficult to install unless you're familiar with all of these front-end tools and how they work.
@yuri25 commented on GitHub (Dec 5, 2019):
It turned out, though not the first time, thanks. I had to perform
And then your advice. The server is running.
If you can still ask ... The service works only for the administrator or for the user that the administrator has registered. How can you make a site so that music is available to any site visitors? To do this, you need to create another site and so that it interacts with the server via api? Or is there some kind of ready-made solution? I would like to see examples of sites working on this engine or interacting with it through api. If not difficult, please provide links.
@nickian commented on GitHub (Dec 5, 2019):
I'm not sure about that. I'm not familiar enough with this app yet. Doesn't seem like that is something this was built for, but could probably be done with the API.
@yuri25 commented on GitHub (Dec 5, 2019):
In any case, thanks for the help in solving the problem. Thank you very much.
@TheLegendaryMarc commented on GitHub (Dec 6, 2019):
Same Problem, no solution works...