aoede icon indicating copy to clipboard operation
aoede copied to clipboard

AuthenticationError out of nowhere

Open gjorgdy opened this issue 6 months ago • 8 comments

Without initially changing my login info the bot started randomly throwing this error. After changing my password, resetting the bot token and completely redeploying the bot, the issue persists.

Error creating session: AuthenticationError(LoginFailed(BadCredentials))
stack backtrace:
   0:     0x7fc796892955 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h56c396e6ec1a6d25
   1:     0x7fc7968d911b - core::fmt::write::h8d9f62e4196a6251
   2:     0x7fc79688f30f - std::io::Write::write_fmt::hfeda4b672809964d
   3:     0x7fc79689272e - std::sys_common::backtrace::print::h92792842c9200fcf
   4:     0x7fc796893b89 - std::panicking::default_hook::{{closure}}::h4fa40162feafd3ea
   5:     0x7fc7968938cd - std::panicking::default_hook::h5a52bd4fbc34f99c
   6:     0x7fc796894023 - std::panicking::rust_panic_with_hook::h33e85abbf3f92159
   7:     0x7fc796893f04 - std::panicking::begin_panic_handler::{{closure}}::h6e89e0968a11dcc7
   8:     0x7fc796892e19 - std::sys_common::backtrace::__rust_end_short_backtrace::h6f80b72bde67d6fa
   9:     0x7fc796893c37 - rust_begin_unwind
  10:     0x7fc795bd6193 - core::panicking::panic_fmt::hb37c2646452904e3
  11:     0x7fc795bd6626 - core::result::unwrap_failed::h95d9de04097dd2c4
  12:     0x7fc795c756d3 - tokio::park::thread::CachedParkThread::block_on::hd895f2033877e8c0
  13:     0x7fc795cb912c - aoede::main::ha78334ca8f072fe4
  14:     0x7fc795d5eea3 - std::sys_common::backtrace::__rust_begin_short_backtrace::h9b5c3c6c0dbe6e5d
  15:     0x7fc795dd8d59 - std::rt::lang_start::{{closure}}::h56f4d6a086b65f76
  16:     0x7fc796887ded - std::rt::lang_start_internal::ha99684538b0582d2
  17:     0x7fc795cb9345 - main```

gjorgdy avatar Aug 09 '24 14:08 gjorgdy