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

TypeError: Cannot read property 'writable' of undefined #4

Open
narbehaj opened this issue Jun 17, 2018 · 2 comments
Open

TypeError: Cannot read property 'writable' of undefined #4

narbehaj opened this issue Jun 17, 2018 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@narbehaj
Copy link

narbehaj commented Jun 17, 2018

I'm getting this error once a day:

                    if (!socket.server_socket.writable) {
                                              ^

TypeError: Cannot read property 'writable' of undefined
    at Socket.<anonymous> (/root/EasyMTProto/emtproto.js:257:47)
    at Socket.emit (events.js:182:13)
    at addChunk (_stream_readable.js:283:12)
    at readableAddChunk (_stream_readable.js:264:11)
    at Socket.Readable.push (_stream_readable.js:219:10)
    at TCP.onread (net.js:635:20)
[nodemon] app crashed - waiting for file changes before starting...
@narbehaj narbehaj changed the title app crashed - waiting for file changes before starting TypeError: Cannot read property 'writable' of undefined Jun 17, 2018
@sadra
Copy link
Owner

sadra commented Jun 24, 2018

which javascript and nodejs version do you use?

@sadra sadra self-assigned this Jun 24, 2018
@sadra sadra added the bug Something isn't working label Jun 24, 2018
@narbehaj
Copy link
Author

nodejs v10.5.0 and nodemon 1.17.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants