At the time of writing, tt6791350 is not rated, thus the MovieRatings dict looks like this
"MovieRatings": {
"Tmdb": {
"Count": 370,
"Value": 8.445,
"Type": "User"
},
"Imdb": null,
"Metacritic": null,
"RottenTomatoes": {
"Count": 0,
"Value": 82,
"Type": "User"
}
}
while the code expects MovieRatings.Imdb.Value to exist.
AB#4910
At the time of writing, tt6791350 is not rated, thus the MovieRatings dict looks like this
while the code expects
MovieRatings.Imdb.Valueto exist.AB#4910