Skip to content
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

can not delete photos by the method "deleteFile" #10

Open
henryyohn opened this issue Mar 26, 2021 · 0 comments
Open

can not delete photos by the method "deleteFile" #10

henryyohn opened this issue Mar 26, 2021 · 0 comments

Comments

@henryyohn
Copy link

I got the photo fileId by camera.getList(), then I would like to delete the photo by method "deleteFile" with the photo file id from thetasc2 camera. It will always fail: file not found.
W/System.err: java.io.FileNotFoundException: http://192.168.1.1/osc/commands/execute W/System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:255) W/System.err: at com.krpano100.theta.network.HttpConnector.deleteFile(HttpConnector.java:601) W/System.err: at com.krpano100.theta.ImageListActivity$DeleteObjectTask.doInBackground(ImageListActivity.java:469) W/System.err: at com.krpano100.theta.ImageListActivity$DeleteObjectTask.doInBackground(ImageListActivity.java:457) W/System.err: at android.os.AsyncTask$3.call(AsyncTask.java:394) W/System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:266) W/System.err: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305) W/System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) W/System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) W/System.err: at java.lang.Thread.run(Thread.java:923)

can anyone give me some advice.
thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant