To fix this update the Controller class : src/AppBundle/Controller/MovieController.php line 31 into ``` $title = str_replace('/',' ', $movieNode->get('title')); $movie['url']` = $this->generateUrl('movies_show', ['title' => $title]); ```