Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. (venv) PS C:\Users\nick\github\opentrons\app> & '.\dist\win-unpacked\Opentrons 2.0.exe'
  2. (venv) PS C:\Users\nick\github\opentrons\app>
  3. info: Starting App
  4. User Data Path C:\Users\nick\AppData\Roaming\OT-App
  5. Serving UI from: C:\Users\nick\github\opentrons\app\dist\win-unpacked\resources\app.asar.unpacked\ui
  6. undefined
  7. undefined
  8. info: Uncaught Exception: Error: ENOENT, bin\opentrons-api-server not found in C:\Users\nick\github\opentrons\app\dist\
  9. win-unpacked\resources\app.asar
  10. at notFoundError (ELECTRON_ASAR.js:115:19)
  11. at Object.module.(anonymous function) [as execFile] (ELECTRON_ASAR.js:215:16)
  12. at ServerManager.execFile (C:\Users\nick\github\opentrons\app\dist\win-unpacked\resources\app.asar\shell\dist\bundle
  13. .js:16136:41)
  14. at ServerManager.start (C:\Users\nick\github\opentrons\app\dist\win-unpacked\resources\app.asar\shell\dist\bundle.js
  15. :16124:12)
  16. at _callee3$ (C:\Users\nick\github\opentrons\app\dist\win-unpacked\resources\app.asar\shell\dist\bundle.js:15867:27)
  17. at tryCatch (C:\Users\nick\github\opentrons\app\dist\win-unpacked\resources\app.asar\shell\dist\bundle.js:9570:40)
  18. at Generator.invoke [as _invoke] (C:\Users\nick\github\opentrons\app\dist\win-unpacked\resources\app.asar\shell\dist
  19. \bundle.js:9808:22)
  20. at Generator.prototype.(anonymous function) [as next] (C:\Users\nick\github\opentrons\app\dist\win-unpacked\resource
  21. s\app.asar\shell\dist\bundle.js:9622:21)
  22. at step (C:\Users\nick\github\opentrons\app\dist\win-unpacked\resources\app.asar\shell\dist\bundle.js:15711:191)
  23. at C:\Users\nick\github\opentrons\app\dist\win-unpacked\resources\app.asar\shell\dist\bundle.js:15711:437
  24. at App.<anonymous> (C:\Users\nick\github\opentrons\app\dist\win-unpacked\resources\app.asar\shell\dist\bundle.js:157
  25. 11:99)
  26. at App.startUp (C:\Users\nick\github\opentrons\app\dist\win-unpacked\resources\app.asar\shell\dist\bundle.js:15906:1
  27. 8)
  28. at emitTwo (events.js:111:20)
  29. at App.emit (events.js:191:7)
  30. (node:9600) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read prop
  31. erty 'spawnfile' of undefined
  32. (node:9600) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are
  33. not handled will terminate the Node.js process with a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement