mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #516] New install error: RuntimeException: The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths. #363
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#363
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 @o355 on GitHub (Jan 9, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/516
Fresh out of a second new install, can't login using the specified info in the .env file, and laravel.log turns up this:
Pretty much stumped at this point at what to do.
Steps to reproduce on my end:
OS is Ubuntu Server 16.04.1 LTS. I am running Apache/SoftEther on this server so I don't know if that interferes with encryption. Working directory is
/srv/koel@phanan commented on GitHub (Jan 9, 2017):
Can you try following the guide here https://github.com/laravel/framework/issues/9080 and let me know if the problem persists?
@o355 commented on GitHub (Jan 9, 2017):
Alright, looks like it works.
The way I did it was I ran
php artisan key:generate. I then copied the output in the brackets, and put in my .env file asAPP_KEY=base64:keygoesherenotpostingmyrealkey. I didphp artisan config:clear, thenphp artisan config:cache, and things are now working!Excited to enjoy koel 👍
@RaymondMwaura commented on GitHub (Jan 17, 2017):
Thanks @o355 . You're a lifesaver!
@jmichaelterenin commented on GitHub (May 31, 2017):
But what do you do to debug this when things DON'T WORK after performing this?? It originally did (last month) but after doing a composer update and downloading Laravel 5.4.24 (from 5.4.23), this solution no longer works for me. I've even tried changing the cipher to AES-128-CBC, no use.
@V1TA5 commented on GitHub (Jun 6, 2017):
What i found is: if you change the key string in your app.php to anything else than the default placeholder (even emptying it). laravel will fail and display the encryption error. (even if you did the keysetting in your env file correctly).
@Shoukat-bjr commented on GitHub (Jul 8, 2017):
Thank you, this works.
@irving-caamal commented on GitHub (Jan 24, 2018):
nice
@Saif-hub24 commented on GitHub (Aug 1, 2018):
Thanks. This works for me .
@uithatran commented on GitHub (May 19, 2019):
thank you very much!!!!!!!!!!!!1