mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #115] Unhandled error: <class 'RecursionError'>, maximum recursion depth exceeded while calling a Python object #62
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thinkopensource on GitHub (Apr 11, 2024).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/115
I received this error when execute inside my folder, can I change limit?
@patrickchugh commented on GitHub (May 11, 2024):
Thanks for the bug report. Can you confirm if this still exists with the latest release pushed just now?
@zopz commented on GitHub (May 28, 2024):
I'm having the same issue using main@
a9afafd640cc0892834fe6db0aa833fe2cb14e80Running
Terraform v1.5.7 on darwin_arm64
git version 2.39.3 (Apple Git-146)
dot - graphviz version 11.0.0 (20240428.1522) installed via homebrew
Let me know if there is any more information I can provide!
@patrickchugh commented on GitHub (May 29, 2024):
@zopz can you share the terraform code so I can try to reproduce?
@zopz commented on GitHub (Jun 3, 2024):
unfortunately this is proprietary code :\
when I have a little more time I'll see if I can reproduce with some similar methods though
@c42-arthur commented on GitHub (Jan 13, 2025):
You can reproduce with https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=5.7.1 using the following config
@arnm commented on GitHub (Jan 2, 2026):
Confirming this issue still occurs on the latest version (v0.9.1, commit
f9f1143).Environment:
f9f1143)VPC Module Configuration:
Using
terraform-aws-modules/vpc/awsv5.8.1 with 2 AZs, 2 private subnets, and 2 public subnets (similar to @c42-arthur's reproduction case above).Stack Trace (with
--debug):Notes:
find_replace_valuesandreplace_module_varsstill triggers with VPC module configurations--simplifiedflag does not helpWould be happy to help test any proposed fixes.
@patrickchugh commented on GitHub (Jan 3, 2026):
@arnm @zopz @thinkopensource @c42-arthur I used the same VPC module and was unable to reproduce this. In any case, thank you for your patience. I have added new code which will break the infinite loop after 50 tries to resolve a variable. This at least allows you to proceed with diagram generation if the variable is not critical to your diagram. If you can post the WARNING: XXX output from the log I can try to understand what kind of statement the interpreter is unable to resolve.
'git pull' the latest code and let me know
@patrickchugh commented on GitHub (Apr 15, 2026):
closing due to no response @arnm @zopz @thinkopensource @c42-arthur