Error: 401 Unauthorized

Merhaba Proje adı byacar alttaki hata konusunda yardımlarınızı talep ederim.

(node:8972) UnhandledPromiseRejectionWarning: Error: 401 Unauthorized

Hey @byacar, based on the next message in the log after the 401 Unauthorized line:

at _response.transport.finalizeRequest.call.then (/rbd/pnpm-volume/b077137d-dbb9-4e55-a3b1-2e7a72197efd/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:195:23)

it looks to me like this error may be being thrown while you’re trying to download an image using snekfetch. If that’s the case then my guess is that message is telling you that your bot isn’t authorized to retrieve whatever URL it’s trying to download. You might try logging the URLs you’re trying to download so you can figure out which image you don’t have access to.