!meta-v11:maunium.net

Mautrix-Meta Bridge

312 Members
Discussion about mautrix-meta | Latest release: v0.3.0 | https://github.com/mautrix/meta192 Servers

Load older messages


SenderMessageTime
27 Jan 2024
@simono41:brothertec.eusimono41 (snoxX) (social.brothertec.eu) joined the room.14:14:38
@simono41:brothertec.eusimono41 (snoxX) (social.brothertec.eu)Hey, i become this fail message FTL The homeserver is outdated (supported spec versions are below minimum required by bridge) bridge_requires=v1.4 server_supports=v1.2 i use the latest version dendrite. Is there any way to make it compatible with dendrite?14:20:05
@github:maunium.netGitHub [mautrix/meta] henri2h starred the repo 15:39:24
@tulir:maunium.nettulir
In reply to @simono41:brothertec.eu
Hey, i become this fail message FTL The homeserver is outdated (supported spec versions are below minimum required by bridge) bridge_requires=v1.4 server_supports=v1.2 i use the latest version dendrite. Is there any way to make it compatible with dendrite?
the bridge requires the new style appservice auth (specifying the hs_token in the Authorization header instead of access_token query param)
15:41:24
@tulir:maunium.nettulirthe old style would log tokens which is why it was removed15:42:27
@simono41:brothertec.eusimono41 (snoxX) (social.brothertec.eu)
In reply to @tulir:maunium.net
the bridge requires the new style appservice auth (specifying the hs_token in the Authorization header instead of access_token query param)
thank you. i see this is on working: https://github.com/matrix-org/dendrite/issues/3222
16:36:03
@yurisasc:matrix.orgYuris joined the room.16:38:09
@tulir:maunium.nettulir
In reply to @simono41:brothertec.eu
thank you. i see this is on working: https://github.com/matrix-org/dendrite/issues/3222
yeah that issue (and specifically the bullet under appservice) is required
16:53:47
@tulir:maunium.nettulir
In reply to @simono41:brothertec.eu
thank you. i see this is on working: https://github.com/matrix-org/dendrite/issues/3222
https://github.com/matrix-org/dendrite/pull/3316
21:01:42
28 Jan 2024
@github:maunium.netGitHub [mautrix/meta] megheaiulian starred the repo 10:32:19
@github:maunium.netGitHub [mautrix/meta] bdvil starred the repo 10:36:05
@on4bcy:on4bcy.beBastien Cabay (ON4BCY)First time starting the bridge, trying to send a message: ⚠ Your message may not have been bridged: failed to make LS request for SendMessageTask: not connected 12:50:11
@github:maunium.netGitHub [mautrix/meta] tulir pushed 1 commit to main:
  • 59b1c27a Send bridge alert if connection fails
13:32:01
@github:maunium.netGitHub [mautrix/meta] Devenda starred the repo 16:39:09
@arno:matrix.dethoor.bearno joined the room.17:28:26
@github:maunium.netGitHub [mautrix/meta] NicolasDerumigny added  bug  to issue #5: Messages are not transferred from Matrix to Instagram 18:16:15
@github:maunium.netGitHub [mautrix/meta] NicolasDerumigny opened issue #5: Messages are not transferred from Matrix to Instagram

I followed the installation guide, login works fine, messages are bridged from Instagram to Matrix, double puppeting is enable and works too, but sending a message from Matrix yields:

Jan 28 19:10:47 rpi mautrix-meta[1505]: 2024-01-28T19:10:47+01:00 WRN Message send response didn't include message ID action="handle matrix event" event_id=$jyBbAynS9FIwW43XBdXYHlUFTvqfJP3XSk-3Nfp9QUk event_type=m.room.message room_id=!xAbcCelJnZjMJqWvGT:example.com thread_id=17843764169642852 thread_receiver=100962061305819```
And the message is not transferred.

I have not done anything specific in the setup. I am running Synapse 1.99.0 on a raspberry pi 4, along with another facebook Meta bridge.
 bug 
18:16:16
@github:maunium.netGitHub [mautrix/meta] NicolasDerumigny edited issue #5: Messages are not transferred from Matrix to Instagram 18:16:25
@github:maunium.netGitHub [mautrix/meta] NicolasDerumigny edited issue #5: Messages are not transferred from Matrix to Instagram 18:16:32
@github:maunium.netGitHub [mautrix/meta] NicolasDerumigny edited issue #5: Messages are not transferred from Matrix to Instagram 18:16:41
@github:maunium.netGitHub [mautrix/meta] NicolasDerumigny edited issue #5: Messages are not transferred from Matrix to Instagram 18:16:57
@github:maunium.netGitHub [mautrix/meta] tulir pushed 1 commit to main:
  • b092dc09 Add more info to json parse error log
