-
Notifications
You must be signed in to change notification settings - Fork 16
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
Sockets invalid listen arguement #1
Comments
Can you copy-paste the output here? I'm unable to read it on my phone. |
Not that they've removed the repo for a while due to private keys stored on it |
`docker run -t minds/sockets -e CASSANDRA_KEYSPACE='minds' -e CASSANDRA_SERVERS='127.0.0.1' -e JWT_SECRET='keepsave-and-match-settings.php' -e PORT='8010' -e REDIS_HOST='redis-host' -e REDIS_PORT='6379' process.env.PORT undefined process.env.PORT undefined process.env.PORT true process.env.PORT true net.js:1496 throw new Error('Invalid listen argument: ' + util.inspect(options)); ^ Error: Invalid listen argument: { port: true } at Server.listen (net.js:1496:9) at Function.listen (/node_modules/express/lib/application.js:618:24) at new IO (/build/src/core/io/io.js:13:32) at di_1.Di.bind (/build/src/core/io/provider.js:7:16) at Function.get (/build/src/core/di/di.js:10:66) at MindsSocketServer.initBindings (/build/src/server.js:35:27) at MindsSocketServer.init (/build/src/server.js:21:14) at Object. (/build/index.js:6:8) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10)` |
Can anybody help out with this? |
You're not the only one getting no response Minds/minds#77 |
Please be patient we have limited resources and will be focusing on the
open source more later this year after we hit the mainnet blockchain. You
aren't being intentionally ignored. We are aware of the issues
…On Tue, Jun 12, 2018, 12:11 PM Serkan-devel ***@***.***> wrote:
You're not the only one getting no response Minds/minds#77
<Minds/minds#77>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AB1XyPxYlxHCdl1nUS7sUfYLwSLyLGs6ks5t7-hNgaJpZM4UezK1>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Im trying to add sockets to my minds development build. Can anybody help out with this error?
The text was updated successfully, but these errors were encountered: