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

Bot can receive incoming messages but cannot send #102

Open
jmaris opened this issue Aug 26, 2024 · 3 comments
Open

Bot can receive incoming messages but cannot send #102

jmaris opened this issue Aug 26, 2024 · 3 comments

Comments

@jmaris
Copy link

jmaris commented Aug 26, 2024

Hi,

I'm running the latest version of the bot with synapse. I have successfully connected to my gchat account, and can see all messages coming in, however when I try to send a message, the message appears in the conversation in the Matrix chat, but doesn't appear to be forwarded to gchat.

I get the following error message in the logs:

[2024-08-26 10:02:39,958] [[email protected].@me:[redacted].tld] req #115: POST http://synapse:8448/_matrix/client/v3/rooms/%(roominfohidden)%3A[redacted].tld/read_markers {"m.fully_read": "$(also redacted)", "m.read": "$(also redacted)", "com.beeper.fully_read.extra": {"fi.mau.double_puppet_source": "mautrix-googlechat"}, "com.beeper.read.extra": {"fi.mau.double_puppet_source": "mautrix-googlechat"}}
[2024-08-26 10:02:39,979] [[email protected].@me:[redacted].tld] req #115 (/v3/rooms/%(roominfohidden)%3A[redacted].tld/read_markers) completed in 19.8ms with status 200
[2024-08-26 10:02:40,370] [[email protected]:nv-UdsAAAAE] Unhandled event type GROUP_UNREAD_SUBSCRIBED_TOPIC_COUNT_UPDATED
[2024-08-26 10:02:40,370] [[email protected]:nv-UdsAAAAE] Unhandled event type GROUP_UNREAD_SUBSCRIBED_TOPIC_COUNT_UPDATED
[2024-08-26 10:02:40,841] [[email protected]:nv-UdsAAAAE] Unhandled event type TOPIC_CREATED
[2024-08-26 10:02:40,843] [[email protected]:nv-UdsAAAAE] Handling Google Chat message sLnt2FjSahU
[2024-08-26 10:02:40,848] [[email protected].@me:[redacted].tld] req #116: PUT http://synapse:8448/_matrix/client/v3/rooms/%(roominfohidden)%3A[redacted].tld/send/m.room.message/mautrix-python_1724666560848423303_14?ts=1724666560645 {"msgtype": "m.text", "body": "test 2", "format": "org.matrix.custom.html", "formatted_body": "test 2", "com.beeper.linkpreviews": [], "fi.mau.double_puppet_source": "mautrix-googlechat"}
[2024-08-26 10:02:40,916] [[email protected].@me:[redacted].tld] req #116 (/v3/rooms/%(roominfohidden)%3A[redacted].tld/send/m.room.message/mautrix-python_1724666560848423303_14) completed in 67.3ms with status 200
[2024-08-26 10:02:40,917] [[email protected].@me:[redacted].tld] req #117: POST http://synapse:8448/_matrix/client/v3/rooms/%(roominfohidden)%3A[redacted].tld/read_markers {"m.fully_read": "$(redacted)", "m.read": "$(redacted)", "com.beeper.fully_read.extra": {"fi.mau.double_puppet_source": "mautrix-googlechat"}, "com.beeper.read.extra": {"fi.mau.double_puppet_source": "mautrix-googlechat"}}
[2024-08-26 10:02:40,918] [[email protected]:nv-UdsAAAAE] Handled Google Chat message sLnt2FjSahU -> [('$(redacted)', <MessageType.TEXT: 'm.text'>)]
[2024-08-26 10:02:40,919] [[email protected].@me:[redacted].tld] req #118: POST http://synapse:8448/_matrix/client/v3/rooms/%(roominfohidden)%3A[redacted].tld/read_markers {"m.fully_read": "$(redacted)", "m.read": "$(redacted)", "com.beeper.fully_read.extra": {"fi.mau.double_puppet_source": "mautrix-googlechat"}, "com.beeper.read.extra": {"fi.mau.double_puppet_source": "mautrix-googlechat"}}
[2024-08-26 10:02:40,953] [[email protected]] 192.168.192.4 [26/Aug/2024:10:02:40 +0000] "PUT /_matrix/app/v1/transactions/743 HTTP/1.1" 200 159 "-" "Synapse/1.113.0"
[2024-08-26 10:02:41,002] [[email protected].@me:[redacted].tld] req #118 (/v3/rooms/%(roominfohidden)%3A[redacted].tld/read_markers) completed in 82.1ms with status 200
[2024-08-26 10:02:41,002] [[email protected].@me:[redacted].tld] req #117 (/v3/rooms/%(roominfohidden)%3A[redacted].tld/read_markers) completed in 85.4ms with status 200
[2024-08-26 10:02:41,004] [[email protected]] 192.168.192.4 [26/Aug/2024:10:02:41 +0000] "PUT /_matrix/app/v1/transactions/744 HTTP/1.1" 200 159 "-" "Synapse/1.113.0"
[2024-08-26 10:02:41,240] [[email protected]] Message 'EventBody' ignoring field event_type: Unknown enum value: 83
[2024-08-26 10:02:41,240] [[email protected]] Message 'EventBody' ignoring field event_type: Unknown enum value: 64
[2024-08-26 10:02:41,241] [[email protected]:nv-UdsAAAAE] Unhandled event type UNKNOWN
[2024-08-26 10:02:41,243] [[email protected]:nv-UdsAAAAE] Unhandled event type UNKNOWN

Is there something I'm missing?

Thanks,

@mautrix mautrix deleted a comment Aug 26, 2024
@jmaris
Copy link
Author

jmaris commented Sep 6, 2024

An additional point I failed to mention but that could be important given that the issue only occurs one way (Me -> bot -> gchat) and not the other (gchat -> bot -> me). Could it be related to encryption? because I enabled encryption

@swmarks
Copy link

swmarks commented Sep 25, 2024

I haven't tested it recently because I rarely use Google Chat these days, but I had noticed this issue a while back and, after restarting the bridge, I could freely chat from matrix to Google Chat for an indeterminate amount of time until whatever happens that seems to lock up outgoing messages. Is this what's happening for you @jmaris ?

(If it matters for troubleshooting, I'm running this bridge as a self-hosted Beeper bridge).

@jmaris
Copy link
Author

jmaris commented Oct 21, 2024

I haven't tested it recently because I rarely use Google Chat these days, but I had noticed this issue a while back and, after restarting the bridge, I could freely chat from matrix to Google Chat for an indeterminate amount of time until whatever happens that seems to lock up outgoing messages. Is this what's happening for you @jmaris ?

(If it matters for troubleshooting, I'm running this bridge as a self-hosted Beeper bridge).

Unfortunately, on restart the bridge still doesn't work on my side

@jmaris jmaris closed this as completed Oct 21, 2024
@jmaris jmaris reopened this Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants
@jmaris @swmarks and others