mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[GH-ISSUE #60] Unhandled error: <class 'AttributeError'>, 'list' object has no attribute 'startswith', <traceback object at 0x000002DA1E707780> #26
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#26
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 @Scott-Emberson on GitHub (Sep 23, 2023).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/60
Hi when trying to run the tool, I get the following error:
Unhandled error: <class 'AttributeError'>, 'list' object has no attribute 'startswith', <traceback object at 0x000002DA1E707780>Debug log:
Please let me know if you need any more information.
@patrickchugh commented on GitHub (Oct 3, 2023):
I will be releasing a significant update that uses the Terraform binary - please test again with that once released.
@patrickchugh commented on GitHub (Nov 21, 2023):
@Scott-Emberson Hello, thank you for your feedback and thanks for testing out Terravision and helping to make this a better product. I have recently completed a major revamp to the code which uses the terraform binary to download source files and generate initial relationships, before augmenting it with source code parsing as before. This is a significant departure from the previous approach and whilst slower, ensures a more accurate output and will handle all terraform in built functions now when encountered in the source. Please do a git pull and re-test again with the latest source code. If your problem is resolved, please close the the thread in github issues and mark it as completed. If not, please give as much detail as you can about the errors and include any source files if possible so I can reproduce your issue. Once again, thanks for helping and look forward to hearing from you soon.
P.
@Scott-Emberson commented on GitHub (Nov 21, 2023):
This error is no longer an issue.