Having the same problem here. As far as I understand it that’s because of some changes in Dynamo 2.0.
It seems that the creators of the packages need to update them.
@Konrad_K_Sobon There is one perspective on the release of an update of the archi-lab.net package?
Or any way to fix it locally or a Python script that retrieves the same information of the node?
So, I’m trying to get a workaround until the package is updated.
I believe that the “PrintRange” dropdown may be substituted by a simple string “Select”.
The “PrintSetting” dropdown can be substituted by getting the elements of the category.
I used all elements to create a dictionary that can provide the PrintSetting for each sheet.
I’m trying to substitute the last dropdown, “View Sets” with the same way, but then the “Get Views from View Set” outputs ‘null’.
I believe that that is caused because the input goes as a list, and not as a single element(?).
I think that this may be fixed by editing the python script to accept lists, or to “flatten” the list, but I still don’t know how to do that.
Edit: The error was pointing a problem on line 31, so I forced the name of my ViewSet inside the code, and now the input doesn’t do anything.
Not elegant, but it’s working… I’m a beginner on Python and I would be glad to understand what was happening.
update: Tomorrow will likely not happen since I am waiting on Autodesk to transfer an ownership of my package from one Autodesk account to another (I published it under my old company’s email address that I don’t have access to anymore). That will likely take some time. Sorry.