!meta-v11:maunium.net

Mautrix-Meta Bridge

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

Load older messages


SenderMessageTime
23 Jan 2024
@j:tjm.skj ⚡️ left the room.17:16:16
@surak:gnomos.orgMarcoI'm having trouble getting the new bot to answer me 🤔18:08:38
@surak:gnomos.orgMarcoCleared all the old bot (facebook) rooms, shut the bridge down, recreated the db from scratch18:09:46
@surak:gnomos.orgMarcoTried using the same bot username and a different one18:10:00
@surak:gnomos.orgMarcoall the host/ports are fine18:10:09
@surak:gnomos.orgMarconew bridge starts fine, creates the session18:10:24
@surak:gnomos.orgMarcobut it won't answer me 🤷‍♂️18:10:29
@tulir:maunium.nettulirdid you start a new DM with the bot?18:10:31
@surak:gnomos.orgMarcoyes18:10:35
@surak:gnomos.orgMarcoit won't accept the invites18:11:18
@surak:gnomos.orgMarcoI can't see any transaction error on the synapse logs18:11:31
@surak:gnomos.orgMarcoI'm puzzled18:11:38
@surak:gnomos.orgMarcothe bot seems to get an event when I invite it18:14:56
@surak:gnomos.orgMarcobut that's it18:14:58
@surak:gnomos.orgMarconvm found the problem (my weird synapse worker setup)18:23:09
@surak:gnomos.orgMarco
In reply to @tulir:maunium.net
shouldn't be too hard to tell the bridge to use messenger.com instead, but haven't tried that yet
I'm also interested in this, I just had to reactivate my fb account and now I feel dirty
18:55:39
@malte:maltee.deMalte Edoes it support relay yet?20:13:51
@tulir:maunium.nettulirprobably20:14:06
@malte:maltee.deMalte EImplemented but untested?20:15:04
@tulir:maunium.nettuliryes20:15:25
@malte:maltee.deMalte EThanks 20:20:59
@olmari:hacklab.fiSami Olmari joined the room.20:36:25
@olmari:hacklab.fiSami OlmariThis will be installed replacing current FB-bridge during next weekend on hacklabs server :) (PSA? xD )20:37:13
24 Jan 2024
@raymand1992:matrix.orgRayManD

when runing in docker

2024-01-24T18:05:28Z DBG Request completed duration=9.340508 method=POST req_body={"inhibit_login":true,"type":"m.login.application_service","username":"facebookmetabot"} req_id=2 response_length=88 response_mime=application/json status_code=400 url=http://mx.grupotd.nat.cu:8008/_matrix/client/v3/register?user_id=%40facebookmetabot%3Amx.grupotd.nat.cu
2024-01-24T18:05:28Z FTL The as_token was accepted, but the /register request was not. Are the homeserver domain, bot username and username template in the config correct, and do they match the values in the registration?
18:07:21
@raymand1992:matrix.orgRayManD
In reply to @raymand1992:matrix.org

when runing in docker

2024-01-24T18:05:28Z DBG Request completed duration=9.340508 method=POST req_body={"inhibit_login":true,"type":"m.login.application_service","username":"facebookmetabot"} req_id=2 response_length=88 response_mime=application/json status_code=400 url=http://mx.grupotd.nat.cu:8008/_matrix/client/v3/register?user_id=%40facebookmetabot%3Amx.grupotd.nat.cu
2024-01-24T18:05:28Z FTL The as_token was accepted, but the /register request was not. Are the homeserver domain, bot username and username template in the config correct, and do they match the values in the registration?

my registration.yaml

sender_localpart: 1mdWdeGWat487FIziPsSt28qxEroeA9Q
rate_limited: false
namespaces:
    users:
        - regex: ^@facebookmetabot:mx\.grupotd\.nat\.cu$
          exclusive: true
        - regex: ^@facebookmeta_.*:mx\.grupotd\.nat\.cu$
          exclusive: true
de.sorunome.msc2409.push_ephemeral: true
18:07:54
@raymand1992:matrix.orgRayManD
In reply to @raymand1992:matrix.org

my registration.yaml

sender_localpart: 1mdWdeGWat487FIziPsSt28qxEroeA9Q
rate_limited: false
namespaces:
    users:
        - regex: ^@facebookmetabot:mx\.grupotd\.nat\.cu$
          exclusive: true
        - regex: ^@facebookmeta_.*:mx\.grupotd\.nat\.cu$
          exclusive: true
de.sorunome.msc2409.push_ephemeral: true

my config.yaml

bot:
        # Username of the appservice bot.
        username: facebookmetabot
bridge:
    # Localpart template of MXIDs for FB/IG users.
    # {{.}} is replaced with the internal ID of the FB/IG user.
    username_template: facebookmeta_{{.}}
18:09:05
@raymand1992:matrix.orgRayManD
In reply to @raymand1992:matrix.org

my config.yaml

bot:
        # Username of the appservice bot.
        username: facebookmetabot
bridge:
    # Localpart template of MXIDs for FB/IG users.
    # {{.}} is replaced with the internal ID of the FB/IG user.
    username_template: facebookmeta_{{.}}

synapse logs

2024-01-24 13:08:30,820 - synapse.access.http.8008 - 472 - INFO - GET-3456 - 172.17.0.6 - 8008 - {None} Processed request: 0.002sec/0.002sec (0.004sec, 0.000sec) (0.000sec/0.000sec/0) 323B 200 "GET /_matrix
/client/versions?user_id=%40facebookmetabot%3Amx.grupotd.nat.cu HTTP/1.1" "mautrix-meta/0.1.0+dev.4a57a0b7 mautrix-go/v0.17.0+dev.97d19484 go/1.21.6" [0 dbevts]
2024-01-24 13:08:30,844 - synapse.http.server - 130 - INFO - POST-3457 - <XForwardedForRequest at 0x7f6d9410fd00 method='POST' uri='/_matrix/client/v3/register?user_id=%40facebookmetabot%3Amx.grupotd.nat.cu
' clientproto='HTTP/1.1' site='8008'> SynapseError: 400 - Invalid user localpart for this application service.
18:09:59
@raymand1992:matrix.orgRayManDRedacted or Malformed Event18:21:24
@olmari:hacklab.fiSami OlmariRedacted or Malformed Event18:23:17
@krtko:missingtorch.comKrtko joined the room.19:17:19

Show newer messages


Back to Room ListRoom Version: 10