-
Notifications
You must be signed in to change notification settings - Fork 41
Description
(node:510540) DeprecationWarning: ArgumentParser(): following options are renamed: 'addHelp' -> 'add_help'
(Use node --trace-deprecation ... to show where the warning was created)
(node:510540) DeprecationWarning: _ActionsContainer.addArgument() is renamed to _ActionsContainer.add_argument()
(node:510540) DeprecationWarning: use add_argument('url', {...}) instead of add_argument([ 'url' ], { ... })
(node:510540) DeprecationWarning: add_argument(): following options are renamed: 'defaultValue' -> 'default'
(node:510540) DeprecationWarning: ArgumentParser.parseArgs() is renamed to ArgumentParser.parse_args()
node:_http_client:187
throw new ERR_INVALID_PROTOCOL(protocol, expectedProtocol);
^
TypeError [ERR_INVALID_PROTOCOL]: Protocol "https:" not supported. Expected "http:"
at new ClientRequest (node:_http_client:187:11)
at request (node:http:101:10)
at Object.get (node:http:112:15)
at Function.fetch (/usr/local/lib/node_modules/maximize/maximize.js:35:12)
at Function. (/usr/local/lib/node_modules/maximize/maximize.js:45:11)
at Function. (/usr/local/lib/node_modules/maximize/node_modules/seq/index.js:101:24)
at action (/usr/local/lib/node_modules/maximize/node_modules/seq/index.js:76:11)
at Object.seq (/usr/local/lib/node_modules/maximize/node_modules/seq/index.js:93:13)
at saw.next (/usr/local/lib/node_modules/maximize/node_modules/chainsaw/index.js:52:18)
at /usr/local/lib/node_modules/maximize/node_modules/chainsaw/index.js:36:17 {
code: 'ERR_INVALID_PROTOCOL'
}
Node.js v20.18.1