18:42:32
@github:maunium.netGitHub [mautrix/meta] tulir pushed 1 commit to main:
  • 4c9d2571 Add even more info to parse error log
18:44:19
@github:maunium.netGitHub [mautrix/meta] tulir commented on issue #5: Messages are not transferred from Matrix to Instagram:

Try with the latest commit to get the response data in logs

18:44:27
@github:maunium.netGitHub [mautrix/meta] NicolasDerumigny commented on issue #5: Messages are not transferred from Matrix to Instagram:

It nows gives this, is this helpful?

Jan 28 19:54:45 rpi mautrix-meta[3850]: 2024-01-28T19:54:45+01:00 ERR events.go:292:Finish() > failed to unmarshal PublishResponseData JSON payload into lightspeed.LightSpeedData struct error="unexpected end of JSON input" global_log=true payload= payload_length=0 request_id=0 sp=[] target=0 topic=
Jan 28 19:54:45 rpi mautrix-meta[3850]: 2024-01-28T19:54:45+01:00 WRN Message send response didn't include message ID action="handle matrix event" event_id=$iS6NuuP6RQkJiEQSqXTvTRTtIO8r06fgbHDvj73I6Ng event_type=m.room.message room_id=!xAbcCelJnZjMJqWvGT:example.com thread_id=17843764169642852 thread_receiver=100962061305819
18:56:41
@github:maunium.netGitHub [mautrix/meta] tulir commented on issue #5: Messages are not transferred from Matrix to Instagram:

Hmm, no, you could try changing the log level to trace and find the Meta send response log line, although note that it'll log message contents then.

19:17:35
@github:maunium.netGitHub [mautrix/meta] NicolasDerumigny commented on issue #5: Messages are not transferred from Matrix to Instagram:

Yes, that seems better:

Jan 28 20:20:11 rpi mautrix-meta[4932]: 2024-01-28T20:20:11+01:00 TRC Got ping response component=messagix user_id=@nderumig:example.com
Jan 28 20:20:11 rpi mautrix-meta[4932]: 2024-01-28T20:20:11+01:00 DBG Starting handling of transaction content={"pdu":1,"unstable_edu":0,"unstable_to_device":0} transaction_id=1353529
Jan 28 20:20:11 rpi mautrix-meta[4932]: 2024-01-28T20:20:11+01:00 DBG Finished dispatching events from transaction transaction_id=1353529
Jan 28 20:20:11 rpi mautrix-meta[4932]: 2024-01-28T20:20:11+01:00 DBG Received message action="handle matrix event" age=129.580339 event_id=$Vx562YJPhRY3TbVzKzXmvtSNXud-bQsdsVZD3RsEL-4 event_type=m.room.message room_id=!xAbcCelJnZjMJqWvGT:example.com sender=@nderumig:example.com thread_id=17843764169642852 thread_receiver=100962061305819
Jan 28 20:20:11 rpi mautrix-meta[4932]: 2024-01-28T20:20:11+01:00 DBG Sent message checkpoint message_checkpoint={"event_id":"$Vx562YJPhRY3TbVzKzXmvtSNXud-bQsdsVZD3RsEL-4","event_type":"m.room.message","message_type":"m.text","reported_by":"BRIDGE","retry_num":0,"room_id":"!xAbcCelJnZjMJqWvGT:example.com","status":"SUCCESS","step":"BRIDGE","timestamp":1706469611707}
Jan 28 20:20:11 rpi mautrix-meta[4932]: 2024-01-28T20:20:11+01:00 DBG Creating task component=messagix label=46 payload={"initiating_source":1,"multitab_env":0,"otid":"7157452318261116970","send_type":1,"skip_url_preview_gen":0,"source":65537,"sync_group":1,"text":"Poke","text_has_links":0,"thread_id":17843764169642852} queueName=415863652 taskId=5 user_id=@nderumig:example.com
Jan 28 20:20:11 rpi mautrix-meta[4932]: 2024-01-28T20:20:11+01:00 DBG Creating task component=messagix label=21 payload={"last_read_watermark_ts":1706469611707,"sync_group":1,"thread_id":17843764169642852} queueName=415863652 taskId=6 user_id=@nderumig:example.com



Jan 28 20:20:21 rpi mautrix-meta[4932]: 2024-01-28T20:20:21+01:00 TRC Got ping response component=messagix user_id=@nderumig:example.com
Jan 28 20:20:21 rpi mautrix-meta[4932]: 2024-01-28T20:20:21+01:00 ERR events.go:292:Finish() > failed to unmarshal PublishResponseData JSON payload into lightspeed.LightSpeedData struct error="unexpected end of JSON input" global_log=true payload= payload_length=0 request_id=0 sp=[] target=0 topic=
Jan 28 20:20:21 rpi mautrix-meta[4932]: 2024-01-28T20:20:21+01:00 TRC Meta send response action="handle matrix event" event_id=$Vx562YJPhRY3TbVzKzXmvtSNXud-bQsdsVZD3RsEL-4 event_type=m.room.message response={} room_id=!xAbcCelJnZjMJqWvGT:example.com thread_id=17843764169642852 thread_receiver=100962061305819
Jan 28 20:20:21 rpi mautrix-meta[4932]: 2024-01-28T20:20:21+01:00 WRN Message send response didn't include message ID action="handle matrix event" event_id=$Vx562YJPhRY3TbVzKzXmvtSNXud-bQsdsVZD3RsEL-4 event_type=m.room.message room_id=!xAbcCelJnZjMJqWvGT:example.com thread_id=17843764169642852 thread_receiver=100962061305819
Jan 28 20:20:21 rpi mautrix-meta[4932]: 2024-01-28T20:20:21+01:00 DBG Sending metrics for successfully handled Matrix event event_id=$Vx562YJPhRY3TbVzKzXmvtSNXud-bQsdsVZD3RsEL-4 event_type=m.room.message handling_step="Error sending" room_id=!xAbcCelJnZjMJqWvGT:example.com sender=@nderumig:example.com thread_id=17843764169642852 thread_receiver=100962061305819
Jan 28 20:20:21 rpi mautrix-meta[4932]: 2024-01-28T20:20:21+01:00 DBG Timings for event event_id=$Vx562YJPhRY3TbVzKzXmvtSNXud-bQsdsVZD3RsEL-4 event_type=m.room.message handling_step="Error sending" room_id=!xAbcCelJnZjMJqWvGT:example.com sender=@nderumig:example.com thread_id=17843764169642852 thread_receiver=100962061305819 timings={"bridge":{"decrypt":"0s","init_receive":"128.1ms","queue":"0s","total_hs_to_portal":"129.6ms"},"portal":{"convert":"20.944µs","implicit_rr":"2.056µs","preproc":"277.088µs","total_send":"10.016s"}}
Jan 28 20:20:21 rpi mautrix-meta[4932]: 2024-01-28T20:20:21+01:00 DBG Sent message checkpoint message_checkpoint={"event_id":"$Vx562YJPhRY3TbVzKzXmvtSNXud-bQsdsVZD3RsEL-4","event_type":"m.room.message","message_type":"m.text","reported_by":"BRIDGE","retry_num":0,"room_id":"!xAbcCelJnZjMJqWvGT:example.com","status":"SUCCESS","step":"REMOTE","timestamp":1706469621723}
19:23:01
@github:maunium.netGitHub [mautrix/meta] tulir pushed 3 commits to main:
  • bd8b433d Log extra data when connecting
  • e510d0da Remove some unused things
  • dd8d225a Add todos for fixing response waiters
20:32:25
@github:maunium.netGitHub [mautrix/meta] NicolasDerumigny commented on issue #5: Messages are not transferred from Matrix to Instagram:

Update: I also reproduce the bug on Facebook bridge :

