This question was posted before. However, I am getting inconsistent results.
I am using the youtube data api v3 and getting some strange results.
I am initially getting a list of videos with the following query:
search?part=snippet&safeSearch=strict&type=video&videoDefinition=high&videoEmbeddable=true&videoSyndicated=true&fields=items(id,snippet)&q='horses riding gopro'
Then I individually query each video:
videos?part=snippet,statistics,contentDetails,status&id=LUThBDjQocU
After that, I am getting the following status information:
status: { uploadStatus: "processed", privacyStatus: "public", license: "youtube", embeddable: true, publicStatsViewable: true }
Playing the same video with youtube iframe api on a mac: I am receiving the error code 150
while on a linux workstation: I am not getting an error.
Any hints on how to detect the error code 150 during a query to youtube data api?