Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] logger circular json bug #23

Open
DumpySquare opened this issue Oct 25, 2023 · 0 comments
Open

[BUG] logger circular json bug #23

DumpySquare opened this issue Oct 25, 2023 · 0 comments
Assignees

Comments

@DumpySquare
Copy link
Member

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)

@DumpySquare DumpySquare self-assigned this Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant