2 May 2025 |
GitHub | [mautrix/linkedin] Fizzadar assigned to
pull request
#20: linkedingo/realtime: increase retry limit and add sleep
| 12:49:48 |
GitHub | [mautrix/linkedin] Fizzadar opened
pull request
#20: linkedingo/realtime: increase retry limit and add sleep
Flakey APIs need many retries.
| 12:49:51 |
GitHub | [mautrix/linkedin] Fizzadar unassigned from
pull request
#20: linkedingo/realtime: increase retry limit and add sleep
| 12:54:25 |
GitHub | [mautrix/linkedin] Fizzadar pushed
0 new commits
(and 1 existing commits)
to
main: | 12:54:47 |
GitHub | [mautrix/linkedin] Fizzadar merged
pull request
#20: linkedingo/realtime: increase retry limit and add sleep
| 12:54:48 |
GitHub | [mautrix/linkedin] Fizzadar deleted branch more-retries | 12:54:48 |
5 May 2025 |
GitHub | [mautrix/linkedin] Repo forked into HaxThePlanet/linkedin | 00:09:34 |
8 May 2025 |
GitHub | [mautrix/linkedin] Repo forked into Abestanis/linkedin | 11:41:32 |
GitHub | [mautrix/linkedin] Abestanis opened
pull request
#21: Fix type of identifiers column during migration
Hello, I tried updating from the (discontinued?) ghcr.io/beeper/linkedin:latest container to dock.mau.dev/mautrix/linkedin:latest (is that supported?) and run into the following error when starting the bridge:
"pq: column \"identifiers\" is of type jsonb but expression is of type text"
The ghost.identifiers column has the type jsonb :
https://github.com/mautrix/go/blob/27769dfc98bebdcec16bb2293029904109a2b9df/bridgev2/database/upgrades/00-latest.sql#L80
But this expression retuned text :
mautrix_linkedin=# select pg_typeof('["linkedin:' || li_member_urn || '"]') from puppet;
pg_typeof
-----------
text
| 11:51:54 |
GitHub | [mautrix/linkedin] tulir requested changes on
pull request
#21: Fix type of identifiers column during migration : This isn't compatible with sqlite. Has to be more like https://github.com/mautrix/whatsapp/blob/main/cmd/mautrix-whatsapp/legacymigrate.sql#L93-L99, I think it's json_array in sqlite and jsonb_build_array in postgres
| 12:00:13 |
GitHub | [mautrix/linkedin] Abestanis commented on
pull request
#21: Fix type of identifiers column during migration:
Oh, sorry, I didn't realize that this was used for sqlite too, my bad! I'll see if I can fix that.
| 12:03:43 |
GitHub | [mautrix/linkedin] Abestanis pushed something to
pull request
#21: Fix type of identifiers column during migration
| 12:14:30 |
GitHub | [mautrix/linkedin] Abestanis commented on
pull request
#21: Fix type of identifiers column during migration:
Thanks for pointing me in the right direction. I verified that the postgres function does what we want here. I don't have the sqlite database to test the sqlite equivalent, but from the docs it looks like it should work.
I'm not familiar with the templating format you are using here to support both postgres and sqlite, so I just copied the example you provided, I hope it's ok like that.
| 12:17:50 |
GitHub | [mautrix/linkedin] Abestanis requested a review from tulir for
pull request
#21: Fix type of identifiers column during migration
| 12:17:53 |
GitHub | [mautrix/linkedin] Abestanis edited
pull request
#21: Fix type of identifiers column during migration
| 12:20:37 |
13 May 2025 |
| Eugenus Optimus left the room. | 14:12:55 |
22 May 2025 |
| Martin Juhl Prendergast joined the room. | 11:42:14 |
| nex (she/it) 🦈🐈️ changed their display name from nex (it/she) 🦈🐈️ to nex (it/she) 🦈🐈️🏳️⚧️. | 14:04:52 |
23 May 2025 |
| RayManD joined the room. | 21:46:22 |
24 May 2025 |
| nex (she/it) 🦈🐈️ left the room. | 00:37:01 |
3 Jun 2025 |
GitHub | [mautrix/linkedin] Repo forked into VibeOOO/linkedin | 14:48:07 |
6 Jun 2025 |
| idrive2011 joined the room. | 15:23:57 |
idrive2011 | Hello, beeper hosted as self hosting ? or beeper app itself because I use that app and have the same error as wr0ng.name | 15:27:55 |
7 Jun 2025 |
roc | At the time of that post, I was having issues with the self-hosted LinkedIn bridge, so I reverted to the Beeper-hosted bridge.
Looking at my bridges now, I am still on the Beeper-hosted LinkedIn bridge. It was easier to log into, so once it worked and kept working, I left it. | 05:11:03 |
idrive2011 | That's weird I got 302 error on beeper LinkedIn bridge | 14:48:19 |
idrive2011 | Around a hour to 20 minutes | 14:48:36 |
idrive2011 | When I open beeper after a few minutes it always LinkedIn connection interrupted. | 14:55:41 |
idrive2011 | Weird | 14:55:44 |
8 Jun 2025 |
roc | Do you have 2FA enabled on your LinkedIn account? | 06:31:01 |
roc | Mine has been stable for months | 06:32:26 |