PyRevitLoader - Error Loading pyRevit. It states AttributeError: 'NoneType' object has no attribute 'GetType'
Ehsan, thank you in advance for help!
pyRevit is not getting added to my Revit 2023 (free trial version), with the message stating;
AttributeError: 'NoneType' object has no attribute 'GetType'
I saw similar issue https://github.com/eirannejad/pyRevit/issues/1401 where that user solved his error by running "pyrevit attach core 2711 --installed --allusers" in his CLI. Pasting this in my CLI didn't solve my problem.
Is there a quick fix by modifying the script in line 98 as shown below?



You need to install the latest version 4.8.11, see post in this issue https://github.com/eirannejad/pyRevit/issues/1551
Please try the latest release and reopen this ticket if problem persists