Unable to download MNIST data from Scikit learn

I ran the below command and am getting “HTTPError: HTTP Error 500: Internal Server Error”? Can you please help

from sklearn.datasets import fetch_mldata
mnist = fetch_mldata(‘MNIST original’)

This generally happens when the sklearn’s server gets too many calls at the same time.

Please try again.