You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script has worked for a couple years without issues. in the past couple weeks this began on my computer and is now happening on the other computers that I have tested this on. I re-wrote the script a couple different ways in an attempt to make it work but the same error occurs. it seems to only be scripts that run and Revit has a popup or some kind of UI hang up.
When running the script, the script appears to execute correctly and without error. at the very end, it seems like the UI for Revit as a whole just stops accepting input. But it does not appear to be a frozen process.
⌨ Error/Debug Message
There is no error message. I do not see an error message in the pyrevit logs files (enabled debugging to file). I have also checked the revit journal file and do not see anything that would explain the hang up either. it seems like it is just waiting for me to do something.
I did a screen recording to show the behavior since I don't really have an error message: https://youtu.be/lXRJF0GCMjs
♻️ To Reproduce
I can provide the exact code I am running if desired, please let me know and I would gladly email or whatever.
I modified the pyrevit load families script to restrict it to a set folder with various filters of what I wanted to allow the users to load.
Also modified it to be capable of loading the selected families into multiple open models.
⏲️ Expected behavior
Expected behavior is for the UI to remain functional after executing the script
🖥️ Hardware and Software Setup (please complete the following information)
Not a pyrevit issue per se, most probably a bug in your code.
I suggest you close this issue and make a post in the forum including your code for people to reproduce.
There is a good chance this is a transaction that did not commit/close properly.
✈ Pre-Flight checks
🐞 Describe the bug
This script has worked for a couple years without issues. in the past couple weeks this began on my computer and is now happening on the other computers that I have tested this on. I re-wrote the script a couple different ways in an attempt to make it work but the same error occurs. it seems to only be scripts that run and Revit has a popup or some kind of UI hang up.
When running the script, the script appears to execute correctly and without error. at the very end, it seems like the UI for Revit as a whole just stops accepting input. But it does not appear to be a frozen process.
⌨ Error/Debug Message
♻️ To Reproduce
I can provide the exact code I am running if desired, please let me know and I would gladly email or whatever.
I modified the pyrevit load families script to restrict it to a set folder with various filters of what I wanted to allow the users to load.
Also modified it to be capable of loading the selected families into multiple open models.
⏲️ Expected behavior
Expected behavior is for the UI to remain functional after executing the script
🖥️ Hardware and Software Setup (please complete the following information)
Additional context
No response
The text was updated successfully, but these errors were encountered: