mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #190] Ignore errors while scanning (like permission denied errors) #134
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#134
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 @onokje on GitHub (Jan 15, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/190
While scanning i get the following error:
UnexpectedValueException in compiled.php line 16096:
RecursiveDirectoryIterator::__construct(/storage/muziek/lost+found): failed to open dir: Permission denied
The scanning should continue and, maybe list any problems like this afterwards imo.
@NamPNQ commented on GitHub (Jan 18, 2016):
@onokje Try
@onokje commented on GitHub (Mar 26, 2016):
It works, but it is still a workaround. It would be better if the application would ignore a permission denied error and continue scanning, wouldn't you agree? :)
@phanan commented on GitHub (Mar 27, 2016):
@onokje In fact this has been addressed here:
github.com/phanan/koel@f43a617f20 (diff-14ac811056)