nick22985
nick22985
Explore posts from servers
DTDrizzle Team
Created by nick22985 on 7/14/2024 in #help
Accessing local.drizzle.studio on another machine due to having to ssh
Hey, I am trying to port forward / access the instance of Drizzle Studio from another machine on the same network. - What I have tried. Manually port forwarding the port that drizzle local uses to another machine 4983 - doing what the docs say npm drizzle-kit studio --host 0.0.0.0; however, this only connects to the DB, and if the schema is also on the server, this does not work. Ideal, I would want a way to run/host drizzle on the SSH instance and access it with either local tunneling (with SSH forwarding) or local network tunneling.
2 replies
DIAdiscord.js - Imagine an app
Created by nick22985 on 8/27/2023 in #djs-questions
Does anyone know why this is happening?
The bot isnt doing anything no commands have been run seems to just randomly throw this error
RequestAbortedError [AbortError]: Request aborted
at RequestHandler.abort (/home/nick/bots/discord/ManaTrelloDiscordBot/node_modules/undici/lib/client.js:1391:44)
at abort (/home/nick/bots/discord/ManaTrelloDiscordBot/node_modules/undici/lib/api/abort-signal.js:8:10)
at self.<computed> (/home/nick/bots/discord/ManaTrelloDiscordBot/node_modules/undici/lib/api/abort-signal.js:29:5)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:731:20)
at AbortSignal.dispatchEvent (node:internal/event_target:673:26)
at abortSignal (node:internal/abort_controller:292:10)
at AbortController.abort (node:internal/abort_controller:322:5)
at Timeout.<anonymous> (/home/nick/bots/discord/ManaTrelloDiscordBot/node_modules/@discordjs/rest/dist/index.js:637:47)
at listOnTimeout (node:internal/timers:564:17)
at process.processTimers (node:internal/timers:507:7) {
code: 'UND_ERR_ABORTED'
} +0ms
RequestAbortedError [AbortError]: Request aborted
at RequestHandler.abort (/home/nick/bots/discord/ManaTrelloDiscordBot/node_modules/undici/lib/client.js:1391:44)
at abort (/home/nick/bots/discord/ManaTrelloDiscordBot/node_modules/undici/lib/api/abort-signal.js:8:10)
at self.<computed> (/home/nick/bots/discord/ManaTrelloDiscordBot/node_modules/undici/lib/api/abort-signal.js:29:5)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:731:20)
at AbortSignal.dispatchEvent (node:internal/event_target:673:26)
at abortSignal (node:internal/abort_controller:292:10)
at AbortController.abort (node:internal/abort_controller:322:5)
at Timeout.<anonymous> (/home/nick/bots/discord/ManaTrelloDiscordBot/node_modules/@discordjs/rest/dist/index.js:637:47)
at listOnTimeout (node:internal/timers:564:17)
at process.processTimers (node:internal/timers:507:7) {
code: 'UND_ERR_ABORTED'
} +0ms
5 replies