denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

[Bug]: _computedKey error now appears in Deno Deploy #624

Open jollytoad opened 6 months ago

jollytoad commented 6 months ago

Problem description

As of today, the _computedKey bug that was fixed in Deno CLI 1.40.5 is cropping up in Deno Deploy...

https://github.com/denoland/deno/issues/22109

Error now appearing in Deploy:

✖ Deployment failed.
error: The deployment failed: UNCAUGHT_EXCEPTION
ReferenceError: _computedKey is not defined
    at https://deno.land/x/openai@v4.28.0/lib/ChatCompletionStream.ts:4:14

Steps to reproduce

Deploy code that use the OpenAI module referenced in the error above.

Expected behavior

Not to error, like Deno 1.40.5

Environment

No response

Possible solution

No response

Additional context

No response

jcpsimmons commented 6 months ago

Seems to underscore the necessity of being able to specify a specific version of the CLI to use with Deno Deploy - is there already a way to do this?