Advertisement
Guest User

Logs of terminal voiceTranscriptTrigger

a guest
Jan 29th, 2025
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. xecuting task: func host start
  2.  
  3.  
  4. Azure Functions Core Tools
  5. Core Tools Version: 4.0.6821 Commit hash: N/A +c09a2033faa7ecf51b3773308283af0ca9a99f83 (64-bit)
  6. Function Runtime Version: 4.1036.1.23224
  7.  
  8. [2025-01-29T11:43:35.423Z] Debugger listening on ws://127.0.0.1:9229/999744bc-0081-48ef-8a3f-66621b5ec643
  9. [2025-01-29T11:43:35.425Z] For help, see: https://nodejs.org/en/docs/inspector
  10. [2025-01-29T11:43:35.457Z] Worker process started and initialized.
  11. [2025-01-29T11:43:35.542Z] Debugger attached.
  12.  
  13. Functions:
  14.  
  15. voiceTranscriptTrigger: [GET,POST] http://localhost:7071/api/voiceTranscriptTrigger
  16.  
  17. For detailed output, run func with --verbose flag.
  18. [2025-01-29T11:43:40.727Z] Host lock lease acquired by instance ID '0000000000000000000000006F25472D'.
  19. [2025-01-29T11:45:06.803Z] Executing 'Functions.voiceTranscriptTrigger' (Reason='This function was programmatically called via the host APIs.', Id=15a2d7f3-276a-4726-8490-b118f5da1551)
  20. [2025-01-29T11:45:06.846Z] ==> before checking request boundray: <==
  21. [2025-01-29T11:45:06.847Z] ==> Before parsing multipart data <==
  22. [2025-01-29T11:45:06.857Z] {
  23. [2025-01-29T11:45:06.858Z] 'request formdata boundary': '------WebKitFormBoundaryWAq8QrUHgWkAoAj1'
  24. [2025-01-29T11:45:06.858Z] }
  25. [2025-01-29T11:45:06.858Z] { contentType: [Function: values] }
  26. [2025-01-29T11:45:06.858Z] {
  27. [2025-01-29T11:45:06.858Z] new_header: {
  28. [2025-01-29T11:45:06.858Z] 'content-type': 'multipart/form-data; boundary=----WebKitFormBoundaryWAq8QrUHgWkAoAj1; boundary=------WebKitFormBoundaryWAq8QrUHgWkAoAj1'
  29. [2025-01-29T11:45:06.858Z] }
  30. [2025-01-29T11:45:06.858Z] }
  31. [2025-01-29T11:45:06.858Z] {
  32. [2025-01-29T11:45:06.858Z] temp_directory: '/Users/tkay/Documents/Projects/ssm/azure-next-smm/api/'
  33. [2025-01-29T11:45:06.858Z] }
  34. [2025-01-29T11:45:06.859Z] {
  35. [2025-01-29T11:45:06.859Z] readableStream: ReadableStream { locked: true, state: 'closed', supportsBYOB: false }
  36. [2025-01-29T11:45:06.859Z] }
  37. [2025-01-29T11:45:06.860Z] [error] Worker uncaught exception (learn more: https://go.microsoft.com/fwlink/?linkid=2097909 ): TypeError [ERR_INVALID_STATE]: Invalid state: The ReadableStream is locked at new NodeError (node:internal/errors:405:5) at ReadableStream.pipeTo (node:internal/webstreams/readablestream:435:15) at /Users/tkay/Documents/Projects/ssm/azure-next-smm/api/dist/src/functions/voiceTranscriptTrigger.js:122:34 at new Promise (<anonymous>) at /Users/tkay/Documents/Projects/ssm/azure-next-smm/api/dist/src/functions/voiceTranscriptTrigger.js:93:28 at Generator.next (<anonymous>) at fulfilled (/Users/tkay/Documents/Projects/ssm/azure-next-smm/api/dist/src/functions/voiceTranscriptTrigger.js:5:58) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
  38. [2025-01-29T11:45:06.861Z] Waiting for the debugger to disconnect...
  39. [2025-01-29T11:45:06.869Z] Executed 'Functions.voiceTranscriptTrigger' (Succeeded, Id=15a2d7f3-276a-4726-8490-b118f5da1551, Duration=92ms)
  40. [2025-01-29T11:45:06.925Z] Language Worker Process exited. Pid=15668.
  41. [2025-01-29T11:45:06.925Z] node exited with code 1 (0x1). LanguageWorkerConsoleLog[error] Worker uncaught exception (learn more: https://go.microsoft.com/fwlink/?linkid=2097909 ): TypeError [ERR_INVALID_STATE]: Invalid state: The ReadableStream is locked at new NodeError (node:internal/errors:405:5) at ReadableStream.pipeTo (node:internal/webstreams/readablestream:435:15) at /Users/tkay/Documents/Projects/ssm/azure-next-smm/api/dist/src/functions/voiceTranscriptTrigger.js:122:34 at new Promise (<anonymous>) at /Users/tkay/Documents/Projects/ssm/azure-next-smm/api/dist/src/functions/voiceTranscriptTrigger.js:93:28 at Generator.next (<anonymous>) at fulfilled (/Users/tkay/Documents/Projects/ssm/azure-next-smm/api/dist/src/functions/voiceTranscriptTrigger.js:5:58) at process.processTicksAndRejections (node:internal/process/task_queues:95:5).
  42. [2025-01-29T11:45:07.007Z] Debugger listening on ws://127.0.0.1:9229/ec25ac4d-71a1-4827-9b18-ea805e9072bb
  43. [2025-01-29T11:45:07.007Z] For help, see: https://nodejs.org/en/docs/inspector
  44. [2025-01-29T11:45:07.191Z] Worker process started and initialized.
  45. [2025-01-29T11:45:07.876Z] Debugger attached.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement