AzulGarza / covidmx

Python API to get information about COVID-19 in México.
MIT License
19 stars 7 forks source link

Error in dge.py file #3

Closed irexen closed 4 years ago

irexen commented 4 years ago

When running Python to get information through the get_data method of the CovidMX object, it returns the following error:

raceback (most recent call last): File "c:/Users/Alejandro Rebollo/Documents/Covid19MX.py", line 4, in raw_dge_data = CovidMX(clean=False).get_data() File "C:\Users\Alejandro Rebollo\AppData\Local\Programs\Python\Python38-32\lib\site-packages\covidmx\dge.py", line 33, in get_data df, catalogo, descripcion = self.read_data() File "C:\Users\Alejandro Rebollo\AppData\Local\Programs\Python\Python38-32\lib\site-packages\covidmx\dge.py", line 59, in read_data raise RuntimeError('Cannot read data description.') RuntimeError: Cannot read data description.

AzulGarza commented 4 years ago

Hi!

Do you have more information about this issue? Like your system information? It seems an internet problem because I tried the same line of code on a server and my local machine and it worked fine.