films_actors 테이블의 57번 필드 값 중 actor_id는 34번까지밖에 없는데 35번으로 되어있다. 34번으로 수정.
films_actors
actor_id
update films_actors set actor_id=34 where id=57;