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
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)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: