solved Youtube module is not finding any Youtube video & is unable to create new entries

SK1
SK1
@sk1
4 years ago
44 posts
ISSUE:
1) YOUTUBE module cannot find any video that I SEARCH even though it is in Youtube
2) Similar issue when I attempt to CREATE new Youtube video entry

See attached screens

Ex:
Kelly Rowland - COFFEE (Official Video)
JAY-Z - Song Cry
DJ Khaled - Higher ft. Nipsey Hussle, John Legend
updated by @sk1: 10/11/20 04:10:43PM
paul
@paul
4 years ago
4,325 posts
The YouTube search API that JR uses is more generic and doesn't return absolute URLs (why would it if you already have the URL of what you are looking for?).

Try searching for 'Kelly Rowland - Coffee', say.
hth


--
Paul Asher - JR Developer and System Import Specialist
SK1
SK1
@sk1
4 years ago
44 posts
Hi Paul,
The search with URL was only because I did try with just key words first & that didn't work.

I just retested again the following scenarios but no success:
1. I attempted to create the video using the Youtube Video ID ( IJZZ6dPPawM )
2. I searched for the videos using the Key Words string ( Kelly Rowland - Coffee )

Screenshots attached
SK1
SK1
@sk1
4 years ago
44 posts
I also tried on my own to check if maybe there is an issue with the Youtube Search API ( "YouTube Data API v3" )
My findings:
- I was able to send a GET request to the API using the same key words (Ex: 'Kelly Rowland - Coffee' ) as parameter
- I was able to successfully get back a response containing the list of matching videos/IDs etc..
- I tried with various search & in all cases I got the response with the search maches.
Screenshots attached.

So I am thinking this doesn't seem like the issue with "YouTube Data API v3" API itself.

Can you check the module to see what could be causing this?
paul
@paul
4 years ago
4,325 posts
I'm not seeing any issues with that YT video.
I get it returned when searching for 'Kelly Rowland - Coffee', it creates from the search results, it also creates ok from its YT ID.

Maybe check that your API key in the YT Config section is ok? We occasionally get user issues where the key just stops working and users have to request a new one from Google and replace it in their module.


--
Paul Asher - JR Developer and System Import Specialist
SK1
SK1
@sk1
4 years ago
44 posts
Yes that's it. You are right
It seems my Key just stopped working ( even though it used to).
So as suggested, I regenerated my Google Youtube V3 API Key & updated the Youtube module Key within Jamroom with the new value.
Now everything is working well.

Thanks!


----- RESOLVED ----