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

Error: DeepClient Select Error: Response not successful: Received status code 500 in branch cyber #227

Open
TimaxHack opened this issue Mar 18, 2024 · 0 comments

Comments

@TimaxHack
Copy link

Reproducing the error:

  1. run deep.case via gitpod
  2. install npm package @mui/icons-material
  3. change dependencies deepcase, deeplinks and deepcase-app from the main branch to the cyber branch
  4. in console 2 (in which the deep.case operation logs) cancel the execution and re-execute the “last” command

Error:

Unhandled Runtime Error
Error: DeepClient Select Error: Response not successful: Received status code 500

Source
../deeplinks/imports/client.js (544:0) @ DeepClient.eval

  542 |         catch (e) {
  543 |             console.log(queryData);
> 544 |             throw new Error(`DeepClient Select Error: ${e.message}`, { cause: e });
  545 |         }
  546 |     });
  547 | }
Call Stack
rejected
../deeplinks/imports/client.js (5:41)
Show collapsed frames

image

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

1 participant