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
Need to look at the logger for the external api calls. it's tossing an error about trying to convert a circular json structure.
15 [2023-10-25T20:58:00.191Z] [ERROR]: --- unhandledRejection --- TypeError: Converting circular structure to JSON
--> starting at object with constructor 'TLSSocket'
| property 'parser' -> object with constructor 'HTTPParser'
--- property 'socket' closes the circle
at JSON.stringify ()
at Logger. (/home/ted/vscode-f5/node_modules/f5-conx-core/src/logger.ts:183:45)
at Generator.next ()
at fulfilled (/home/ted/vscode-f5/node_modules/f5-conx-core/dist/logger.js:12:58)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
Need to look at the logger for the external api calls. it's tossing an error about trying to convert a circular json structure.
15 [2023-10-25T20:58:00.191Z] [ERROR]: --- unhandledRejection --- TypeError: Converting circular structure to JSON
--> starting at object with constructor 'TLSSocket'
| property 'parser' -> object with constructor 'HTTPParser'
--- property 'socket' closes the circle
at JSON.stringify ()
at Logger. (/home/ted/vscode-f5/node_modules/f5-conx-core/src/logger.ts:183:45)
at Generator.next ()
at fulfilled (/home/ted/vscode-f5/node_modules/f5-conx-core/dist/logger.js:12:58)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered: