pyChilizer icon indicating copy to clipboard operation
pyChilizer copied to clipboard

Room Data and Elevation creation

Open clarkwj opened this issue 2 years ago • 5 comments

Hi there,

I have updated the app to the latest version and still having issues with the Room Elevation creation (Room Data also doesn't work seems connected) This is the error I keep getting Any ideas as too what is happening? Thanks

ERROR [pyrevit.revit.db.transaction] Error in Transaction Context. Rolling back changes. | <type 'exceptions.Exception'>:An internal error has occurred.

IronPython Traceback: Traceback (most recent call last): File "C:\Users\wclarkson\AppData\Roaming\pyRevit\Extensions\pyChilizer.extension\pyChilizer.tab\Project.panel\rooms.stack\Room Data Sheets.pushbutton\script.py", line 270, in File "C:\Users\wclarkson\AppData\Roaming\pyRevit\Extensions\pyChilizer.extension\lib\pychilizer\geo.py", line 272, in set_crop_to_bb Exception: An internal error has occurred.

Script Executor Traceback: Autodesk.Revit.Exceptions.InternalException: An internal error has occurred. at Microsoft.Scripting.Interpreter.ThrowInstruction.Run(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.Interpreter.HandleException(InterpretedFrame frame, Exception exception) at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.LightLambda.Run2[T0,T1,TRet](T0 arg0, T1 arg1) at IronPython.Compiler.PythonScriptCode.RunWorker(CodeContext ctx) at PyRevitLabs.PyRevit.Runtime.IronPythonEngine.Execute(ScriptRuntime& runtime)

clarkwj avatar Mar 16 '22 00:03 clarkwj