SimonLeclere / discord-easy-dashboard

💻 Simple module to facilitate the creation of dashboard using discord.js and express
https://www.npmjs.com/package/discord-easy-dashboard
71 stars 11 forks source link

Auth not working #16

Closed ahqsoftwares closed 2 years ago

ahqsoftwares commented 2 years ago

the auth is returning error -

FetchError: invalid json response body at http://discordapp.com/api/users/@me reason: Unexpected token < in JSON at position 0 at /home/runner/nuke-protector/node_modules/node-fetch/lib/index.js:273:32 at processTicksAndRejections (node:internal/process/task_queues:96:5) at async /home/runner/nuke-protector/node_modules/discord-easy-dashboard/routes/auth.js:45:34 { type: 'invalid-json' }

SimonLeclere commented 2 years ago

Hey, it's a common error encountered when working with the Discord API, can you send me your code so i can look for mistakes ? (Make sure to not send your token/clien_secret)