-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Media uploads from Discord bridge are not uploaded over to Telegram #935
Comments
I did some more testing and i also tried the proxy method for the discord bridge, but the telegram one still has problems with uploading/sending media. |
The new "Direct media access" function of the discord bridge fixed it. |
Sorry for closing this too early, after some more testing i found that its still a problem. When i for example send a picture on discord, the discord bridge is sending this correctly but its like the telegram bridge can not see the links. Discord URL: https://cdn.discordapp.com/attachments/543030866390024203/1266718896107425813/aaa.png?ex=66a62b67&is=66a4d9e7&hm=317d43c18a22e1fb160cba8079b250f164745140f5f9938288c9141f1e6a702d& I was checking the logs of the nginx which proxies over the connection for the discord bridge media and it shows that an non functioning url was requested: https://foxyden.eu/_matrix/media/v3/download/discord-media.foxyden.eu/8J-QiERJU0NPUkQBAQeJO7IlQAALEZRKH_XCAF4RlEof6MIQFa5CGAYbEtgy_Lq2JjhA9AA?allow_remote=false&timeout_ms=20000&allow_redirect=true However if i change allow_remote to true, it works. |
Are there any updates about this? I just tried it again and this time, i got a different error Checking the nginx logs, it shows that the bridge requested https://foxyden.eu/_matrix/client/v1/media/download/discord-media.foxyden.eu/8J-QiERJU0NPUkQBAQeJO7IlQAALEc-sGZYEEG8Rz6wZikQAVItIWOvE4oF7s88vqdbtGWs?allow_redirect=true which lead to a "Missing access token" error |
I have a Matrix room with a Telegram and a Discord bridge and i just noticed that all media uploads from the Discord side, do not get send over to the Telegram side. It does however work fine the other way around.
My guess is that the Telegram bridge has problems with the "faked" direct media (i use the redirect method) links which the discord bridge is using.
Here is an error log:
The text was updated successfully, but these errors were encountered: