Konstantinos Kamaropoulos
Konstantinos Kamaropoulos
It turns out this is not an issue with COVID19Py but with the API it pulls data from. According to ExpDev07/coronavirus-tracker-api's [Issue #264](https://github.com/ExpDev07/coronavirus-tracker-api/issues/264), there was an outage and it seems...
Agreed @jdeweese1. In the meantime, API sources have proven to be unstable so maybe it might be time to implement source mirrors support?
#20 looks good, just merged it. https://cvtapi.nl/ also seems to be still available so maybe we could start with these two. In case something happens with the current default mirror,...
Additionally, something like this could allow us to select a mirror for the user based on their ping to it or even implement load balancing between the mirrors, even though...
> Yes, https://cvtapi.nl/ is still up, but it's not load balanced anymore. I didn't have enough traffic to warrant that. Implementing a load balancing scheme between mirrors sounds like a...
> > #20 looks good, just merged it. > > https://cvtapi.nl/ also seems to be still available so maybe we could start with these two. In case something happens with...
> #20 looks good, just merged it. > > https://cvtapi.nl/ also seems to be still available so maybe we could start with these two. In case something happens with the...
> https://us02web.zoom.us/j/81393277277?pwd=MUlBMU82V1MyeHJSeC9zZkdGeXBOZz09 Meeting ID: 813 9327 7277 Passcode: 5xHJfR ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ Professor Terence Cosgrove TEL +44 (0) 1275 845230 School of Chemistry TEL +1 239 304 5982 Cantock's Close [email protected] Bristol...
@Toxyl [cvtapi.nl](https://cvtapi.nl) seems to be down now, returns 502 for me.
@carmelotony the first argument it gets is the URL, that's why it tries to retrieve data from `csbs/v2/locations`. Try using `COVID19(data_source="csbs")` instead. 🙂