Giter Site home page Giter Site logo

Error searching messages, API responded with status 401! {"message":"401: Unauthorized","code":0} CoreException {} about undiscord HOT 3 OPEN

yournyagurl avatar yournyagurl commented on June 2, 2024 8
Error searching messages, API responded with status 401! {"message":"401: Unauthorized","code":0} CoreException {}

from undiscord.

Comments (3)

rune-maesfranckx avatar rune-maesfranckx commented on June 2, 2024 1

Go to advanced settings and fill auth token (also go to Messages interval and check that Chrome hasnt auto filled any other field). For full automization go into the deleteDiscordMessages.user.js via tampermonkey and change replace the confirm function with the following:

async confirm() {
    // Log message indicating automatic confirmation
    log.verb('automatic confirmation, will continue...');

    // Dont ask for confirmation for next requests
    this.options.askForConfirmation = false;

    // Always return 'true"
    return true;
}

Then save and refresh the discord site.

from undiscord.

CombatCalamity avatar CombatCalamity commented on June 2, 2024

which line is the confirm function on?

from undiscord.

karcfa avatar karcfa commented on June 2, 2024

Go to advanced settings and fill auth token (also go to Messages interval and check that Chrome hasnt auto filled any other field). For full automization go into the deleteDiscordMessages.user.js via tampermonkey and change replace the confirm function with the following:

async confirm() {
    // Log message indicating automatic confirmation
    log.verb('automatic confirmation, will continue...');

    // Dont ask for confirmation for next requests
    this.options.askForConfirmation = false;

    // Always return 'true"
    return true;
}

Then save and refresh the discord site.

auth token fix fixes the error in 5.2.3 but shows another

Error searching messages, API responded with status 400!
{"message":"Invalid Form Body","code":50035,"errors":{"max_id":{"_errors":[{"code":"NUMBER_TYPE_COERCE","message":"Value "[email protected]" is not snowflake."}]}}}
CoreException {}

also i dont know why but it uses wrong email. thats not my acc email in the error. its my previous email

EDIT Okay i get it now, it wrote my email in another field i just had to remove it

from undiscord.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.