ZumitoTeam / zumito-framework

Framework for creating a bot for discord
https://framework.zumito.dev
7 stars 1 forks source link

[๐Ÿ›] Resolve "Unable to Serialize, Circular Reference is Too Complex to Analyze" Bug #36

Open WilliamAcosta1 opened 6 months ago

WilliamAcosta1 commented 6 months ago

Problem Description: Our project is currently encountering an issue with the error message "Unable to serialize, circular reference is too complex to analyze." This error indicates a problem with circular references in the code, making it challenging to serialize certain objects. To maintain the stability and functionality of our application, we need to investigate and address this bug.

Bug Details:

Steps to Reproduce:

Pros:

Cons:

Suggested Actions:

fernandomema commented 1 month ago

Hello @WilliamAcosta1 ! I cannot reproduce that error, can you detail steeps to reproduce it? and any relevant details, like OS, node version, etc