Rohit Bansal
Rohit Bansal
So how i can spawn game data?
Can you give an example
{ stack: "Error: \n at (/home/ubuntu/Anime/node_modules/cassandra-driver/lib/errors.js:32:17)\n at (/home/ubuntu/Anime/node_modules/cassandra-driver/lib/errors.js:49:4)\n at (/home/ubuntu/Anime/node_modules/cassandra-driver/lib/datastax/cloud/index.js:214:65)\n at (/home/ubuntu/Anime/node_modules/cassandra-driver/lib/datastax/cloud/index.js:199:91)\n at (native)\n at promiseReactionJob (native)\n at processTicksAndRejections (native)", name: "NoHostAvailableError", info: "Represents an error when a query cannot...
@Jarred-Sumner Can you please check this issue 😅
@Jarred-Sumner Getting the following message in 1.0.4 (from website) and 1.0.5 (canary) ``` NoHostAvailableError: There was an error fetching the metadata information info: "Represents an error when a query cannot...
@Jarred-Sumner Still facing the same issue in 1.0.20 ``` NoHostAvailableError: All host(s) tried for query failed. First host tried, ip:9042: ENOENT: Failed to connect at connect (native) at connect (node:net:257:10)...
For **Datastax Astra Connection File**, Bun is not able to verify the certificate file Code in library: https://github.com/datastax/nodejs-driver/blob/476725efc0e2712b1a001b042890f127bc1eecba/lib/datastax/cloud/index.js#L159C1-L159C1 They are using node https library Request Object ``` { hostname: "db-uid-datastax.com",...
@jennantilla Any update?
curPage.edit({embeds: [pages[page].setFooter(`Page ${page + 1} / ${pages.length}`)]);
Facing the same issue, When i try to call the users/@me with postman discord returns the user object but with node-fetch and axios i am getting 401 Unauthorized