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

Outgoing messages not being sent #3

Closed
tfreedman opened this issue Jun 9, 2017 · 7 comments
Closed

Outgoing messages not being sent #3

tfreedman opened this issue Jun 9, 2017 · 7 comments

Comments

@tfreedman
Copy link

tfreedman commented Jun 9, 2017

{ poll: An error happened while processing the polled messages
caused by Error: read ECONNRESET
at exports._errnoException (util.js:1018:11)
at TLSWrap.onread (net.js:568:26)
name: 'poll',
[_message]: 'An error happened while processing the polled messages',
data: {},
cause:
{ Error: read ECONNRESET
at exports._errnoException (util.js:1018:11)
at TLSWrap.onread (net.js:568:26)
[stack]: [Getter/Setter],
[message]: 'read ECONNRESET',
code: 'ECONNRESET',
errno: 'ECONNRESET',
syscall: 'read' },
[_stack]: 'poll: An error happened while processing the polled messages\n caused by Error: read ECONNRESET\n at exports._errnoException (util.js:1018:11)\n at TLSWrap.onread (net.js:568:26)',
[_stackContainer]: undefined,
message: 'poll: An error happened while processing the polled messages\n caused by Error: read ECONNRESET\n at exports._errnoException (util.js:1018:11)\n at TLSWrap.onread (net.js:568:26)' }

I can receive messages people send me over Skype, but I can't send outgoing messages from within Matrix.

@kfatehi
Copy link
Member

kfatehi commented Jun 22, 2017

@tfreedman Did you ever figure this out? Works on my end.

@Sorunome
Copy link
Member

Since this error is within skype-http itself and as of recently the version got bumped, perhaps it is fixed?

@tfreedman
Copy link
Author

I just came back to playing around with this, and I still have the same issue (but with different symptoms). Messages that I send and receive from within Skype show up in Matrix, but anything typed into Matrix doesn't get sent to Skype.

Console output for three messages typed in Riot just shows:

$ tail -f /var/log/matrix-skype.log:
Receive a read event from ourself
Receive a read event from ourself
Receive a read event from ourself

@Sorunome
Copy link
Member

Can you CURL into the puppet? Did you try this fix? matrix-org/synapse#1834 As it might be a synapse bug

@tfreedman
Copy link
Author

Do you have specific commands I can try running? I'm not too familiar with the matrix sqlite db, so I'd prefer to not just poke it blindly.

@tfreedman
Copy link
Author

Alternatively, would re-registering the appservice fix this, and prevent the need for poking around in the DB?

@tfreedman
Copy link
Author

So I just re-generated my config file and restarted my home server, and the problem appears to be solved.

@kfatehi kfatehi closed this as completed Aug 2, 2017
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

3 participants