-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Download failure of multimedia messages in Docker edition #94
Comments
Hi. The Docker Hub version is outdated (because they removed the free access for opensource projects), so I think it will only work if you build it yourself as described here: https://github.com/seriyps/mtproto_proxy#to-run-with-custom-config-file |
Thanks, but when I try to build the Docker image, I face some errors. Here is the complete log:
|
Oh, it might be that Alpine linux 3.9 is no longer available? Can you try to edit the - FROM erlang:21-alpine as builder
+ FROM erlang:24-alpine as builder
- FROM alpine:3.9
+ FROM alpine:3.18 and run |
Did it, but not successful either:
|
I appreciate it if you tell me how should I build the Docker image without any errors. |
Would you please consider using Github Container registry instead of Docker Hub? |
You mean the project contributors should consider using GitHub Container registry instead of Docker Hub, so that we can use it, am I right? |
Hi
Installing the MTProto_Proxy on Docker using different methods mentioned on the project docs, the proxy on the clients works fine for text messages, but fails to download multimedia messages!
What would cause this problem?
The text was updated successfully, but these errors were encountered: