ReferenceError: Excessive alias count indicates a resource exhaustion attack #613
-
|
Hi all, We are attempting another way to get data for our model: we use only excel files. We encounter this error: What do you think? We do have a simplified model that works properly, with about 400 calls to excel files in total. May it be linked to the number of calls? Complete log, at |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hi @LSarribouette, thanks for reporting this. The issue is caused by some YAML parsing code in the Also, just to confirm, once you've created the project, have you had any trouble getting your model to work? The error above should be limited to the initial model read by the |
Beta Was this translation helpful? Give feedback.
@LSarribouette: I fixed the above issue in the
@sdeverywhere/createpackage and published a new version, so you shouldn't run into thatReferenceErrorissue any longer, but please let me know if you run into any other issues.