EdenYouTube icon indicating copy to clipboard operation
EdenYouTube copied to clipboard

Video not loading second time

Open ShadyRover opened this issue 10 years ago • 3 comments

I use example project and register Youtube API key for this package. When I open video fist time, it loading normaly, but second time, youtibe interface not show. What's trouble? Methods public void onInitializationSuccess and public void onInitializationFailure not calling in second time. If I close application, that is not fixed this issue, but if i run debug again it works one time

ShadyRover avatar Oct 08 '15 16:10 ShadyRover

Is this affecting all videos or only some of them? Are you connected to Wi-Fi, what device are you using, OS version etc.

The YouTube player is quite buggy so it might not be fixable but I can take a look

ScottCooper92 avatar Oct 08 '15 17:10 ScottCooper92

This bug in all videos, I use Samsung Galaxy S5 with Android 5.0. I use fragment in RecyclerView Adapter.(Wi-Fi network)

ShadyRover avatar Oct 08 '15 19:10 ShadyRover

I've done some investigation and it appears to be a problem on Google's end. Apparently a recent update to the YouTube app has broken some of the functionality of the API, Google should be releasing a new version of the API library soon so once they do I'll update this repo.

See this issue for more information: https://code.google.com/p/gdata-issues/issues/detail?id=7586

ScottCooper92 avatar Oct 22 '15 09:10 ScottCooper92