×
Menu
Index

5.4 KeyError: ‘room_name’

Python raises a key error whenever a dictionary object is requested using a key that does not exist in that dictionary.
 
Code
Error Message
Solution
 
The key ‘room_name’ does not exist in the dictionary group. The key ‘name’ does exist. The VE Scripts User Guide details the keys for every dictionary object in the VE Python API.