Skip to content

Not working with latest Synapse #155

@UAnton

Description

@UAnton

Hi,
every time get error:

2022-01-18 22:11:46,919 - synapse.app.homeserver - 171 - INFO - sentinel - Synapse now listening on TCP port 8008
2022-01-18 22:11:47,002 - synapse.storage.background_updates - 264 - INFO - background_updates-0 - Starting background schema updates
2022-01-18 22:11:47,003 - synapse.handlers.deactivate_account - 215 - INFO - user_parter_loop-0 - User parter finished: stopping
2022-01-18 22:11:47,004 - synapse.push.pusherpool - 314 - INFO - start_pushers-0 - Started pushers
2022-01-18 22:11:47,006 - synapse.storage.background_updates - 272 - INFO - background_updates-0 - No more background updates to do. Unscheduling background update task.
2022-01-18 22:11:52,131 - synapse.http.site - 507 - WARNING - sentinel - forwarded request lacks an x-forwarded-proto header: assuming https
2022-01-18 22:11:52,134 - synapse.rest.client.login - 278 - INFO - POST-0 - Got login request with identifier: {'type': 'm.id.user', 'user': 'ldap'}, medium: None, address: None, user: None
2022-01-18 22:11:52,140 - ldap_auth_provider - 588 - INFO - sentinel - LDAP search returned no results for '[('sAMAccountName', 'ldap')]'
2022-01-18 22:11:52,141 - synapse.handlers.auth - 2177 - WARNING - sentinel - Wrong type returned by module API callback <function load_single_legacy_password_auth_provider.<locals>.async_wrapper.<locals>.wrapped_check_auth at 0x7fc41f372af0>: False, expected Optional[Tuple[str, Optional[Callable]]]
2022-01-18 22:11:52,141 - synapse.storage.database - 737 - WARNING - sentinel - Starting db txn 'get_users_by_id_case_insensitive' from sentinel context
2022-01-18 22:11:52,141 - synapse.storage.database - 785 - WARNING - sentinel - Starting db connection from sentinel context: metrics will be lost
2022-01-18 22:11:52,142 - synapse.handlers.auth - 1037 - WARNING - sentinel - Attempted to login as @ldap:matrix.service-asdf.com but they do not exist
2022-01-18 22:11:52,142 - synapse.http.server - 95 - INFO - sentinel - <XForwardedForRequest at 0x7fc4253b13a0 method='POST' uri='/_matrix/client/r0/login' clientproto='HTTP/1.0' site='8008'> SynapseError: 403 - Invalid password
2022-01-18 22:11:52,142 - synapse.logging.context - 948 - WARNING - sentinel - Calling defer_to_threadpool from sentinel context: metrics will be lost

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions