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

Frontend Video Playback Fails after Canceling Previous Selection #85

Open
oakesville opened this issue Jul 10, 2016 · 0 comments
Open

Comments

@oakesville
Copy link
Owner

oakesville commented Jul 10, 2016

Selecting a video for playback while a previous selection is currently playing correctly displays the message "Stop current playback?" and only plays the new selection when affirmative. However, the next selection fails to play with the following exception:

    Frontend playback failed for url: http://192.168.0.70:6547/Frontend/PlayVideo?Id=79268
    com.oakesville.mythling.util.ServiceException: Frontend playback failed for url: http://192.168.0.70:6547/Frontend/PlayVideo?Id=79268
      at com.oakesville.mythling.util.ServiceFrontendPlayer$PlayItemTask.doInBackground(ServiceFrontendPlayer.java:125)
      at com.oakesville.mythling.util.ServiceFrontendPlayer$PlayItemTask.doInBackground(ServiceFrontendPlayer.java:1)
      at android.os.AsyncTask$2.call(AsyncTask.java:295)
      at java.util.concurrent.FutureTask.run(FutureTask.java:237)
      at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
      at java.lang.Thread.run(Thread.java:818)
@oakesville oakesville modified the milestones: R2.1, R2.2 Jul 10, 2016
@oakesville oakesville modified the milestones: R2.2, R3.0 Aug 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant