-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
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
MediaProxy fails with https homeserver.url #507
Comments
archlinux-github
pushed a commit
to archlinux/infrastructure
that referenced
this issue
Sep 9, 2024
Currently needs a hack in /var/lib/synapse/matrix-appservice-irc/node_modules/matrix-appservice-bridge/lib/components/media-proxy.js to replace the `"http"` require with `"https"` or the proxy won't work. See: matrix-org/matrix-appservice-bridge#507
This breaks media for the hackint IRC bridge. Can someone PTAL. |
Should be all good now in https://github.com/matrix-org/matrix-appservice-irc/releases/tag/3.0.2. Thanks for your report! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrading the IRC bridge from 2.0.1 to 3.0.1, the media URLs provided to IRC no longer work. The proxy returns a 500 Internal Server Error with content
{"errcode":"M_AS_UNKNOWN","error":"An internal error occured"}
.The logs contain:
The text was updated successfully, but these errors were encountered: