Skip to content

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

@TimaxHack

Description

@TimaxHack

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions