TypeError: First parameter has member 'readable' that is not a ReadableStream. #167
Closed
5 tasks done
Labels
duplicate
This issue or pull request already exists
Describe the bug
npm run dev
file:///home/ubuntu/workspace/chatgpt-demo/node_modules/node-fetch-native/dist/shared/node-fetch-native.2b047dc1.mjs:432
throw new TypeError(
${context} is not a ReadableStream.
);^
TypeError: First parameter has member 'readable' that is not a ReadableStream.
at assertReadableStream (file:///home/ubuntu/workspace/chatgpt-demo/node_modules/node-fetch-native/dist/shared/node-fetch-native.2b047dc1.mjs:432:21)
at convertReadableWritablePair (file:///home/ubuntu/workspace/chatgpt-demo/node_modules/node-fetch-native/dist/shared/node-fetch-native.2b047dc1.mjs:3509:11)
at ReadableStream.pipeThrough (file:///home/ubuntu/workspace/chatgpt-demo/node_modules/node-fetch-native/dist/shared/node-fetch-native.2b047dc1.mjs:3584:33)
at fetchFinale (/home/ubuntu/workspace/chatgpt-demo/node_modules/undici/lib/fetch/index.js:973:52)
at mainFetch (/home/ubuntu/workspace/chatgpt-demo/node_modules/undici/lib/fetch/index.js:773:5)
Reproduction
npm run dev
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: