-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
@tfreedman Did you ever figure this out? Works on my end. |
Since this error is within skype-http itself and as of recently the version got bumped, perhaps it is fixed? |
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: |
Can you CURL into the puppet? Did you try this fix? matrix-org/synapse#1834 As it might be a synapse bug |
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. |
Alternatively, would re-registering the appservice fix this, and prevent the need for poking around in the DB? |
So I just re-generated my config file and restarted my home server, and the problem appears to be solved. |
{ 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.
The text was updated successfully, but these errors were encountered: