You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When I try to run some operations on MindsDB using the SDK such as a simple
connect()
, I run into the following error,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.
The text was updated successfully, but these errors were encountered: