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
The issue occurs when a given document is linked multiple times, in either of scenarios:
one document is linked multiple times to represent different (yet same) zones of the project
one document representing same zone is linked multiple times due to nested linking
Currently none of the above is handled properly, which could probably be solved by tweaking requestsByLinks to work with RevitLinkInstance rather than Document:
BH.Engine.Base.Compute.RecordError($"Pull failed due to issues with the request containing {nameof(FilterByLink)}. Please try to restructure the used Request and try again.");
Adding that I have also seen this occur due to an Architect's link containing self reference to other architect links, and improperly saved so that those nested links are forced to appear when we link it without the option to not include nested links. This can be treated similarly to the first case you've listed.
Description:
The issue occurs when a given document is linked multiple times, in either of scenarios:
Currently none of the above is handled properly, which could probably be solved by tweaking
requestsByLinks
to work withRevitLinkInstance
rather thanDocument
:Revit_Toolkit/Revit_Core_Adapter/CRUD/Read.cs
Lines 90 to 103 in 4bea6f1
The text was updated successfully, but these errors were encountered: