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

createPage hangs when using socket.io >= 1.0.0 #102

Open
abastos-tui opened this issue May 30, 2014 · 5 comments
Open

createPage hangs when using socket.io >= 1.0.0 #102

abastos-tui opened this issue May 30, 2014 · 5 comments

Comments

@abastos-tui
Copy link

After recent release of version 1.0 of socket.io, node-phantom package hangs when calling the .createPage method.

This happened because of the dependency at package.json: "socket.io": ">= 0.9.17".

The new socket.io version is not compatible backwards. When using node-phantom within a fresh installation, version 1.0.x is retrieved due to the previous dependency, but node-phantom internal code fails to use the changes made from 0.9.x.

I solved that adding a "socket.io": "0.9.x" dependency in my main package, avoiding the node-phantom dependency to be fetched. My suggestion is to change the node-phantom dependency to "socket.io": "0.9.17" until code changes are applied to suport the new socket.io version.

@localnerve
Copy link

@abastos-tui I ran into this too. Thank you for this info and suggestion(s). Your suggestion for a temp fix works great in my case as well.

@ashishtilara
Copy link

+1

@RickEyre
Copy link

@abastos-tui, thanks so much for this workaround. Worked wonderfully.

@jvrousseau
Copy link

Thank you for the workaround!

@electerious
Copy link

This issue is responsible for #58. The workaround worked.

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

6 participants