-
Notifications
You must be signed in to change notification settings - Fork 17
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
503 Service Unavailable error when uploading media #165
Comments
Hey @martin-hewitt, two things: First, the endpoint reported by the media server during disco was wrong. It was /media-proxy instead /media_proxy. Just fixed this. Then, I figured out that the media server uses instead of to confirm transactions (XEP-0070). I updated the docs in https://github.com/buddycloud/buddycloud-media-server/blob/master/README.md to comply to that. I just managed to upload a file via Postman. Let me know if this works for you. |
Thanks @abmargb that seems to be working now. Not sure if this is correct, but the URL i'm being sent is a
|
The media server should use the http endpoint publicly exposed there. I'm
|
Following on from #164, having fixed the auth issue that appeared to be causing that, I now get a
503 Service Unavailable
error.The file in question is 120KB in size. I've attached a screenshot of the request. The response is a plain text string saying "Service Unavailable"
The request is a
POST
request to https://demo.buddycloud.org/api/media-proxy/[email protected] and the content is a PNG image.The text was updated successfully, but these errors were encountered: