You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, doFileUpload is currently not called. It is pointing to LinguistApplication.getWebserviceUrl() + "api/uploadaudio", which I don't think is correct either. I can't find the media file API endpoint, is it here: local-linguist-server/app/controllers/interviews_controller.rb ?
When I find the API endpoint, and see if it can handle multiple files at once, I can set the client to use MultiPartFormService instead of the code in UploadInterviewsActivity. Reason being is the former runs as an Android service, so can run in the background without being killed, unlike a AsyncTask running in an Activity.
Apparently uploads are not working. I can't reproduce this in develop commit f29562a , running on Android 5.1.1 on Samsung Galaxy S2. My steps:
Result logcat at end. Audio is not uploaded, due to missing call to
processMediaFiles(interviewsToUpload)
.The text was updated successfully, but these errors were encountered: