5 Jun 2025 |
EGS | checked a few minutes ago | 10:10:43 |
tulir | are you sure you checked properly | 10:11:00 |
EGS | watchtower checked 2 hours ago. now there is a new update 😅 | 10:12:51 |
tulir | if using CI builds, the version command will tell the exact commit in use | 10:12:57 |
EGS | now Docker version a511947d. Will try it | 10:15:48 |
GitHub | [mautrix/meta] tulir pushed
1 commit
to
main: -
c04f077f
handlemeta: log immediately when receiving message range
| 10:18:47 |
EGS | yeah works now again. Thanks | 10:32:28 |
6 Jun 2025 |
| Lukas Nöbauer left the room. | 09:45:16 |
| Danya joined the room. | 22:33:52 |
Danya | Hi all, I've been seeing a lot of disconnections with the Facebook connection via metabridge since late April. It seems like this is a known issue from Beeper folks and they seem to have a stability fix that they discuss in https://www.reddit.com/r/beeper/comments/1l4rdnw/facebook_logins_now_use_messengercom/ . Is there any plan to port that over to the open source version? | 22:35:49 |
Danya | (I mean get that into the mautrix meta repo) | 22:36:15 |
tulir | there's no non-open source version | 22:37:20 |
Danya | Thanks tulir , what I mean is - is I don't see the above expressed as a PR/issue in the github. Is that already part of meta-bridge? Or there are plans to add it soon? | 23:34:41 |
7 Jun 2025 |
tulir | it has always been there | 07:55:17 |
| Joshua Boniface joined the room. | 21:42:45 |
Joshua Boniface | hello, has anyone experienced issues logging in? I do !fb login , and the bot prompts me for either a cURL or JSON object. I've tried providing both, but the bot never acknowledges/responds and nothing gets logged in the debug logs. any suggestions? | 21:44:50 |
tulir | if you don't run it in a management room, you have to prefix the reply with !fb too | 21:50:02 |
Joshua Boniface | hah that was it, I'm in a DM with the @matrixbot on my homeserver but for whatever reason it wants the !fb before everything, i shoulda clued in that it wanted it before the reply too | 21:50:56 |
Joshua Boniface | thanks! | 21:50:57 |
9 Jun 2025 |
| jvelgaard joined the room. | 09:58:04 |
| james joined the room. | 14:59:12 |
james | It's been a while since I've set up one of these bridges and the meta bridge keeps giving me the error "failed to start Matrix connector: the supplied account key is invalid". This only happens when I enable encryption. | 15:01:56 |
| james changed their display name from james 🏳️⚧️ to james. | 15:02:16 |
tulir | that happens if the pickle_key in the config is wrong | 15:02:20 |
james | one should the pickle_key be? | 15:02:30 |
james | * what should the pickle_key be? | 15:02:45 |
james | I had it set to "generate" | 15:03:00 |
tulir | old bridges had a hardcoded key that can be found in the legacy migration code in the bridge repo, new bridges use a random generated one which is stored in the config file | 15:03:03 |
james | and it generated a new value | 15:03:05 |
james | ok, so it generated one, but it didn't like it | 15:03:30 |