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
We have seen the following error message from fileimport-service:
{
message: 'local variable ''x'' referenced before assignment',stack: 'Error: local variable ''x'' referenced before assignment
atdoTask(/speckle-server/packages/fileimport-service/src/daemon.js:151:32)atprocess.processTicksAndRejections(node:internal/process/task_queues:95:5)atasyncTimeout.tick[as_onTimeout](/speckle-server/packages/fileimport-service/src/daemon.js:249:5)',type: 'Error'}
From the code, daemon.js line 151 is printing out the error from the child process it has spawned, so the error is actually from within the IFC parser.
Seen in speckle.xyz task 46da4e68d3
The text was updated successfully, but these errors were encountered:
We have seen the following error message from fileimport-service:
From the code, daemon.js line 151 is printing out the error from the child process it has spawned, so the error is actually from within the IFC parser.
Seen in speckle.xyz task
46da4e68d3
The text was updated successfully, but these errors were encountered: