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

[Bug]: MindsDbError: The request was made but no response was received. #39

Open
MinuraPunchihewa opened this issue Aug 19, 2023 · 0 comments

Comments

@MinuraPunchihewa
Copy link

When I try to run some operations on MindsDB using the SDK such as a simple connect(), I run into the following error,

MindsDbError: The request was made but no response was received. Something may be wrong on our end. Please try again.
    at MindsDbError.fromAxiosError (/home/minura/Documents/work/open_source/the-issue-is/node_modules/mindsdb-js-sdk/dist/errors.js:78:20)
    at MindsDbError.fromHttpError (/home/minura/Documents/work/open_source/the-issue-is/node_modules/mindsdb-js-sdk/dist/errors.js:89:33)
    at SqlRestApiClient.<anonymous> (/home/minura/Documents/work/open_source/the-issue-is/node_modules/mindsdb-js-sdk/dist/sql/sqlRestApiClient.js:144:53)
    at step (/home/minura/Documents/work/open_source/the-issue-is/node_modules/mindsdb-js-sdk/dist/sql/sqlRestApiClient.js:48:23)
    at Object.throw (/home/minura/Documents/work/open_source/the-issue-is/node_modules/mindsdb-js-sdk/dist/sql/sqlRestApiClient.js:29:53)
    at rejected (/home/minura/Documents/work/open_source/the-issue-is/node_modules/mindsdb-js-sdk/dist/sql/sqlRestApiClient.js:21:65)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

After a while, if I keep executing the code, it runs successfully. I don't quite understand if this is a bug with the SDK or if there is something wrong with the cloud instance.

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