ChrisMichaelPerezSantiago / covid19

This API provides updated real-time data on coronavirus cases from the worldometers page, provided by the most reputable organizations and statistical offices in the world.
MIT License
76 stars 17 forks source link

getReports errors out #12

Closed SystemCrashed closed 4 years ago

SystemCrashed commented 4 years ago

Used to be able to use .getReports() but no longer can. I have changed nothing. It's just, stopped working. Any ideas?

2|client  | (node:141183) UnhandledPromiseRejectionWarning: TypeError: Property description must be an object: undefined
2|client  |     at Function.defineProperty (<anonymous>)
2|client  |     at renameKey (/root/Says/node_modules/covid19-api/src/api/utils/utils.js:3:12)
2|client  |     at /root/Says/node_modules/covid19-api/src/api/api.js:85:26
2|client  |     at Array.forEach (<anonymous>)
2|client  |     at /root/Says/node_modules/covid19-api/src/api/api.js:85:9
2|client  |     at Array.map (<anonymous>)
2|client  |     at Object.reports (/root/Says/node_modules/covid19-api/src/api/api.js:83:17)
2|client  |     at async Promise.all (index 0)
2|client  |     at async PluginManager.getReports (/root/Says/node_modules/covid19-api/src/api/PluginManager.js:7:17)
2|client  |     at async Timeout.eval [as _onTimeout] (eval at exports.run (/root/Says/commands/eval.js:11:22), <anonymous>:1:38)
2|client  | (node:141183) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 9)
SystemCrashed commented 4 years ago

13

ChrisMichaelPerezSantiago commented 4 years ago

Hi @SystemCrashed

Problem solved #11