Jan 28 21:32:50 rpi mautrix-meta[7863]: 2024-01-28T21:32:50+01:00 DBG Sent message checkpoint message_checkpoint={"event_id":"$Uou0_QWbQj2CnyM1FoLDp3JV9Be_gzc1HFNh0riDRb4","event_type":"m.room.message","message_type":"m.text","reported_by":"BRIDGE","retry_num":0,"room_id":"!twqyXQqFxgYExSROeS:example.com","status":"SUCCESS","step":"BRIDGE","timestamp":1706473970045}
Jan 28 21:32:50 rpi mautrix-meta[7863]: 2024-01-28T21:32:50+01:00 DBG Received message action="handle matrix event" age=134.010274 event_id=$Uou0_QWbQj2CnyM1FoLDp3JV9Be_gzc1HFNh0riDRb4 event_type=m.room.message room_id=!twqyXQqFxgYExSROeS:example.com sender=@nderumig:example.com thread_id=100000565688100 thread_receiver=100000556059961
Jan 28 21:32:50 rpi mautrix-meta[7863]: 2024-01-28T21:32:50+01:00 DBG Creating task component=messagix label=46 payload={"initiating_source":1,"multitab_env":0,"otid":"7157470598459818026","send_type":1,"skip_url_preview_gen":0,"source":65537,"sync_group":1,"text":"ping","text_has_links":0,"thread_id":100000565688100} queueName=842135332 taskId=11 user_id=@nderumig:example.com
Jan 28 21:32:50 rpi mautrix-meta[7863]: 2024-01-28T21:32:50+01:00 DBG Creating task component=messagix label=21 payload={"last_read_watermark_ts":1706473970046,"sync_group":1,"thread_id":100000565688100} queueName=842135332 taskId=12 user_id=@nderumig:example.com
Jan 28 21:32:56 rpi mautrix-meta[7863]: 2024-01-28T21:32:56+01:00 TRC Got ping response component=messagix user_id=@nderumig:example.com
Jan 28 21:33:00 rpi mautrix-meta[7863]: 2024-01-28T21:33:00+01:00 ERR events.go:292:Finish() > failed to unmarshal PublishResponseData JSON payload into lightspeed.LightSpeedData struct error="unexpected end of JSON input" global_log=true payload= payload_length=0 request_id=0 sp=[] target=0 topic=
Jan 28 21:33:00 rpi mautrix-meta[7863]: 2024-01-28T21:33:00+01:00 TRC Meta send response action="handle matrix event" event_id=$Uou0_QWbQj2CnyM1FoLDp3JV9Be_gzc1HFNh0riDRb4 event_type=m.room.message response={} room_id=!twqyXQqFxgYExSROeS:example.com thread_id=100000565688100 thread_receiver=100000556059961
Jan 28 21:33:00 rpi mautrix-meta[7863]: 2024-01-28T21:33:00+01:00 WRN Message send response didn't include message ID action="handle matrix event" event_id=$Uou0_QWbQj2CnyM1FoLDp3JV9Be_gzc1HFNh0riDRb4 event_type=m.room.message room_id=!twqyXQqFxgYExSROeS:example.com thread_id=100000565688100 thread_receiver=100000556059961
Jan 28 21:33:00 rpi mautrix-meta[7863]: 2024-01-28T21:33:00+01:00 DBG Sending metrics for successfully handled Matrix event event_id=$Uou0_QWbQj2CnyM1FoLDp3JV9Be_gzc1HFNh0riDRb4 event_type=m.room.message handling_step="Error sending" room_id=!twqyXQqFxgYExSROeS:example.com sender=@nderumig:example.com thread_id=100000565688100 thread_receiver=100000556059961
Jan 28 21:33:00 rpi mautrix-meta[7863]: 2024-01-28T21:33:00+01:00 DBG Timings for event event_id=$Uou0_QWbQj2CnyM1FoLDp3JV9Be_gzc1HFNh0riDRb4 event_type=m.room.message handling_step="Error sending" room_id=!twqyXQqFxgYExSROeS:example.com sender=@nderumig:example.com thread_id=100000565688100 thread_receiver=100000556059961 timings={"bridge":{"decrypt":"0s","init_receive":"133.1ms","queue":"0s","total_hs_to_portal":"134ms"},"portal":{"convert":"30.203µs","implicit_rr":"2.092µs","preproc":"329.586µs","total_send":"10.007s"}}
Jan 28 21:33:00 rpi mautrix-meta[7863]: 2024-01-28T21:33:00+01:00 DBG Sent message checkpoint message_checkpoint={"event_id":"$Uou0_QWbQj2CnyM1FoLDp3JV9Be_gzc1HFNh0riDRb4","event_type":"m.room.message","message_type":"m.text","reported_by":"BRIDGE","retry_num":0,"room_id":"!twqyXQqFxgYExSROeS:example.com","status":"SUCCESS","step":"REMOTE","timestamp":1706473980053}
20:34:12
@github:maunium.netGitHub [mautrix/meta] NicolasDerumigny edited their comment on issue #5: Messages are not transferred from Matrix to Instagram 20:34:25

Show newer messages


Back to Room ListRoom Version: 10