Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file-import: local variable x referenced before assignment #1377

Closed
iainsproat opened this issue Feb 16, 2023 · 1 comment
Closed

file-import: local variable x referenced before assignment #1377

iainsproat opened this issue Feb 16, 2023 · 1 comment
Assignees

Comments

@iainsproat
Copy link
Contributor

iainsproat commented Feb 16, 2023

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
      at doTask (/speckle-server/packages/fileimport-service/src/daemon.js:151:32)
      at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
      at async Timeout.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

@iainsproat
Copy link
Contributor Author

Closing, can re-open if this re-ocurrs.

@iainsproat iainsproat closed this as not planned Won't fix, can't repro, duplicate, stale Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants