When I open the Scrapy shell through the command scrapy shell "http://quotes.toscrape.com/"
(this example comes from the Scrapy tutorial), I enter the command view(response)
which opens my navigator (Firefox to be precise) with a path looking like file:///tmp/tmpnzkkilst.html
and the error "File not found".
Any idea on how to solve this issue ?