You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Mac OSX, if you have a large enough library, you'll get a large number of this error:
Unable to fs.watch: Error: watch EMFILE
at errnoException (fs.js:1019:11)
at FSWatcher.start (fs.js:1051:11)
at Object.fs.watch (fs.js:1076:11)
at Player.watchDirEntry (/Users/somebody/somewhere/groovebasin/lib/player.js:651:18)
at Player.getOrCreateDir (/Users/somebody/somewhere/groovebasin/lib/player.js:687:31)
at EventEmitter.<anonymous> (/Users/somebody/somewhere/groovebasin/lib/player.js:548:25)
at EventEmitter.emit (events.js:106:17)
at walk (/Users/somebody/somewhere/groovebasin/node_modules/findit/index.js:23:17)
at onstat (/Users/somebody/somewhere/groovebasin/node_modules/findit/index.js:100:13)
at /Users/somebody/somewhere/groovebasin/node_modules/findit/index.js:88:22
The text was updated successfully, but these errors were encountered:
andrewrk
changed the title
Mac OSX: if your library is too big, you'll be spammed with EMFILE errors
if your library is too big, you'll be spammed with EMFILE errors
Apr 23, 2014
On Mac OSX, if you have a large enough library, you'll get a large number of this error:
Very likely related to nodejs/node-v0.x-archive#2479
The text was updated successfully, but these errors were encountered: