[GH-ISSUE #331] koel:init error checks #245

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

Originally created by @moolen on GitHub (May 17, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/331

Hi there,

im trying to install your lovely project on a digital ocean droplet.
I followed your installation steps from koel.phanan.net and i ran into the following (weird) edge-case:

ErrorException in Application.php line 50:
file_get_contents(/var/www/cloudtunes/public/build/rev-manifest.json): failed to open stream: No such file or directory (View: /var/www/cloudtunes/resources/views/index.blade.php)

Apparently the rev-manifest.json could be parsed because it was not generated at all during php artisan koel:init. The problem is this line: no exit-code ist checked :(

small suggestion: add the git checkout v2.X.X to your koel.phanan.net page.

Originally created by @moolen on GitHub (May 17, 2016). Original GitHub issue: https://github.com/koel/koel/issues/331 Hi there, im trying to install your lovely project on a digital ocean droplet. I followed your installation steps from koel.phanan.net and i ran into the following (weird) edge-case: ``` ErrorException in Application.php line 50: file_get_contents(/var/www/cloudtunes/public/build/rev-manifest.json): failed to open stream: No such file or directory (View: /var/www/cloudtunes/resources/views/index.blade.php) ``` Apparently the rev-manifest.json could be parsed because it was not generated at all during `php artisan koel:init`. The problem is [this line](https://github.com/phanan/koel/blob/8c862cb9cc43a6715fbd9d9a289ef7e2ac81b523/app/Console/Commands/Init.php#L72): no exit-code ist checked :( small suggestion: add the `git checkout v2.X.X` to your `koel.phanan.net` page.
kerem closed this issue 2026-02-26 02:32:34 +03:00
Author
Owner

@moolen commented on GitHub (May 17, 2016):

omg. RTFM. Have a nice day 👍
You receive a file_get_contents(public/build/rev-manifest.json): failed to open stream: No such file or directory error

<!-- gh-comment-id:219818781 --> @moolen commented on GitHub (May 17, 2016): omg. RTFM. Have a nice day :+1: You receive a file_get_contents(public/build/rev-manifest.json): failed to open stream: No such file or directory error
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#245
No description provided.