Error: Invalid credentials. Invalid username or password #1933
Replies: 9 comments 4 replies
-
can you try to put the credentials in the createbot instead of getting them from config |
Beta Was this translation helpful? Give feedback.
-
C:\Users\Jay\Documents\GitHub\adverse\adverse.js:10 ReferenceError: Ashanti901 is not defined i get that |
Beta Was this translation helpful? Give feedback.
-
should be string |
Beta Was this translation helpful? Give feedback.
-
I'm a noob how would thou format a string |
Beta Was this translation helpful? Give feedback.
-
next time please ask in discussions. |
Beta Was this translation helpful? Give feedback.
-
I still get the same error.. |
Beta Was this translation helpful? Give feedback.
-
should be email for username field btw |
Beta Was this translation helpful? Give feedback.
-
I still get the same error... username: "CorrectEmail",
password: "CorrectPass" |
Beta Was this translation helpful? Give feedback.
-
Versions
Detailed description of a problem
So the bot WORKS its fine if I use console and do
node .
it runs and works as intended however when I load it all into Heroku to host it, it fails… I get this error2021-05-25T18:20:22.958640+00:00 app[worker.1]: starting discord bot...
2021-05-25T18:20:23.282956+00:00 app[worker.1]: Error: Invalid credentials. Invalid username or password.
2021-05-25T18:20:23.282964+00:00 app[worker.1]: at call (/app/node_modules/yggdrasil/src/utils.js:35:40)
2021-05-25T18:20:23.282965+00:00 app[worker.1]: at processTicksAndRejections (internal/process/task_queues.js:95:5)
2021-05-25T18:20:23.282965+00:00 app[worker.1]: at async auth (/app/node_modules/yggdrasil/src/Client.js:18:12)
2021-05-25T18:20:23.683081+00:00 app[worker.1]: Activity set to ads in the lobby
2021-05-25T18:23:57.877644+00:00 heroku[worker.1]: State changed from up to down
2021-05-25T18:23:59.027792+00:00 heroku[worker.1]: Stopping all processes with SIGTERM
2021-05-25T18:23:59.206368+00:00 heroku[worker.1]: Process exited with status 143
What did you try yet?
I can't find anything like this, so I haven't been able to try anything else :/
Your current code
Beta Was this translation helpful? Give feedback.
All reactions