-
-
Notifications
You must be signed in to change notification settings - Fork 725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API responded with status 401! #559
Comments
You might have to manually clear out all of the fields if your browser has autofill enabled. Then, hit "fill token" again. |
Столкнулся с той же проблемой, но нашёл решение. Это всё из-за автозаполнения полей браузером. Чтобы решить проблему, нужно: 1. В окне скрипта, есть вкладка "General", тут нужно нажать me, current, current, чтобы они заполнились. 2. Вкладка "Messages Interval", тут надо стереть всё что браузер сам вписал и оставить поля пустыми. 3. Вкладка "Advanced Settings" тут стираем всё что вписано в поле Authorization token и нажимаем fill. 4. Готово. Можно снова запускать скрипт. |
@larryqiann That's true, I have faced the same issue, and I found out that some fields were auto-filled. So I disabled auto-fill and cleared all the fields and it worked just fine for me. |
Autofilled fix in #631 |
Undiscord Version
v5.2.1
Browser
Firefox 111.0.1 (64-bit)
Extension
TamperMonkey 4.18.1 2022-11-13
Reproduction steps
Actual results
Started at 4/2/2023, 6:18:31 PM
authorId = "[REDACTED]" guildId = "[REDACTED]" channelId = "[REDACTED]" minId = "[REDACTED]" maxId = "[REDACTED]" hasLink = false hasFile = false
Fetching messages...
Error searching messages, API responded with status 401!
{"message":"401: Unauthorized","code":0}
CoreException {}
Expected results
For it to properly delete my messages.
Bug affects
Additional information & file uploads
I did manually fill my token after initially encountering this issue, but it did not have any effect on the actual results. I'm at a loss for what's causing this error.*
The text was updated successfully, but these errors were encountered: