ember-cli: Cryptic Error (CarbonCore.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21)

Seeing a weird error in the Ember CLI console

(CarbonCore.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21)

And each time I relaunch it keeps adding that line.

Any insight into what this means?

OS X Mavericks 10.9.5

ember server --proxy http://0.0.0.0:3000/
version: 0.1.1
Proxying to http://0.0.0.0:3000/
Livereload server on port 35729
Serving on http://0.0.0.0:4200
2014-10-06 11:52 ember[23137] (CarbonCore.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21)
2014-10-06 11:52 ember[23137] (CarbonCore.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21)
2014-10-06 11:52 ember[23137] (CarbonCore.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21)
2014-10-06 11:52 ember[23137] (CarbonCore.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21)

About this issue

  • Original URL
  • State: closed
  • Created 10 years ago
  • Comments: 138 (55 by maintainers)

Commits related to this issue

Most upvoted comments

@stefanpenner,

Sublime Text 3 helping this issue arise makes sense, I stopped seeing these errors roughly around the time I stopped using Sublime Text 3.

-Sam

On Wed, Nov 5, 2014 at 3:20 PM, Stefan Penner notifications@github.com wrote:

@lukemelia https://github.com/lukemelia who sits next to me also has the issue and also is using sublime 3.

I suspect we are seeing multiple different issues here.

  1. double watchers eg. sublime + ember-cli
  2. issues in node 0.10.x on Yosemite

I’ll poke around on @lukemelia https://github.com/lukemelia’s machine tomorrow and see if i can figure out what is up.

— Reply to this email directly or view it on GitHub https://github.com/stefanpenner/ember-cli/issues/2226#issuecomment-61900436 .