oke, i dont know much about python. But there seems to be problems when the movie name has some characters in it which break searches. You use movie.name and i changed those to movie.name.replace(',', '').replace('.','') when used in a query. This helped me from the 2 occurrences i found like. You c...