-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Receiving "Invalid reference token: __bundled__" in CI #2566
Comments
Removing yarn.lock and running |
After some bisecting it seems like upgrading from
causes a breakage, which breaks on the consumer end of the library. |
Note that short of forking to pin the |
Should be fixed by: stoplightio/json#141 |
@mnaumanali94 We are seeing this issue again. https://github.com/openai/openai-go/actions/runs/10322573838/job/28578086104?pr=7 |
@mnaumanali94 this time I think it's because prism-http |
yup it looks like pinning these deps fixes it stainless-api@335f8a8 |
Context
We've been seemingly spurious errors in CI with
Invalid reference token: __bundled__
. This is happening here:https://github.com/openai/openai-python/actions/runs/10010129012/job/27670617482
Current Behavior
Expected Behavior
I wouldn't expect the prism server to have a fatal error here
Steps to Reproduce
npm exec --package=@stoplight/prism-cli@~5.8 -- \ prism mock https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-518ca6c60061d3e8bc0971facf40d752f2aea62e3522cc168ad29a1f29cab3dd.yml
Strangely this does not happen after cloning the repo, then running the cli through
(cd packages/cli && yarn cli mock https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-518ca6c60061d3e8bc0971facf40d752f2aea62e3522cc168ad29a1f29cab3dd.yml)
Environment
The text was updated successfully, but these errors were encountered: