Repository metrics
- Stars
- (14 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Hi,
I try to obtain the same database as this article : https://www.pnas.org/content/118/15/e2024399118 that use eco-counter-client The code that is use can be found here : https://zenodo.org/record/4015974. It's the get_counter_data.js file.
When I run the code, I have the following error :
Error: Not Found at /Users/X/node_modules/eco-counter-client/lib/request.js:39:16 at processTicksAndRejections (internal/process/task_queues.js:95:5) { statusCode: 404 }
Any idea where the error might come from ? Moreover I use node node v14.17.6 and this is the npm list from eco-counter-client
├─┬ fetch-ponyfill@6.1.1 │ └─┬ node-fetch@2.6.3 │ └─┬ whatwg-url@5.0.0 │ ├── tr46@0.0.3 │ └── webidl-conversions@3.0.1 ├─┬ floordate@3.0.0 │ └── isnumber@1.0.0 ├─┬ pinkie-promise@2.0.1 │ └── pinkie@2.0.4 ├─┬ query-string@6.14.1 │ ├── decode-uri-component@0.2.0 │ ├── filter-obj@1.1.0 │ ├── split-on-first@1.1.0 │ └── strict-uri-encode@2.0.0 ├─┬ tap-min@2.0.0 │ ├─┬ chalk@2.4.2 │ │ ├─┬ ansi-styles@3.2.1 │ │ │ └─┬ color-convert@1.9.3 │ │ │ └── color-name@1.1.3 │ │ ├── escape-string-regexp@1.0.5 │ │ └─┬ supports-color@5.5.0 │ │ └── has-flag@3.0.0 │ ├── duplexer3@0.1.4 │ ├── hirestime@3.2.2 │ ├─┬ pretty-ms@4.0.0 │ │ └── parse-ms@2.1.0 │ ├─┬ readable-stream@3.6.0 │ │ ├── inherits@2.0.4 deduped │ │ ├─┬ string_decoder@1.3.0 │ │ │ └── safe-buffer@5.2.1 │ │ └── util-deprecate@1.0.2 │ └─┬ tap-parser@9.3.3 │ ├── events-to-array@1.1.2 │ ├─┬ minipass@2.9.0 │ │ ├── safe-buffer@5.2.1 deduped │ │ └── yallist@3.1.1 │ └─┬ tap-yaml@1.0.0 │ └── yaml@1.10.2 └─┬ tape@5.3.1 ├─┬ call-bind@1.0.2 │ ├── function-bind@1.1.1 │ └─┬ get-intrinsic@1.1.1 │ ├── function-bind@1.1.1 deduped │ ├── has@1.0.3 deduped │ └── has-symbols@1.0.2 deduped ├─┬ deep-equal@2.0.5 │ ├── call-bind@1.0.2 deduped │ ├─┬ es-get-iterator@1.1.2 │ │ ├── call-bind@1.0.2 deduped │ │ ├── get-intrinsic@1.1.1 deduped │ │ ├── has-symbols@1.0.2 deduped │ │ ├── is-arguments@1.1.1 deduped │ │ ├── is-map@2.0.2 │ │ ├── is-set@2.0.2 │ │ ├─┬ is-string@1.0.7 │ │ │ └── has-tostringtag@1.0.0 deduped │ │ └── isarray@2.0.5 deduped │ ├── get-intrinsic@1.1.1 deduped │ ├─┬ is-arguments@1.1.1 │ │ ├── call-bind@1.0.2 deduped │ │ └── has-tostringtag@1.0.0 deduped │ ├─┬ is-date-object@1.0.5 │ │ └── has-tostringtag@1.0.0 deduped │ ├── is-regex@1.1.4 deduped │ ├── isarray@2.0.5 │ ├── object-is@1.1.5 deduped │ ├── object-keys@1.1.1 │ ├── object.assign@4.1.2 deduped │ ├─┬ regexp.prototype.flags@1.3.1 │ │ ├── call-bind@1.0.2 deduped │ │ └── define-properties@1.1.3 deduped │ ├─┬ side-channel@1.0.4 │ │ ├── call-bind@1.0.2 deduped │ │ ├── get-intrinsic@1.1.1 deduped │ │ └── object-inspect@1.11.0 deduped │ ├─┬ which-boxed-primitive@1.0.2 │ │ ├─┬ is-bigint@1.0.4 │ │ │ └── has-bigints@1.0.1 │ │ ├─┬ is-boolean-object@1.1.2 │ │ │ ├── call-bind@1.0.2 deduped │ │ │ └── has-tostringtag@1.0.0 deduped │ │ ├─┬ is-number-object@1.0.6 │ │ │ └── has-tostringtag@1.0.0 deduped │ │ ├── is-string@1.0.7 deduped │ │ └─┬ is-symbol@1.0.4 │ │ └── has-symbols@1.0.2 deduped │ ├─┬ which-collection@1.0.1 │ │ ├── is-map@2.0.2 deduped │ │ ├── is-set@2.0.2 deduped │ │ ├── is-weakmap@2.0.1 │ │ └── is-weakset@2.0.1 │ └─┬ which-typed-array@1.1.7 │ ├── available-typed-arrays@1.0.5 │ ├── call-bind@1.0.2 deduped │ ├── es-abstract@1.18.6 deduped │ ├── foreach@2.0.5 │ ├── has-tostringtag@1.0.0 deduped │ └─┬ is-typed-array@1.1.8 │ ├── available-typed-arrays@1.0.5 deduped │ ├── call-bind@1.0.2 deduped │ ├── es-abstract@1.18.6 deduped │ ├── foreach@2.0.5 deduped │ └── has-tostringtag@1.0.0 deduped ├── defined@1.0.0 ├─┬ dotignore@0.1.2 │ └─┬ minimatch@3.0.4 │ └─┬ brace-expansion@1.1.11 │ ├── balanced-match@1.0.2 │ └── concat-map@0.0.1 ├─┬ for-each@0.3.3 │ └── is-callable@1.2.4 ├── get-package-type@0.1.0 ├─┬ glob@7.1.7 │ ├── fs.realpath@1.0.0 │ ├─┬ inflight@1.0.6 │ │ ├── once@1.4.0 deduped │ │ └── wrappy@1.0.2 │ ├── inherits@2.0.4 deduped │ ├── minimatch@3.0.4 deduped │ ├─┬ once@1.4.0 │ │ └── wrappy@1.0.2 deduped │ └── path-is-absolute@1.0.1 ├─┬ has@1.0.3 │ └── function-bind@1.1.1 deduped ├─┬ has-dynamic-import@2.0.0 │ └── call-bind@1.0.2 deduped ├── inherits@2.0.4 ├─┬ is-regex@1.1.4 │ ├── call-bind@1.0.2 deduped │ └─┬ has-tostringtag@1.0.0 │ └── has-symbols@1.0.2 deduped ├── minimist@1.2.5 ├── object-inspect@1.11.0 ├─┬ object-is@1.1.5 │ ├── call-bind@1.0.2 deduped │ └─┬ define-properties@1.1.3 │ └── object-keys@1.1.1 deduped ├─┬ object.assign@4.1.2 │ ├── call-bind@1.0.2 deduped │ ├── define-properties@1.1.3 deduped │ ├── has-symbols@1.0.2 │ └── object-keys@1.1.1 deduped ├─┬ resolve@2.0.0-next.3 │ ├─┬ is-core-module@2.6.0 │ │ └── has@1.0.3 deduped │ └── path-parse@1.0.7 ├─┬ resumer@0.0.0 │ └── through@2.3.8 deduped ├─┬ string.prototype.trim@1.2.4 │ ├── call-bind@1.0.2 deduped │ ├── define-properties@1.1.3 deduped │ └─┬ es-abstract@1.18.6 │ ├── call-bind@1.0.2 deduped │ ├─┬ es-to-primitive@1.2.1 │ │ ├── is-callable@1.2.4 deduped │ │ ├── is-date-object@1.0.5 deduped │ │ └── is-symbol@1.0.4 deduped │ ├── function-bind@1.1.1 deduped │ ├── get-intrinsic@1.1.1 deduped │ ├─┬ get-symbol-description@1.0.0 │ │ ├── call-bind@1.0.2 deduped │ │ └── get-intrinsic@1.1.1 deduped │ ├── has@1.0.3 deduped │ ├── has-symbols@1.0.2 deduped │ ├─┬ internal-slot@1.0.3 │ │ ├── get-intrinsic@1.1.1 deduped │ │ ├── has@1.0.3 deduped │ │ └── side-channel@1.0.4 deduped │ ├── is-callable@1.2.4 deduped │ ├── is-negative-zero@2.0.1 │ ├── is-regex@1.1.4 deduped │ ├── is-string@1.0.7 deduped │ ├── object-inspect@1.11.0 deduped │ ├── object-keys@1.1.1 deduped │ ├── object.assign@4.1.2 deduped │ ├─┬ string.prototype.trimend@1.0.4 │ │ ├── call-bind@1.0.2 deduped │ │ └── define-properties@1.1.3 deduped │ ├─┬ string.prototype.trimstart@1.0.4 │ │ ├── call-bind@1.0.2 deduped │ │ └── define-properties@1.1.3 deduped │ └─┬ unbox-primitive@1.0.1 │ ├── function-bind@1.1.1 deduped │ ├── has-bigints@1.0.1 deduped │ ├── has-symbols@1.0.2 deduped │ └── which-boxed-primitive@1.0.2 deduped └── through@2.3.8