mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1224] Couldn't login with latest version v4.3.1 #697
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#697
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 @songliqiangcn on GitHub (May 9, 2020).
Original GitHub issue: https://github.com/koel/koel/issues/1224
Describe the bug
After success setup Koel as a local site, couldn't login using my person account.
Steps to setup
sudo chown -R www-data:www-data storage
sudo chown -R www-data:www-data bootstrap/cache/
Other: Got some warning message see below, ignore it.
info fsevents@1.1.3: The platform "linux" is incompatible with this module.
info "fsevents@1.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
Open the browser and login with my account, Couldn't login.
Right click and select 'Inspect' in browser, got the error message on Console.
Http status code: 500
Response:
"message": "No application encryption key has been specified.",
"exception": "RuntimeException",
"file": "/home/johnson/web/koel/vendor/laravel/framework/src/Illuminate/Encryption/EncryptionServiceProvider.php",
"line": 44,
Screenshots

Environment
@songliqiangcn commented on GitHub (May 9, 2020):
OK, I found the issue, you setup script (php artisan koel:init) didn't to generate the app key .
After I manually to run "php artisan key:generate", success to login.
Unfortunately, the two issues I reported before which are failed to load the cover and no sound still exists.
Thanks,