mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #316] plyr: undefined variable #233
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#233
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 @jithatsonei on GitHub (Apr 25, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/316
I am on Ubuntu 14.04.4 LTS on node 0.10.25 (Also tried the latest and stable and LTS versions) and have the error
File css/app.css not defined in asset manifest. (View: /home/alucard/koel/resources/views/index.blade.php) in Application.php line 57tried npm install and here is what I get
Really have no clue tbh looked on the plyr repo to see if anything is there but nothing.
@kirkegaard commented on GitHub (Apr 28, 2016):
Im having the same issue. Reverting to 2.1.0 seems to work. Guess the plyr library changed at some point
@jithatsonei commented on GitHub (May 1, 2016):
PR #317 fixes this
@phanan commented on GitHub (May 2, 2016):
Sigh… Guess I'll need to introduce shrinkwrap soon…
@phanan commented on GitHub (May 2, 2016):
As apparently this is a plyr issue, anyone of you can ping its author about this?
@phanan commented on GitHub (May 2, 2016):
Oh wait. I think I need to update the file following plyr's change.
@phanan commented on GitHub (May 2, 2016):
Well, the issue doesn't occur to me. @alucard0134 @kirkegaard what's your installed plyr version? (you can
cat node_modules/plyr/package.jsonfor this). Mine is 1.5.20.@bheidkamp3 commented on GitHub (May 2, 2016):
I'm having the same issue.
My pyler is version 1.5.20. I'm running Koel on a raspberry pi with raspbian. I was able to get it working by adding the line from https://github.com/phanan/koel/pull/317/ which might not be the right solution but I have koel running sucessfully now!
@phanan commented on GitHub (May 2, 2016):
Oh well… Let's not lose any more sleep on this. I'm merging that PR now.