americosfacebook / googletv-issues

Automatically exported from code.google.com/p/googletv-issues
0 stars 0 forks source link

YouTube for Google TV #166

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
with the advent of the recent you tub tube update for Google TV, the program 
experiences crashesand network failures everytime the program is launched on 
Google TV.I am personally experiencing this when I use my lg ga Google TV.the 
new interface is poorly thought out the pop up bar on the left side of the menu 
does not navigate away, the thumbnails no longer have a ticker that show the 
entire title,whenever you play video it always sends you back to the first 
thumbnail.the overall new layout is nowhere near as good as the previous 
iteration. please forgive me for any errors in this message as I am using 
Google Voice how to compose it.

Original issue reported on code.google.com by rpfin...@gmail.com on 17 May 2013 at 2:14

GoogleCodeExporter commented 8 years ago
Yes, this definitely needs some more in house user testing.

Original comment by kingarg...@gmail.com on 22 May 2013 at 9:03

GoogleCodeExporter commented 8 years ago
Agreed, I am sure the testing will yield great input, after all you folks
are awesome!
Here are some current user observations.(note; I am using the new LG GA
Google TV as a reference)
This is via the recent update to the Google TV App
1. There is no way to see the complete video title now that the title
ticker is removed the video preview pane.
2. After viewing any video you are forced back to the first pane in the
list...Ahhhh,lol!
3. On Google TV app the pop up menu blocks the first video pane on the left
side, and is difficult to remove.
4. After viewing 3-4 videos a network error appears and the app is no
longer accessible, unless you restart the TV. Double Ahhhhh!
Thank You for taking the time to read my rant...Have A Great Day!

Original comment by rpfin...@gmail.com on 22 May 2013 at 9:17

GoogleCodeExporter commented 8 years ago
This update is really a downer. Specially the left bar not going away.

Original comment by ricardo....@gmail.com on 23 May 2013 at 12:21

GoogleCodeExporter commented 8 years ago
Here are the errors I was able to get from logcat on the Logitech Revue running 
the 1.7 version:

E/com.google.android.ytremote.backend.a.f(15655): Error retrieving screen id.
E/com.google.android.ytremote.backend.a.f(15655): 
org.apache.http.conn.ConnectTimeoutException: Connect to /74.125.228.4:443 
timed out
E/com.google.android.ytremote.backend.a.f(15655):   at 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.
java:121)
E/com.google.android.ytremote.backend.a.f(15655):   at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(Default
ClientConnectionOperator.java:143)
E/com.google.android.ytremote.backend.a.f(15655):   at 
org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:164)
E/com.google.android.ytremote.backend.a.f(15655):   at 
org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapt
er.java:119)
E/com.google.android.ytremote.backend.a.f(15655):   at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirecto
r.java:360)
E/com.google.android.ytremote.backend.a.f(15655):   at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:5
55)
E/com.google.android.ytremote.backend.a.f(15655):   at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:4
87)
E/com.google.android.ytremote.backend.a.f(15655):   at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:4
65)
E/com.google.android.ytremote.backend.a.f(15655):   at 
com.google.android.ytremote.backend.a.f.a(SourceFile:41)
E/com.google.android.ytremote.backend.a.f(15655):   at 
com.google.android.youtube.googletv.remote.DefaultRemoteService.r(SourceFile:456
)
E/com.google.android.ytremote.backend.a.f(15655):   at 
com.google.android.youtube.googletv.remote.DefaultRemoteService.a(SourceFile:90)
E/com.google.android.ytremote.backend.a.f(15655):   at 
com.google.android.youtube.googletv.remote.c.run(SourceFile:242)
E/com.google.android.ytremote.backend.a.f(15655):   at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1081)
E/com.google.android.ytremote.backend.a.f(15655):   at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:574) 
E/com.google.android.ytremote.backend.a.f(15655):   at 
com.google.android.youtube.core.utils.v.run(SourceFile:40)
E/com.google.android.ytremote.backend.a.f(15655):   at 
java.lang.Thread.run(Thread.java:1020)
E/YouTubeGTV(15655): Failed to retrieve screen ID

