Skip to content
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

Panic due to unwrap() #415

Closed
andrew-kolesnikov opened this issue Sep 27, 2023 · 1 comment
Closed

Panic due to unwrap() #415

andrew-kolesnikov opened this issue Sep 27, 2023 · 1 comment

Comments

@andrew-kolesnikov
Copy link

Receiving the following panic that I traced down to this line: https://github.com/apollographql/federation-rs/blob/6f72355b98d5389eba53625d0990d7cb0eb80ec9/federation-2/router-bridge/src/worker.rs#L98C19-L98C31

panicked at 'called `Result::unwrap()` on an `Err` value: TypeError: Error parsing args at position 1: missing field `id`
    at send (worker.js:51:25)
    at run (worker.js:164:19)
    at eventLoopTick (ext:core/01_core.js:181:11)', /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/router-bridge-0.2.8+v2.4.8/src/worker.rs:98:38

Please consider handling the errors originating downstream without panics and provide more context.

@abernix
Copy link
Member

abernix commented Apr 29, 2024

I'll close this issue as it hasn't picked up a lot of traction and we're trying to clean up some old issues. Please open a new issue with a reproduction if you continue to struggle with this. Thanks!

@abernix abernix closed this as not planned Won't fix, can't repro, duplicate, stale Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants