[GH-ISSUE #101] KeyError: 'after_sensitive' #51

Closed
opened 2026-05-06 12:36:44 +02:00 by BreizhHardware · 2 comments

Originally created by @juanms on GitHub (Jan 16, 2024).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/101

This error indicates that there is an attempt to access the 'after_sensitive' key in a dictionary, and this key is not present in the dictionary.
File "/Path/to/tfwrapper.py", line 165, in setup_graph: details.update(object["change"]["after_sensitive"])
KeyError: 'after_sensitive'

Originally created by @juanms on GitHub (Jan 16, 2024). Original GitHub issue: https://github.com/patrickchugh/terravision/issues/101 This error indicates that there is an attempt to access the 'after_sensitive' key in a dictionary, and this key is not present in the dictionary. File "/Path/to/tfwrapper.py", line 165, in setup_graph: details.update(object["change"]["after_sensitive"]) KeyError: 'after_sensitive'
Author
Owner

@theuberuser commented on GitHub (Feb 23, 2024):

I am getting this error as well when I try to run terravision --draw with or without --show and if I add --source with a local directory. Currently using Python 3.11.8

<!-- gh-comment-id:1961640519 --> @theuberuser commented on GitHub (Feb 23, 2024): I am getting this error as well when I try to run terravision --draw with or without --show and if I add --source with a local directory. Currently using Python 3.11.8
Author
Owner

@patrickchugh commented on GitHub (Dec 16, 2025):

fixed with latest ver

<!-- gh-comment-id:3662738848 --> @patrickchugh commented on GitHub (Dec 16, 2025): fixed with latest ver
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/terravision#51
No description provided.