beeper / linkedin

LinkedIn Messaging <-> Matrix Bridge
Apache License 2.0
68 stars 14 forks source link

Connecting to homeserver via unix-socket fails #66

Open Sir-Photch opened 9 months ago

Sir-Photch commented 9 months ago

The bot can't manage to connect to the homeserver if homeserver:address: is configured to use a unix socket unix:/path/to.sock:

[2023-11-17 16:33:59,645] [INFO@mau.mx] Ensuring connectivity to homeserver
[2023-11-17 16:33:59,646] [DEBUG@mau.as.api.bot] req #1: GET unix:/run/synapse/homeserver.sock/_matrix/client/versions?user_id=@linkedinbot:REDACTED None
[2023-11-17 16:33:59,646] [WARNING@mau.as.api.bot] Request #1 failed with unix:/run/synapse/homeserver.sock/_matrix/client/versions?user_id=@linkedinbot:REDACTED, retrying in 4 seconds
Sir-Photch commented 9 months ago

~Wait, is the latest release here on github the latest available production release?~

The issue persists on master.

Sir-Photch commented 9 months ago

Related to https://github.com/mautrix/python/pull/165