okfn-brasil / serenata-toolbox

📦 pip module containing code shared across Serenata de Amor's projects | ** Este repositório não recebe atualizações frequentes **
MIT License
154 stars 69 forks source link

Error trying to download 2016-08-08-datasets-format.html #189

Closed marceloabk closed 6 years ago

marceloabk commented 6 years ago

What is the problem? I'm trying to install serenata-de-amor via docker. When suddenly got this error message:

raise RemoteFileNotFound(self.url(filename))
serenata_toolbox.datasets.downloader.RemoteFileNotFound: HTTP request to
https://nyc3.digitaloceanspaces.com/serenata-de-amor-data/2016-08-08-datasets-format.html returned a non 200 status

When I accessed the root link of error and traced back the code, I found that there is a file in the LATEST list at the Downloader Class that doesn't exist in the server. The file 2016-08-08-datasets-format.html is at list but isn't at server.

How can this be addressed? Don't know

Who could help with this issue? I would love to help. But I have no idea what is the right approach.

I really hope that this is not just a noob error that I'm getting for doing something wrong. Didn't found any duplicated issue too.