Hi,
I am running in to the following error when trying to load a commit form a speckle server using specklepy
and I am not sure how to go about debugging it. The project I am trying to load was exported from Revit using the standard connector. The code seemed to work fine the other day when trying it out on a samler commit that just included a limited subset of elements. But fails on all projects I intend to us it on if all elements in the project have previously been committed.
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
/tmp/ipykernel_3616/329702358.py in <module>
1 transport = ServerTransport(client=project_speckle.client, stream_id=project_speckle.stream.id)
----> 2 data = operations.receive(
3 project_speckle.commit.referencedObject,
4 transport,
5 )
/opt/miniconda3/envs/ifcimport/lib/python3.9/site-packages/specklepy/api/operations.py in receive(obj_id, remote_transport, local_transport)
75 )
76
---> 77 obj_string = remote_transport.copy_object_and_children(
78 id=obj_id, target_transport=local_transport
79 )
/opt/miniconda3/envs/ifcimport/lib/python3.9/site-packages/specklepy/transports/server/server.py in copy_object_and_children(self, id, target_transport)
151 for line in lines:
152 if line:
# print(line )
--> 153 hash, obj = line.split("\t")
154 target_transport.save_object(hash, obj)
155
ValueError: not enough values to unpack (expected 2, got 1)
If it insert a print statement to see what the contents of line
is before it fail then this is the output for the last two lines:
048b66b49ed2f458b8e2edf15b141e9e {"id": "048b66b49ed2f458b8e2edf15b141e9e", "type": "Dør Dobbelt Assymetrisk 1510x2100 mm", "level": {"id": "fa3cf8a2d71064a29733e13bc59e1393", "name": "Etage 2", "units": "mm", "elementId": "2145618", "elevation": 6000, "createView": true, "parameters": {"id": "0cf65d56d54cd4758704efa8f6b06efe", "IFC_GUID": {"id": "77072b662ef8b99192d26cfdcb80fc22", "name": "IfcGUID", "units": null, "value": "088q1FVSj4wB_lbnVRTYmo", "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.string-2.0.0", "applicationInternalName": "IFC_GUID"}, "DATUM_TEXT": {"id": "8bfc7e84eea8e8a16362f7c1f22b9549", "name": "Name", "units": null, "value": "Etage 2", "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.string-2.0.0", "applicationInternalName": "DATUM_TEXT"}, "LEVEL_ELEV": {"id": "cb6be6c42733596178e49accaba36056", "name": "Elevation", "units": null, "value": 6000, "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": "autodesk.unit.unit:millimeters-1.0.1", "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec.aec:length-2.0.0", "applicationInternalName": "LEVEL_ELEV"}, "speckle_type": "Base", "applicationId": null, "totalChildrenCount": 0, "LEVEL_IS_STRUCTURAL": {"id": "3a31f01d7abc165a1eb0bd2f0c5f4a00", "name": "Structural", "units": null, "value": false, "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.bool-1.0.0", "applicationInternalName": "LEVEL_IS_STRUCTURAL"}, "LEVEL_IS_BUILDING_STORY": {"id": "c0686c6a0a0f930c8431af8cb126df9e", "name": "Building Story", "units": null, "value": true, "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.bool-1.0.0", "applicationInternalName": "LEVEL_IS_BUILDING_STORY"}, "LEVEL_ROOM_COMPUTATION_HEIGHT": {"id": "85aece9a511066cb3874104b69dde54a", "name": "Computation Height", "units": null, "value": 0, "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": "autodesk.unit.unit:millimeters-1.0.1", "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec.aec:length-2.0.0", "applicationInternalName": "LEVEL_ROOM_COMPUTATION_HEIGHT"}, "132afcfe-acfd-4b3a-96a9-dde1be639a36": {"id": "6dbbe4ec7e7560ae858221ccb3f56d1d", "name": "AboveGround", "units": null, "value": true, "isShared": true, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.bool-1.0.0", "applicationInternalName": "132afcfe-acfd-4b3a-96a9-dde1be639a36"}, "8539c1b2-5282-4c79-b28f-5d28794dcc58": {"id": "5a18ff52070b1fe1fdc3b14f2edf1b86", "name": "EntranceLevel", "units": null, "value": false, "isShared": true, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.bool-1.0.0", "applicationInternalName": "8539c1b2-5282-4c79-b28f-5d28794dcc58"}}, "speckle_type": "Objects.BuiltElements.Level:Objects.BuiltElements.Revit.RevitLevel", "applicationId": "f7c588f8-771c-4bf1-acb7-a35bc6d1d980-0020bd52", "referenceOnly": false, "totalChildrenCount": 0}, "units": "mm", "family": "Dobbeltdør", "category": "Doors", "elements": null, "rotation": 2.3561944901923413, "__closure": {"64dc643de5068ab782aaab7a817665db": 2, "b37c2d3c2a32ca63c1924f3d6b85b1c7": 2, "d187308492f2578b49ad564c4c4a647c": 1}, "basePoint": {"x": 37009.74281039624, "y": 98997.99315638846, "z": 6000, "id": "3ab14a4f6a0c9d601b6dfef9d85af202", "bbox": null, "units": "mm", "speckle_type": "Objects.Geometry.Point", "applicationId": null, "totalChildrenCount": 0}, "elementId": "3420858", "parameters": {"id": "020d97cd1303da2f8f7f3facd3e3f2f9", "IFC_GUID": {"id": "ead272759b6b20c8b05b4ff74f37716d", "name": "IfcGUID", "units": null, "value": "0UreHR8xX4QPqaPXbbuZdu", "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.string-2.0.0", "applicationInternalName": "IFC_GUID"}, "DOOR_NUMBER": {"id": "b1c451a5b3aa4d55a626a2e4fdc54eaf", "name": "Mark", "units": null, "value": "", "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.string-2.0.0", "applicationInternalName": "DOOR_NUMBER"}, "Panel Depth": {"id": "e2c7873e3b3e87ee0fa842471190fc07", "name": "Panel Depth", "units": null, "value": 50, "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": "autodesk.unit.unit:millimeters-1.0.1", "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec.aec:length-1.0.0", "applicationInternalName": "Panel Depth"}, "Equal Panels": {"id": "499939b7adfab6144556cdad40f41a93", "name": "Equal Panels", "units": null, "value": false, "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.bool-1.0.0", "applicationInternalName": "Equal Panels"}, "Lining Depth": {"id": "06872a08f6dc079d4e023ab7cf8e1669", "name": "Lining Depth", "units": null, "value": 119.99999999999999, "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": "autodesk.unit.unit:millimeters-1.0.1", "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec.aec:length-1.0.0", "applicationInternalName": "Lining Depth"}, "Panel Offset": {"id": "8be18a48df4795056264a0ec1adfdbef", "name": "Panel Offset", "units": null, "value": 0, "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": "autodesk.unit.unit:millimeters-1.0.1", "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec.aec:length-1.0.0", "applicationInternalName": "Panel Offset"}, "speckle_type": "Base", "IFC_TYPE_GUID": {"id": "8b3c099064abc5cfe18ba6d72e3bda2f", "name": "Type IfcGUID", "units": null, "value": "1_BUfuoij5kPnBfEOJrYzP", "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.string-2.0.0", "applicationInternalName": "IFC_TYPE_GUID"}, "Lining Offset": {"id": "d43e5e516133046ca4331d2191137d83", "name": "Lining Offset", "units": null, "value": 0, "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": "autodesk.unit.unit:millimeters-1.0.1", "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec.aec:length-1.0.0", "applicationInternalName": "Lining Offset"}, "Panel Width 1": {"id": "59a31c0af78df7d3df9fdea2b6ae2b9a", "name": "Panel Width 1", "units": null, "value": 1000, "isShared": false, "isReadOnly": true, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": "autodesk.unit.unit:millimeters-1.0.1", "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec.aec:length-1.0.0", "applicationInternalName": "Panel Width 1"}, "Panel Width 2": {"id": "b1d502b9ec209e0d9aba61c38285e824", "name": "Panel Width 2", "units": null, "value": 389.99999999999983, "isShared": false, "isReadOnly": true, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": "autodesk.unit.unit:millimeters-1.0.1", "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec.aec:length-1.0.0", "applicationInternalName": "Panel Width 2"}, "applicationId": null, "FUNCTION_PARAM": {"id": "df114d51a49ae967bd7e0dbccbb670fe", "name": "Function", "units": null, "value": 0, "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "", "applicationInternalName": "FUNCTION_PARAM"}, "GENERIC_HEIGHT": {"id": "05ac5cc5f4b05a13a917ab4d5f9f82a9", "name": "Height", "units": null, "value": 2100, "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": "autodesk.unit.unit:millimeters-1.0.1", "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec.aec:length-2.0.0", "applicationInternalName": "GENERIC_HEIGHT"}, "OMNICLASS_CODE": {"id": "58e644ec49b84e3ad85dc323e3218299", "name": "OmniClass Number", "units": null, "value": "", "isShared": false, "isReadOnly": true, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.string-2.0.0", "applicationInternalName": "OMNICLASS_CODE"}, "Panel Height 1": {"id": "992fc36de20ea98f9d934c50a429502d", "name": "Panel Height 1", "units": null, "value": 2040.0000000000002, "isShared": false, "isReadOnly": true, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": "autodesk.unit.unit:millimeters-1.0.1", "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec.aec:length-1.0.0", "applicationInternalName": "Panel Height 1"}, "UNIFORMAT_CODE": {"id": "de098de72817220ce8075c776e7df119", "name": "Assembly Code", "units": null, "value": "321", "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.string-2.0.0", "applicationInternalName": "UNIFORMAT_CODE"}, "WINDOW_TYPE_ID": {"id": "a41e00b1b52abbcb746130884adcff6f", "name": "Type Mark", "units": null, "value": "023", "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.string-2.0.0", "applicationInternalName": "WINDOW_TYPE_ID"}, "notEqualPanels": {"id": "da24923b92ff19cdd133d3a7bfd5b98c", "name": "notEqualPanels", "units": null, "value": true, "isShared": false, "isReadOnly": true, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.bool-1.0.0", "applicationInternalName": "notEqualPanels"}, "ALL_MODEL_MODEL": {"id": "00a94c3980b7ac570eb05072b83bac0d", "name": "Model", "units": null, "value": "", "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.string-2.0.0", "applicationInternalName": "ALL_MODEL_MODEL"}, "Host Wall Width": {"id": "b4d131df210a376c33d96c61a9c54303", "name": "Host Wall Width", "units": null, "value": 239.99999999999997, "isShared": false, "isReadOnly": true, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": "autodesk.unit.unit:millimeters-1.0.1", "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec.aec:length-1.0.0", "applicationInternalName": "Host Wall Width"}, "DOOR_FIRE_RATING": {"id": "1aae10498475e0111d5231becb96da61", "name": "Fire Rating", "units": null, "value": "", "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.string-2.0.0", "applicationInternalName": "DOOR_FIRE_RATING"}, "Handle Elevation": {"id": "64d4983999cd53fdfe76603d1547c918", "name": "Handle Elevation", "units": null, "value": 1000, "isShared": false, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": "autodesk.unit.unit:millimeters-1.0.1", "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec.aec:length-1.0.0", "applicationInternalName": "Handle Elevation"}, "Removed due to character limit":{}, "46077cd3-3dcc-479f-9929-346bdbe3e350": {"id": "f64931284ebf077d4aaaf53f66e91e28", "name": "Threshold", "units": null, "value": false, "isShared": true, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.bool-1.0.0", "applicationInternalName": "46077cd3-3dcc-479f-9929-346bdbe3e350"}, "495d98cc-119d-47f3-8dfb-f0dd7baba4c9": {"id": "e76f451937bf298eaf38f87c069b9fff", "name": "ABDÃ
", "units": null, "value": false, "isShared": true, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.bool-1.0.0", "applicationInternalName": "495d98cc-119d-47f3-8dfb-f0dd7baba4c9"}, "4adb74ad-2b25-47f0-b7f8-0e22db869c9d": {"id": "1e0a0d838f190a1765d5b05ceb96bfaf", "name": "KickPlate", "units": null, "value": true, "isShared": true, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.bool-1.0.0", "applicationInternalName": "4adb74ad-2b25-47f0-b7f8-0e22db869c9d"}, "4c4301a3-7f65-42f1-ba8a-1a5e3b00c820": {"id": "400e1597c7d4baa20e3e5e6c25c89abe", "name": "Threshold Elevation", "units": null, "value": 0, "isShared": true, "isReadOnly": true, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": "autodesk.unit.unit:millimeters-1.0.1", "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec.aec:length-1.0.0", "applicationInternalName": "4c4301a3-7f65-42f1-ba8a-1a5e3b00c820"}, "5f8bc898-f65e-4b65-8db9-d9abf37de9d8": {"id": "c4a8485429c9f8b43e1e048643b810d9", "name": "BC/SfB 1988", "units": null, "value": "(32)1", "isShared": true, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.string-2.0.0", "applicationInternalName": "5f8bc898-f65e-4b65-8db9-d9abf37de9d8"}, "65636fb5-1dc0-4658-bde4-b899eecca965": {"id": "d48decd6e9220ae740d50148e6acee34", "name": "Threshold Recessed", "units": null, "value": false, "isShared": true, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.bool-1.0.0", "applicationInternalName": "65636fb5-1dc0-4658-bde4-b899eecca965"}, "661992eb-d145-4d0e-a8d6-27a322198ac1": {"id": "9df7224dad40f86ad91ca67d9a3cb9f4", "name": "SelfClosingFreeRun Text", "units": null, "value": "", "isShared": true, "isReadOnly": true, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.string-2.0.0", "applicationInternalName": "661992eb-d145-4d0e-a8d6-27a322198ac1"}, "66710a1b-8e3d-40e1-8518-ba2f931fe91f": {"id": "1f9d88eac23e1e9dc8bcc20c60c56880", "name": "CCSClassCode_Type", "units": null, "value": "QQA", "isShared": true, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.string-2.0.0", "applicationInternalName": "66710a1b-8e3d-40e1-8518-ba2f931fe91f"}, "7489ff30-7660-4457-bcc3-468705eaf1a6": {"id": "52edf186c1cdcf344322713bda20261d", "name": "Threshold Depth", "units": null, "value": 50, "isShared": true, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": "autodesk.unit.unit:millimeters-1.0.1", "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec.aec:length-1.0.0", "applicationInternalName": "7489ff30-7660-4457-bcc3-468705eaf1a6"}, "74f86f7f-4ef7-4fe0-9a3e-0d3229e89aec": {"id": "262a0d77b7dc5a75a048065ac07914a4", "name": "AcousticRatingRequired", "units": null, "value": "32 dB", "isShared": true, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.string-2.0.0", "applicationInternalName": "74f86f7f-4ef7-4fe0-9a3e-0d3229e89aec"}, "765c61bc-7588-4846-bfef-befb28681767": {"id": "a522abdae2873943a04c3feaa6e92108", "name": "IfcExportType", "units": null, "value": "DOOR", "isShared": true, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.string-2.0.0", "applicationInternalName": "765c61bc-7588-4846-bfef-befb28681767"}, "8df7e965-feaf-403f-8290-d4c289c99840": {"id": "fa64c2cdf970f591916d8dad7df9260f", "name": "IfcDescription", "units": null, "value": "Nordbygning", "isShared": true, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.string-2.0.0", "applicationInternalName": "8df7e965-feaf-403f-8290-d4c289c99840"}, "9080bc21-a032-4bec-ad15-80307600bbe3": {"id": "48a54cbf2c27659b568b23058742e576", "name": "IfcName[Type]", "units": null, "value": "321002", "isShared": true, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.string-2.0.0", "applicationInternalName": "9080bc21-a032-4bec-ad15-80307600bbe3"}, "99c99863-efc1-4521-8411-3cc7d556743d": {"id": "2ec19d986e4fd7039384ca28383042c6", "name": "HasDrive Text", "units": null, "value": "", "isShared": true, "isReadOnly": true, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": null, "isTypeParameter": false, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec:spec.string-2.0.0", "applicationInternalName": "99c99863-efc1-4521-8411-3cc7d556743d"}, "9dc4f5cb-806e-44b1-af5a-07660d4216ff": {"id": "cccd0b728dfb04d5a873b1577a051fd5", "name": "Stop Width", "units": null, "value": 10, "isShared": true, "isReadOnly": false, "speckle_type": "Objects.BuiltElements.Revit.Parameter", "applicationId": null, "applicationUnit": "autodesk.unit.unit:millimeters-1.0.1", "isTypeParameter": true, "totalChildrenCount": 0, "applicationUnitType": "autodesk.spec.aec:length-1.0.0", "applicationInternalName": "9dc4f5cb-806e-44b1-af5a-07660d4216ff"}, "9ec8d077-ad8c-449e-bf1f-240c86fe03e1": {"id": "3c72bdf02ee0d53638461c1e1ad4736b", "name": "ABDÃ
To me it looks like the line has been cut early and that the object should have continued.