Hi all,
After updating to pyRevit 6.1.0, I started experiencing issues with my scripts.
Setup
-
My scripts are stored on a shared network drive so they can be deployed to colleagues.
-
The scripts import functions from several custom libraries, which are also located on that same shared drive.
Problem
When running a script for the first time, everything works perfectly.
However, after:
-
switching views, or
-
running another script
the scripts stop executing entirely. They simply do nothing anymore.
Troubleshooting
-
Running the exact same scripts from my local drive works fine.
-
Downgrading to pyRevit 5.3.1 also resolves the issue — everything works as expected again.
-
I attempted some debugging to identify where the scripts stop executing, but I couldn’t find anything unusual.
Any insights would be greatly appreciated.
Thanks!