Hola Holch como estas? actualice LS como habíamos acordado. Sin embargo, tengo un codigo que utiliza las Apis de LS como por ejemplo : addSurvey.
Con la version (3.17.9+190731 ) anterior mis APIS funcionaban bien, pero con la actual: (3.26.1). me sale un error
Estoy utilizando Node.Js para enviar información a LS. El error es el siguiente:
(node:17816) UnhandledPromiseRejectionWarning: Error: no token
at C:\sources\GrupoClima\clima\node_modules\node-limesurvey\index.js:51:32
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(node:17816) 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
nodejs.org/api/cli.html#cli_unhandled_rejections_mode
). (rejection id: 1)
Espero puedas ayudarme