ArslanKathia / android-youtube-player

Automatically exported from code.google.com/p/android-youtube-player
0 stars 0 forks source link

Error playing youtube video #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Tried to download videos with video ids:
RP19fnff_c
TwwmhcGbvt0
9RupgEQFEd8

What is the expected output? What do you see instead?
Expected playing videos. Instead there is the error "Error playing video!"

What version of the product are you using? On what operating system?
android 2.3.3 - 4.2.2

Please provide any additional information below.
07-08 15:27:55.687: E/QueryYouTubeTask(18720): Error playing video!
07-08 15:27:55.687: E/QueryYouTubeTask(18720): java.lang.RuntimeException: 
Invalid NULL Url.
07-08 15:27:55.687: E/QueryYouTubeTask(18720):  at 
com.him.youtube.player.VideoPlayerActivity$QueryYouTubeTask.onPostExecute(VideoP
layerActivity.java:194)
07-08 15:27:55.687: E/QueryYouTubeTask(18720):  at 
com.him.youtube.player.VideoPlayerActivity$QueryYouTubeTask.onPostExecute(VideoP
layerActivity.java:1)
07-08 15:27:55.687: E/QueryYouTubeTask(18720):  at 
android.os.AsyncTask.finish(AsyncTask.java:602)
07-08 15:27:55.687: E/QueryYouTubeTask(18720):  at 
android.os.AsyncTask.access$600(AsyncTask.java:156)
07-08 15:27:55.687: E/QueryYouTubeTask(18720):  at 
android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:615)
07-08 15:27:55.687: E/QueryYouTubeTask(18720):  at 
android.os.Handler.dispatchMessage(Handler.java:99)
07-08 15:27:55.687: E/QueryYouTubeTask(18720):  at 
android.os.Looper.loop(Looper.java:137)
07-08 15:27:55.687: E/QueryYouTubeTask(18720):  at 
android.app.ActivityThread.main(ActivityThread.java:4424)
07-08 15:27:55.687: E/QueryYouTubeTask(18720):  at 
java.lang.reflect.Method.invokeNative(Native Method)
07-08 15:27:55.687: E/QueryYouTubeTask(18720):  at 
java.lang.reflect.Method.invoke(Method.java:511)
07-08 15:27:55.687: E/QueryYouTubeTask(18720):  at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
07-08 15:27:55.687: E/QueryYouTubeTask(18720):  at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
07-08 15:27:55.687: E/QueryYouTubeTask(18720):  at 
dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by ef...@venturezlab.com on 8 Jul 2013 at 11:49

GoogleCodeExporter commented 8 years ago
I just get the error "Can't play this video." on the OUYA and the Nexus 10 
using the sample program.

Really want to use this plugin!

Original comment by t...@tagenigma.com on 21 Jul 2013 at 9:37