Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes with ECONNREFUSED on OS X #1

Open
cwacek opened this issue May 24, 2013 · 9 comments
Open

Crashes with ECONNREFUSED on OS X #1

cwacek opened this issue May 24, 2013 · 9 comments

Comments

@cwacek
Copy link

cwacek commented May 24, 2013

On OSX 10.7.5, node version 0.8.15 (which I realize is old - will update and retry)

When I run vnc-over-gif and try to connect to `http://localhost:4444/screen.gif', it crashes with the following message:

events.js:71
        throw arguments[1]; // Unhandled 'error' event
                       ^
Error: connect ECONNREFUSED
    at errnoException (net.js:769:11)
    at Object.afterConnect [as oncomplete] (net.js:760:19)
@arturadib
Copy link

Same here

@egonSchiele
Copy link

+1

@TkTech
Copy link

TkTech commented May 24, 2013

Looks like you just need to use a different port, 4444 is used by many other applications.

@arturadib
Copy link

used PORT=4455 as per README, also changing the port didn't help

@hako
Copy link

hako commented May 24, 2013

same on Linux
Node v0.10.5

@sidorares
Copy link
Owner

Do you have VNC server running at 127.0.0.1:5900? On osx you can start it from System Preferences>Sharing or as sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -off -restart -agent -privs -all -allowAccessFor -allUsers -clientopts -setvncpw -vncpw 123pass (123pass is your password here)

sidorares added a commit that referenced this issue May 24, 2013
sidorares added a commit that referenced this issue May 24, 2013
@sidorares
Copy link
Owner

oops, early morning merges :)

@swagatata
Copy link

compilation errors while installing :

"../src/async_animated_gif.cpp:384:35: error: unknown type name 'eio_req'
AsyncAnimatedGif::EIO_EncodeAfter(eio_req *req)
^
../src/async_animated_gif.cpp:388:14: error: use of undeclared identifier 'EV_DEFAULT_UC'
ev_unref(EV_DEFAULT_UC);
^
../src/async_animated_gif.cpp:439:28: error: use of undeclared identifier 'EIO_PRI_DEFAULT'
eio_custom(EIO_Encode, EIO_PRI_DEFAULT, EIO_EncodeAfter, enc_req);
^
../src/async_animated_gif.cpp:441:12: error: use of undeclared identifier 'EV_DEFAULT_UC'
ev_ref(EV_DEFAULT_UC);
"

@sidorares
Copy link
Owner

@swagatata see #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants