×
Menu
Index

5.5 AttributeError: 'RoomGroups' object has no attribute 'get_room_groupz'

An attribute error will occur if a method that does not exist is called on an object. It can often be as a result of a simple typo in the method name. The VE Scripts User Guide details all of the methods for each object in the VE Python API.
 
Code
Error Message
Solution
 
A typo in the method name. It should be get_room_groups() not get_room_groupz()’