warrenbuckley / YouTube-Umbraco

YouTube for Umbraco
12 stars 17 forks source link

Not showing ALL videos from channel #15

Closed dprothero closed 9 years ago

dprothero commented 9 years ago

I've been using YouTube-Umbraco successfully for the past couple of weeks. However, today, it started only showing 5 videos in my channel for selection instead of the total 8 videos that are available.

Here is my channel: https://www.youtube.com/channel/UCqiwZNUf9z9OrseJoVGWMMg

As you can see, there are 8 videos there. They were showing up, but now only 5 show up (the missing videos are FEMA Training parts 2, 3, and 6).

I turned on debug and when you select the channel in the data types section, it shows the channel selected and shows there are 8 videos:

ytu-1

However, when editing a document, I can only choose from 5 videos:

ytu-2

As I mentioned at the opening, this was working fine before. Any thoughts on what the issue might be?

dprothero commented 9 years ago

Doesn't seem to be an issue with YouTube-Umbraco. I tried this direct API request:

https://www.googleapis.com/youtube/v3/search?part=snippet&channelId=UCqiwZNUf9z9OrseJoVGWMMg&order=date&maxResults=3&type=video&key=[KeyFromSource]

And got the same result (pageInfo.totalResults === 5). I will troubleshoot at the API level and report back if there is anything to report.

dprothero commented 9 years ago

http://stackoverflow.com/questions/31035347/youtube-api-v3-search-by-channel-id-not-returning-all-videos-in-the-channel

warrenbuckley commented 9 years ago

@dprothero can I close this as it seems a specific problem to the API itself & not the Umbraco Property Editor?

Jeavon commented 9 years ago

I believe this is known as Issue 6125 https://code.google.com/p/gdata-issues/issues/detail?id=6125&q=search%20list%20label%3AAPI-YouTube&colspec=API%20ID%20Type%20Status%20Priority%20Stars%20Summary

warrenbuckley commented 9 years ago

OK happy for me to close @dprothero & @Jeavon ?

Jeavon commented 9 years ago

Yes, it is a YouTube API issue