Youtube VideoApp lesson 6 problem

In lesson 6 when I tried to run the app it run successfully but it didn’t show up any cells or thumbnails, I already checked every line of the code and compared it with the tutorial’s project from GitHub, Even I modified only the constants file from Chris’s project and run but there’s no change at all. I think the problem it with the API key or something in the constants but I don’t know what to do.

Hi Mahmoud, can you use Proxyman or similar as advised in one of the videos? It will show you whether or not you are connecting to google and if the images are being returned to your Mac successfully.

Hi Mahmoud,

Welcome to the Code Crew community.

Have you tried placing breakpoints in your code to identify where it is not working?

For example, place breakpoints inside the getVideos() function to check that the URLSession data task is returning any data.