tus / tus-android-client

The tus client for Android.
https://tus.io/
161 stars 46 forks source link

io.tus.java.client.ProtocolException: missing upload URL in response for creating upload #12

Closed kanagalingam closed 6 years ago

kanagalingam commented 7 years ago

Hi, I was using example project. If i use the upload url as "http://master.tus.io/files/", my request is successful. However when i change the upload url to my local server url as "http://192.168.7.210:8080/media/upload/save", i am getting the below error as, io.tus.java.client.ProtocolException: missing upload URL in response for creating upload

Any idea on how to resolve this error

Acconut commented 7 years ago

This should usually not happen but we need a bit more information from you here. Could this be that your server implementation is not working properly? What software are you using? Did you try http://192.168.7.210:8080/media/upload/save/ (with trailing slash)?

Acconut commented 6 years ago

Closing this issue due to a lack of information. Feel free to leave a comment if you want to continue the discussion :)