You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Trying to set url: http://[::1]:8010 in one of the app_service_config_files: yaml files fails to connect with the following error:
synapse[3490779]: synapse.appservice.api: [as-recoverer-telegram-5] push_bulk to http://[::1]:8010/transactions/1 threw exception(InvalidCodepoint) Codepoint U+003A at position 1 of '::1' not allowed args=("Codepoint U+003A at position 1 of '::1' not allowed",)
Steps to reproduce
(not sure if actually needed) setup an app service bridge, make it listen on ipv6
configure synapse to connect to it with its litteral ipv6 and restart synapse
observe the error (after an user tries to talk to one of the bridge bots?)
synapse[3490779]: synapse.appservice.api: [as-recoverer-telegram-5]
push_bulk to http://[::1]:8010/transactions/1 threw exception(
InvalidCodepoint) Codepoint U+003A at position 1 of '::1' not allowed
args=("Codepoint U+003A at position 1 of '::1' not allowed",)
Anything else that would be useful to know?
a quick search showed that error probably comes from IDNA, but IDNA is not directly called so I have no idea what path it took from synapse/appservice/api.py to that error -- if there's a way to display a full stack trace I'd gladly oblige.
Otherwise it should be trivial to reproduce.
Thank you.
The text was updated successfully, but these errors were encountered:
Description
Trying to set
url: http://[::1]:8010
in one of theapp_service_config_files:
yaml files fails to connect with the following error:synapse[3490779]: synapse.appservice.api: [as-recoverer-telegram-5] push_bulk to http://[::1]:8010/transactions/1 threw exception(InvalidCodepoint) Codepoint U+003A at position 1 of '::1' not allowed args=("Codepoint U+003A at position 1 of '::1' not allowed",)
Steps to reproduce
relevant part of config, main config:
yaml file:
Homeserver
not relevant
Synapse Version
{"server_version":"1.60.0","python_version":"3.9.13"}
Installation Method
Other (please mention below)
Platform
nixpkgs-unstable, using the standard service
Relevant log output
Anything else that would be useful to know?
a quick search showed that error probably comes from IDNA, but IDNA is not directly called so I have no idea what path it took from
synapse/appservice/api.py
to that error -- if there's a way to display a full stack trace I'd gladly oblige.Otherwise it should be trivial to reproduce.
Thank you.
The text was updated successfully, but these errors were encountered: