Berenice Domínguez
03/21/2024, 1:27 PM[13:03:04] Continue the authentication process in the prompted browser.
(node:75151) UnhandledPromiseRejectionWarning: Error: Invalid login attempt.
at OAuth1._baseStep (/Users/berenice/Documents/github/2024_1/afg-sca-ext-22/ns_npm_repository/oauth1/index.js:287:19)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async OAuth1.issueToken (/Users/berenice/Documents/github/2024_1/afg-sca-ext-22/ns_npm_repository/oauth1/index.js:353:38)
at async authorize (/Users/berenice/Documents/github/2024_1/afg-sca-ext-22/gulp/ns-deploy/net.js:333:24)
(Use node --trace-warnings ... to show where the warning was created)
(node:75151) 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>).. "smartCard-inline") (rejection id: 1)
(node:75151) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Steve Goldberg
03/21/2024, 1:30 PMBerenice Domínguez
03/21/2024, 1:31 PMBerenice Domínguez
03/21/2024, 1:36 PMBerenice Domínguez
03/21/2024, 1:49 PMSteve Goldberg
03/21/2024, 1:57 PMSteve Goldberg
03/21/2024, 1:58 PMSteve Goldberg
03/21/2024, 1:59 PMBerenice Domínguez
03/21/2024, 3:33 PM{
"type": "error.SuiteScriptError",
"name": "78319",
"message": "Compiler was unable to compile the given input file.",
"id": null,
"stack": [
"createError(N/error)"
],
"cause": {
"message": "Compiler was unable to compile the given input file.",
"stack": [
"createError(N/error)",
"map(/SuiteBundles/Bundle 500777/ExtensionMechanism.Server/CompilersMapReduce/SassCompilerMapReduce.js:160)"
],
"name": "78319",
"data": {
"response": null,
"notifications": [
{
"message": "Compilation error occured.",
"status": "1",
"json": "expected \"=\".",
"file": "filecabinet:/SuiteScripts/Deploy_Extensions/AFG/AFG_2022_2_Theme@1.0.24/Modules/BaseSassStyles/Sass/atoms/_purchase-controls.scss 238:65 @import\nfilecabinet:/SuiteScripts/Deploy_Extensions/AFG/AFG_2022_2_Theme@1.0.24/Modules/BaseSassStyles/Sass/_main-atoms.scss 32:9 @import\nfilecabinet:/SuiteScripts/Deploy_Extensions/AFG/AFG_2022_2_Theme@1.0.24/Modules/Checkout/checkout.scss 49:9 @import\nfilecabinet:/Web%20Site%20Hosting%20Files/Live%20Hosting%20Files/SSP%20Applications/NetSuite%20Inc.%20-%20SCA%202022.2.0/Development/extensions/meta_checkout_2.scss 33:9 root stylesheet\n",
"src": "filecabinet:/SuiteScripts/Deploy_Extensions/AFG/AFG_2022_2_Theme@1.0.24/Modules/BaseSassStyles/Sass/atoms/_purchase-controls.scss 238:65 @import\nfilecabinet:/SuiteScripts/Deploy_Extensions/AFG/AFG_2022_2_Theme@1.0.24/Modules/BaseSassStyles/Sass/_main-atoms.scss 32:9 @import\nfilecabinet:/SuiteScripts/Deploy_Extensions/AFG/AFG_2022_2_Theme@1.0.24/Modules/Checkout/checkout.scss 49:9 @import\nfilecabinet:/Web%20Site%20Hosting%20Files/Live%20Hosting%20Files/SSP%20Applications/NetSuite%20Inc.%20-%20SCA%202022.2.0/Development/extensions/meta_checkout_2.scss 33:9 root stylesheet\n",
"detail": "Error: expected \"=\".\n ╷\n238 │ -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha\"(Opacity=0);\n │ ^\n ╵\n filecabinet:/SuiteScripts/Deploy_Extensions/AFG/AFG_2022_2_Theme@1.0.24/Modules/BaseSassStyles/Sass/atoms/_purchase-controls.scss 238:65 @import\n filecabinet:/SuiteScripts/Deploy_Extensions/AFG/AFG_2022_2_Theme@1.0.24/Modules/BaseSassStyles/Sass/_main-atoms.scss 32:9 @import\n filecabinet:/SuiteScripts/Deploy_Extensions/AFG/AFG_2022_2_Theme@1.0.24/Modules/Checkout/checkout.scss 49:9 @import\n filecabinet:/Web%20Site%20Hosting%20Files/Live%20Hosting%20Files/SSP%20Applications/NetSuite%20Inc.%20-%20SCA%202022.2.0/Development/extensions/meta_checkout_2.scss 33:9 root stylesheet",
"text": "expected \"=\".",
"severity": {
"label": "ERROR",
"value": 3
}
}
]
}
},
"notifyOff": false,
"userFacing": true
}
Berenice Domínguez
03/21/2024, 4:45 PM