-
Notifications
You must be signed in to change notification settings - Fork 548
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
No such file or directory - passenger-5.0.0.beta1/buildout/support-binaries/PassengerAgent #1304
Comments
But does the server still work correctly? Did Passenger exit after printing this error? Are there any other errors? |
No, the WebSocket connection fails. |
No, I mean, do normal HTTP requests work? What happens if you run curl on the front page? |
I'm also seeing this error on Heroku on the first request to (some) freshly started dynos. Requests are definitely going through, though.
|
Oh, I see. Yes, the app seems to be handling requests, despite that error. It turns out that WebSocket is not working because Passenger is not passing the |
There are two separate issues here. The "No such file or directory" error is a non-fatal cosmetic bug, and it is a totally different bug from the WebSocket one. I'll have a look at both. |
I've split the WebSocket issue into #1306. |
I'm running the server and client from faye-websocket:
Then run the client:
The server prints this error:
This routine works correctly when using Passenger 4.
The text was updated successfully, but these errors were encountered: