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
This happens to me more frequently (in OSX) when using DynamicScraper.
Is this possibly because of routing too many URLs? ... may be, too many Phantom instances are getting created.
child_process.js:958
throw errnoException(process._errno, 'spawn');
^
Error: spawn EMFILE
at errnoException (child_process.js:1011:11)
at ChildProcess.spawn (child_process.js:958:11)
at exports.spawn (child_process.js:746:9)
at spawn (/Users/kannanv/Personal/Workplace/helloworld/node_modules/scraperjs/node_modules/phantom/node_modules/win-spawn/index.js:54:10)
at startPhantomProcess (/Users/kannanv/Personal/Workplace/helloworld/node_modules/scraperjs/node_modules/phantom/phantom.js:17:12)
at Server.<anonymous> (/Users/kannanv/Personal/Workplace/helloworld/node_modules/scraperjs/node_modules/phantom/phantom.js:115:14)
at Server.emit (events.js:92:17)
at net.js:1056:10
at process._tickCallback (node.js:442:13)
The text was updated successfully, but these errors were encountered:
This happens to me more frequently (in OSX) when using DynamicScraper.
Is this possibly because of routing too many URLs? ... may be, too many Phantom instances are getting created.
The text was updated successfully, but these errors were encountered: