···190190 }
191191 err = h.rm.PostMedia(cs, mr, r.Context())
192192 if err != nil {
193193- h.serverError(w, errors.New("failing to post the media :c"))
193193+ h.serverError(w, errors.New("failing to post the media :c"+err.Error()))
194194 return
195195 }
196196 w.Write(nil)