We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The bot can't manage to connect to the homeserver if homeserver:address: is configured to use a unix socket unix:/path/to.sock:
homeserver:address:
unix:/path/to.sock
[2023-11-17 16:33:59,645] [[email protected]] Ensuring connectivity to homeserver [2023-11-17 16:33:59,646] [[email protected]] req #1: GET unix:/run/synapse/homeserver.sock/_matrix/client/versions?user_id=@linkedinbot:REDACTED None [2023-11-17 16:33:59,646] [[email protected]] Request #1 failed with unix:/run/synapse/homeserver.sock/_matrix/client/versions?user_id=@linkedinbot:REDACTED, retrying in 4 seconds
The text was updated successfully, but these errors were encountered:
Wait, is the latest release here on github the latest available production release?
The issue persists on master.
Sorry, something went wrong.
Related to mautrix/python#165
No branches or pull requests
The bot can't manage to connect to the homeserver if
homeserver:address:
is configured to use a unix socketunix:/path/to.sock
:The text was updated successfully, but these errors were encountered: