AxiosError: Request failed with status code 403
at settle (/usr/src/node-red/node_modules/axios/dist/node/axios.cjs:1909:12)
at Unzip.handleStreamEnd (/usr/src/node-red/node_modules/axios/dist/node/axios.cjs:2989:11)
at Unzip.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1358:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Welcome to the Node-RED Forum.
More information is going to be required to be able to help diagnose this.
What OS?
What versions of Node-RED and NodeJS are installed?
Are you using any additional Nodes to do whatever it is you are trying to do?
Did the adding of a node cause the error?
Have you looked at the Node_RED run log, or the log generated while running Node_RED from a Terminal/Console?
After you have this information, what are you trying to do?
Do you have a flow you can demonstrate the error with?
If a beginner, have you looked at Node-RED Essentials videos to get a feel for Node-RED, this is well worth the time.
This is going to be an uncaught error in a node you have installed.
HTTP Status code 403 implies that there is a resource that can not be accesses most likely due to incorrect credentials.
What new nodes have you deployed recently (especially those that require entering credentials)?
I suggest you check any credentials you have added recently, and if not you will need to go through the nodes you have installed and look to see which have axios as a dependency.