E/AndroidRuntime(15655): FATAL EXCEPTION: main
E/AndroidRuntime(15655): java.lang.NullPointerException
E/AndroidRuntime(15655):    at 
com.google.android.youtube.googletv.cb.b(SourceFile:129)
E/AndroidRuntime(15655):    at 
com.google.android.youtube.googletv.cb.a(SourceFile:121)
E/AndroidRuntime(15655):    at 
com.google.android.youtube.googletv.bl.a(SourceFile:197)
E/AndroidRuntime(15655):    at 
com.google.android.youtube.core.async.bf.run(SourceFile:96)
E/AndroidRuntime(15655):    at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime(15655):    at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(15655):    at android.os.Looper.loop(Looper.java:132)
E/AndroidRuntime(15655):    at 
android.app.ActivityThread.main(ActivityThread.java:4196)
E/AndroidRuntime(15655):    at java.lang.reflect.Method.invokeNative(Native 
Method)
E/AndroidRuntime(15655):    at java.lang.reflect.Method.invoke(Method.java:491)
E/AndroidRuntime(15655):    at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
E/AndroidRuntime(15655):    at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
E/AndroidRuntime(15655):    at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager(  203):   Force finishing activity 
com.google.android.youtube.googletv/.MainActivity

I/ActivityManager(  203): Displayed 
com.google.android.youtube.googletv/.WatchActivity: +1s55ms (total +19s239ms)
E/YouTubeGTV(25584): blockingGetUserAuth failed with IOException
E/YouTubeGTV(25584): java.io.IOException
E/YouTubeGTV(25584):    at 
android.accounts.AccountManager.convertErrorToException(AccountManager.java:1435
)
E/YouTubeGTV(25584):    at 
android.accounts.AccountManager.access$400(AccountManager.java:138)
E/YouTubeGTV(25584):    at 
android.accounts.AccountManager$AmsTask$Response.onError(AccountManager.java:129
6)
E/YouTubeGTV(25584):    at 
android.accounts.IAccountManagerResponse$Stub.onTransact(IAccountManagerResponse
.java:69)
E/YouTubeGTV(25584):    at android.os.Binder.execTransact(Binder.java:339)
E/YouTubeGTV(25584):    at dalvik.system.NativeStart.run(Native Method)
I/AudioService(  203):  AudioFocus  requestAudioFocus() from 
android.media.AudioManager@66e36c28
E/YouTubeGTV(25584): blockingGetUserAuth failed with IOException
E/YouTubeGTV(25584): java.io.IOException
E/YouTubeGTV(25584):    at 
android.accounts.AccountManager.convertErrorToException(AccountManager.java:1435
)
E/YouTubeGTV(25584):    at 
android.accounts.AccountManager.access$400(AccountManager.java:138)
E/YouTubeGTV(25584):    at 
android.accounts.AccountManager$AmsTask$Response.onError(AccountManager.java:129
6)
E/YouTubeGTV(25584):    at 
android.accounts.IAccountManagerResponse$Stub.onTransact(IAccountManagerResponse
.java:69)
E/YouTubeGTV(25584):    at android.os.Binder.execTransact(Binder.java:339)
E/YouTubeGTV(25584):    at dalvik.system.NativeStart.run(Native Method)
E/YouTubeGTV(25584): login IOException
E/YouTubeGTV(25584): login IOException
W/YouTubeGTV(25584): authentication error
W/YouTubeGTV(25584): java.io.IOException
W/YouTubeGTV(25584):    at 
android.accounts.AccountManager.convertErrorToException(AccountManager.java:1435
)
W/YouTubeGTV(25584):    at 
android.accounts.AccountManager.access$400(AccountManager.java:138)
W/YouTubeGTV(25584):    at 
android.accounts.AccountManager$AmsTask$Response.onError(AccountManager.java:129
6)
W/YouTubeGTV(25584):    at 
android.accounts.IAccountManagerResponse$Stub.onTransact(IAccountManagerResponse
.java:69)
W/YouTubeGTV(25584):    at android.os.Binder.execTransact(Binder.java:339)
W/YouTubeGTV(25584):    at dalvik.system.NativeStart.run(Native Method)
E/YouTubeGTV(25584): Failed to authenticate user <MY_EMAIL_ADDRESS>
E/YouTubeGTV(25584): java.io.IOException
E/YouTubeGTV(25584):    at 
android.accounts.AccountManager.convertErrorToException(AccountManager.java:1435
)
E/YouTubeGTV(25584):    at 
android.accounts.AccountManager.access$400(AccountManager.java:138)
E/YouTubeGTV(25584):    at 
android.accounts.AccountManager$AmsTask$Response.onError(AccountManager.java:129
6)
E/YouTubeGTV(25584):    at 
android.accounts.IAccountManagerResponse$Stub.onTransact(IAccountManagerResponse
.java:69)
E/YouTubeGTV(25584):    at android.os.Binder.execTransact(Binder.java:339)
E/YouTubeGTV(25584):    at dalvik.system.NativeStart.run(Native Method)
E/YouTubeGTV(25584): blockingGetUserAuth failed with IOException
E/YouTubeGTV(25584): java.io.IOException
E/YouTubeGTV(25584):    at 
android.accounts.AccountManager.convertErrorToException(AccountManager.java:1435
)
E/YouTubeGTV(25584):    at 
android.accounts.AccountManager.access$400(AccountManager.java:138)
E/YouTubeGTV(25584):    at 
android.accounts.AccountManager$AmsTask$Response.onError(AccountManager.java:129
6)
E/YouTubeGTV(25584):    at 
android.accounts.IAccountManagerResponse$Stub.onTransact(IAccountManagerResponse
.java:69)
E/YouTubeGTV(25584):    at android.os.Binder.execTransact(Binder.java:339)
E/YouTubeGTV(25584):    at dalvik.system.NativeStart.run(Native Method)
E/YouTubeGTV(25584): login IOException
E/YouTubeGTV(25584): blockingGetUserAuth failed with IOException
E/YouTubeGTV(25584): java.io.IOException
E/YouTubeGTV(25584):    at 
android.accounts.AccountManager.convertErrorToException(AccountManager.java:1435
)
E/YouTubeGTV(25584):    at 
android.accounts.AccountManager.access$400(AccountManager.java:138)
E/YouTubeGTV(25584):    at 
android.accounts.AccountManager$AmsTask$Response.onError(AccountManager.java:129
6)
E/YouTubeGTV(25584):    at 
android.accounts.IAccountManagerResponse$Stub.onTransact(IAccountManagerResponse
.java:69)
E/YouTubeGTV(25584):    at android.os.Binder.execTransact(Binder.java:339)
E/YouTubeGTV(25584):    at dalvik.system.NativeStart.run(Native Method)
D/dalvikvm(25584): GC_FOR_ALLOC freed 3699K, 24% free 14176K/18439K, paused 62ms
E/YouTubeGTV(25584): login IOException
E/YouTubeGTV(25584): blockingGetUserAuth failed with IOException
E/YouTubeGTV(25584): java.io.IOException
E/YouTubeGTV(25584):    at 
android.accounts.AccountManager.convertErrorToException(AccountManager.java:1435
)
E/YouTubeGTV(25584):    at 
android.accounts.AccountManager.access$400(AccountManager.java:138)
E/YouTubeGTV(25584):    at 
android.accounts.AccountManager$AmsTask$Response.onError(AccountManager.java:129
6)
E/YouTubeGTV(25584):    at 
android.accounts.IAccountManagerResponse$Stub.onTransact(IAccountManagerResponse
.java:69)
E/YouTubeGTV(25584):    at android.os.Binder.execTransact(Binder.java:339)
E/YouTubeGTV(25584):    at dalvik.system.NativeStart.run(Native Method)

Original comment by mathieu.mea on 8 Jun 2013 at 3:58

GoogleCodeExporter commented 8 years ago
Thanks for bringing this up.

Original comment by robbskit...@gmail.com on 9 Jun 2013 at 9:04

GoogleCodeExporter commented 8 years ago
Thanks for getting back to me have a great week!

Original comment by rpfin...@gmail.com on 9 Jun 2013 at 9:06

GoogleCodeExporter commented 8 years ago
I can confirm this. Roughly 80% of videos that I try to play to Google TV from 
Android Google TV Remote and/or Chrome to TV result in a "Video Playback" 
error. And/or a "not supported on this device" error.

It may be helpful to take a sample of a few hundred videos for testing the 
Google TV YouTube application.

Original comment by wes.tur...@gmail.com on 18 Jun 2013 at 6:15

GoogleCodeExporter commented 8 years ago
I am facing same issue on my Vizio Co-star google tv. After playing 2-3 videos 
on youtube it complains about network issue, but netflix and other apps are 
working fine. As well you tube has to improve for user experience. If I have 
added a video as Watch later and watched on mobile device for 10 mins and later 
if I switch to google tv, video get started from beginning, this is not 
acceptable. It should play where i left on mobile.

Original comment by pranavku...@gmail.com on 18 Jun 2013 at 6:51

GoogleCodeExporter commented 8 years ago
Also having this issue.  I had  a few weeks ago, restored the device to factory 
settings,  & other before finding this post.  Glad I am not the only one. I 
always have to restart the revue, 

Original comment by Ricky@ricky1146.com on 20 Jun 2013 at 10:48