mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #680] php artisan koel:sync -v throws exception #482
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#482
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 @gunslingerfry on GitHub (Nov 9, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/680
Ubuntu 16.04
Koel:
3e3004a904(aka Nov 8th)Running as a virtual host in Apache2
Music is stored on Google Drive and accessed via google-drive-ocamlfuse
It is failing reliably in the same spot. I wish I could identify where but I don't understand how it is traversing the directory. I thought it was a bad cover file but I've moved that out and no difference. So it appears to be moving on to a new directory but that directory is not identified. It is correct, /var/www/html/koel/storage/framework/cache/data/eb doesn't exist, let alone the subdirectory/file.
Error output:
@phanan commented on GitHub (Nov 9, 2017):
Looks like your cache folder doesn't exist?
@gunslingerfry commented on GitHub (Nov 9, 2017):
The cache folder exists but the eb cache folder does not. i.e. it's good all the way up to
/var/www/html/koel/storage/framework/cache/dataThis may not be pertinent.... My audio files are split between audiobooks and music. I started with the music folder, received this error and switched to the parent folder. It scanned the whole audiobooks folder, returned to the music folder and hit the error again.
@gunslingerfry commented on GitHub (Nov 11, 2017):
Any ideas or suggestions? Debug output they might help?
@ElectronicWar commented on GitHub (Nov 26, 2017):
Make sure all folders belong to the web server user and have sufficient rights plus enough free space on the drive (obviously).