You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If retrieving a script log fails a very generic message is shown:
2022-08-29T02:05:09.649Z error: SCRIPTLOG ERROR: AxiosError: Request failed with status code 500
There is however more info available in the error object that is passed into the exception handler.
Exposing it via log error messages will make it clearer what caused the error:
2022-08-29T02:05:09.649Z error: SCRIPTLOG ERROR: AxiosError: Request failed with status code 500
2022-08-29T02:05:09.649Z error: SCRIPTLOG ERROR: Could not find file 'C:\Users\qlikservice\AppData\Local\Temp\ba0d33e5-de1b-41f7-b366-07ed49c47f4d.log'.
This extra info is available in the response.data part of the object that's passed into the exception handler that wraps the call to the Sense API.
The text was updated successfully, but these errors were encountered:
If retrieving a script log fails a very generic message is shown:
There is however more info available in the error object that is passed into the exception handler.
Exposing it via log error messages will make it clearer what caused the error:
This extra info is available in the
response.data
part of the object that's passed into the exception handler that wraps the call to the Sense API.The text was updated successfully, but these errors were encountered: