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
It seems we have a small bug in version 0.4.5 which we should fix:
2024-05-13 15:27:16.619 | synapse.http.server - 130 - INFO - POST-54- <XForwardedForRequest at 0x7f928113aad0 method='POST' uri='/_matrix/client/v3/login' clientproto='HTTP/1.1' site='8008'> SynapseError: 403 - Invalid username or password 2024-05-13 15:27:16.618 | synapse.handlers.auth - 2179 - WARNING - POST-54- Failed to run module API callback <bound method TokenAuthenticator.check_oidc_auth of <synapse_token_authenticator.token_authenticator.TokenAuthenticator object at 0x7f92810913d0>>: 504: Timeout waiting for response from remote server 2024-05-13 15:27:16.616 | synapse.http.client - 435 - INFO - POST-54- Error sending request to GET https://auth.famedly.de/.well-known/openid-configuration: RequestTimedOutError 504: Timeout waiting for response from remote server 2024-05-13 15:27:16.579 | synapse.rest.client.login - 341 - INFO - POST-54- Got login request with identifier: {'type': 'm.id.user', 'user': 'hwfuj2t7hj3epchfzvcmuvn324f72t489edy13h6nfx9cymjpy5g'}, medium: None, address: None, user: None
The text was updated successfully, but these errors were encountered:
emgrav
Successfully merging a pull request may close this issue.
Description
It seems we have a small bug in version 0.4.5 which we should fix:
The text was updated successfully, but these errors were encountered: