I was getting FileNotFoundExceptions while trying to export a feed. Comments in #215 were correct in that the public/data directory was not created. When I added `mkdir public/data` my setup script, it worked.