SyntaxError: Unexpected token N in JSON while loading the model in BIMvie.ws
Operating system : Windows 8 Bimserver version : 1.5.117 Browser : Chrome Version 73.0.3683.103 (Official Build) (64-bit) The same IFC file worked earlier but when checked in with another project getting same error with both project. While viewing the simple IFC file getting JSON error.
The IFC file used for checkin is as follows : PS_SAMPLE_FILE.txt
Attached parsed json file where coordinates have NaN : {"_t":"Bounds","min":{"_t":"Vector3f","x":NaN,"y":NaN,"z":NaN} Parsed_NaN_Json.txt
Error details as follows :
bimserverclient.js:571 SyntaxError: Unexpected token N in JSON at position 23009
at JSON.parse (
Screenshot :
Pretty sure this is fixed in 1.5.125
Upgraded to Bimserver 1.5.125 and seems to be working.Thanks.