Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- xecuting task: func host start
- Azure Functions Core Tools
- Core Tools Version: 4.0.6821 Commit hash: N/A +c09a2033faa7ecf51b3773308283af0ca9a99f83 (64-bit)
- Function Runtime Version: 4.1036.1.23224
- [2025-01-29T11:43:35.423Z] Debugger listening on ws://127.0.0.1:9229/999744bc-0081-48ef-8a3f-66621b5ec643
- [2025-01-29T11:43:35.425Z] For help, see: https://nodejs.org/en/docs/inspector
- [2025-01-29T11:43:35.457Z] Worker process started and initialized.
- [2025-01-29T11:43:35.542Z] Debugger attached.
- Functions:
- voiceTranscriptTrigger: [GET,POST] http://localhost:7071/api/voiceTranscriptTrigger
- For detailed output, run func with --verbose flag.
- [2025-01-29T11:43:40.727Z] Host lock lease acquired by instance ID '0000000000000000000000006F25472D'.
- [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)
- [2025-01-29T11:45:06.846Z] ==> before checking request boundray: <==
- [2025-01-29T11:45:06.847Z] ==> Before parsing multipart data <==
- [2025-01-29T11:45:06.857Z] {
- [2025-01-29T11:45:06.858Z] 'request formdata boundary': '------WebKitFormBoundaryWAq8QrUHgWkAoAj1'
- [2025-01-29T11:45:06.858Z] }
- [2025-01-29T11:45:06.858Z] { contentType: [Function: values] }
- [2025-01-29T11:45:06.858Z] {
- [2025-01-29T11:45:06.858Z] new_header: {
- [2025-01-29T11:45:06.858Z] 'content-type': 'multipart/form-data; boundary=----WebKitFormBoundaryWAq8QrUHgWkAoAj1; boundary=------WebKitFormBoundaryWAq8QrUHgWkAoAj1'
- [2025-01-29T11:45:06.858Z] }
- [2025-01-29T11:45:06.858Z] }
- [2025-01-29T11:45:06.858Z] {
- [2025-01-29T11:45:06.858Z] temp_directory: '/Users/tkay/Documents/Projects/ssm/azure-next-smm/api/'
- [2025-01-29T11:45:06.858Z] }
- [2025-01-29T11:45:06.859Z] {
- [2025-01-29T11:45:06.859Z] readableStream: ReadableStream { locked: true, state: 'closed', supportsBYOB: false }
- [2025-01-29T11:45:06.859Z] }
- [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)
- [2025-01-29T11:45:06.861Z] Waiting for the debugger to disconnect...
- [2025-01-29T11:45:06.869Z] Executed 'Functions.voiceTranscriptTrigger' (Succeeded, Id=15a2d7f3-276a-4726-8490-b118f5da1551, Duration=92ms)
- [2025-01-29T11:45:06.925Z] Language Worker Process exited. Pid=15668.
- [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).
- [2025-01-29T11:45:07.007Z] Debugger listening on ws://127.0.0.1:9229/ec25ac4d-71a1-4827-9b18-ea805e9072bb
- [2025-01-29T11:45:07.007Z] For help, see: https://nodejs.org/en/docs/inspector
- [2025-01-29T11:45:07.191Z] Worker process started and initialized.
- [2025-01-29T11:45:07.876Z] Debugger attached.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement