Infeasible
Status Update
Comments
fr...@gmail.com <fr...@gmail.com> #2
I have same issue in my app playing standard video, not only live channer.
Recent uploaded videos cannot be played with this error:
05-08 11:25:22.145 20521-20521/? E/YouTubeAndroidPlayerAPI: fmt.noneavailable
oae: Video not supported/available
at oab.a(SourceFile:212)
at nvl.a(SourceFile:383)
at nvl.a(SourceFile:706)
at nvr.a(SourceFile:1144
at nsn.onPostExecute(SourceFile:2102)
at android.os.AsyncTask.finish(AsyncTask.java:651)
at android.os.AsyncTask.-wrap1(AsyncTask.java)
at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:668)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5443)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:728)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
while older video play perfectly.
Recent uploaded videos cannot be played with this error:
05-08 11:25:22.145 20521-20521/? E/YouTubeAndroidPlayerAPI: fmt.noneavailable
oae: Video not supported/available
at oab.a(SourceFile:212)
at nvl.a(SourceFile:383)
at nvl.a(SourceFile:706)
at nvr.a(SourceFile:1144
at nsn.onPostExecute(SourceFile:2102)
at android.os.AsyncTask.finish(AsyncTask.java:651)
at android.os.AsyncTask.-wrap1(AsyncTask.java)
at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:668)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5443)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:728)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
while older video play perfectly.
se...@gmail.com <se...@gmail.com> #3
I hope that it can help but I found that this is happening only with recently uploaded videos (end of April 2016).
ed...@gmail.com <ed...@gmail.com> #4
I have a similar problem , only with new videos , old videos work well, any solution for this ???
om.google.android.youtube.player E/YouTubeAndroidPlayerAPI: fmt.noneavailable
ouq: Video not supported/available
at oun.a(SourceFile:217)
at oqa.a(SourceFile:384)
at oqa.a(SourceFile:710)
at oqg.a(SourceFile:1143)
at onp.onPostExecute(SourceFile:2102)
at android.os.AsyncTask.finish(AsyncTask.java:651)
at android.os.AsyncTask.-wrap1(AsyncTask.java)
at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:668)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5417)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
ma...@moyosa.nl <ma...@moyosa.nl> #5
Same error on live streams using the Android api. Any updates on this.
st...@atomicmedia.co.uk <st...@atomicmedia.co.uk> #6
With some experimentation: If I fire an explicit intent for the YouTube App, I can get new videos to play as long as I dont fire the intent with force_fullscreen or finish_on_ended extras. As soon as I add either of those the videos won't play.
Same goes for YouTubeIntents.createPlayVideoIntentWithOptions() passing false for the 3rd and 4th parameters means the video will play. Either of those set to true the video wont play.
Same goes for YouTubeIntents.createPlayVideoIntentWithOptions() passing false for the 3rd and 4th parameters means the video will play. Either of those set to true the video wont play.
[Deleted User] <[Deleted User]> #7
Company app that I maintain is getting this error after recent YouTube app update. It embeds YouTube videos, that the company owns inside it's app, using the Android YouTube API, and API key.
All videos seem to fail, they are viewable from browser.
All videos seem to fail, they are viewable from browser.
[Deleted User] <[Deleted User]> #8
I am still facing the same issue. Is anyone found the solution of this?
jo...@gmail.com <jo...@gmail.com> #9
I have the same issue, and even if I check canResolvePlayVideoIntentWithOptions I receive true but as with other's experience I get the same fmt.noneavailable for videos that are public. I have changed my code to just use createPlayVideoIntent and it will load in the YouTube App, but this is not what is desired. Hopefully there are some updates on this soon.
fi...@gmail.com <fi...@gmail.com> #10
i have same issue after update youtube player to version 11.16.62. before I update video in my app youtube player can play but after I update can't play. the weird, play same video directly using default youtube player, it's no problem.
fr...@gmail.com <fr...@gmail.com> #11
It seems to be a YouTube bug... the only passable workaround at this time appears to be open the video in the YouTube official app with an intent or replace the player fragment with a WebView.
jo...@gmail.com <jo...@gmail.com> #12
I have added this work around to my codebase this morning, in the hope that it is just that version of the YouTube app, therefore keeping the same experience for users with the old version (I have added greater than in case the next version doesn't resolve this issue, with the hope that in the future it could be changed to ==):
if(YouTubeIntents.getInstalledYouTubeVersionCode(ctx) >= 111662130) {
intent = YouTubeIntents.createPlayVideoIntent(ctx, videoId);
**ctx = Context.
if(YouTubeIntents.getInstalledYouTubeVersionCode(ctx) >= 111662130) {
intent = YouTubeIntents.createPlayVideoIntent(ctx, videoId);
**ctx = Context.
se...@gmail.com <se...@gmail.com> #13
It seems works with the 11.19.56 Youtube app version updated just now in the Play Store
fi...@gmail.com <fi...@gmail.com> #14
Yes correct, latest update Youtube app fixed the issue.
Description
Name of API affected: YouTubeStandalonePlayer
Issue summary:
Steps to reproduce issue:
1. Opening YouTubeStandalonePlayer with Video ID and API Key
Expected output:
Live Video must be played.
Actual results:
Getting error - There was a problem while playing, tap to retry.
Error in Logs -
E/YouTubeAndroidPlayerAPI: fmt.noneavailable
ouq: Video not supported/available
at oun.a(SourceFile:217)
at oqa.a(SourceFile:384)
at oqa.a(SourceFile:710)
at oqg.a(SourceFile:1143)
at onp.onPostExecute(SourceFile:2102)
at android.os.AsyncTask.finish(AsyncTask.java:636)
at android.os.AsyncTask.access$500(AsyncTask.java:177)
at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:653)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5930)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1200)