No remprompt on wrong login data #10
Labels
No labels
beta
bug
dependencies
duplicate
enhancement
invalid
postponed
question
release: bugfix
release: major
release: minor
repository improvment
required
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Serraniel/DiscordMediaLoader#10
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The tool won´t reprompt if login data is not valid any more.
can I reset it?
where is the login data saved?
Hi,
the login data is stored inside a LiteDB file, which is located under
%appdata%\Serraniel\Discord Media Loader\config.db
. You may delete this file (which also resets your job) or open it with LiteDB Viewer and replace the session token in the settings storage.I may add an option to reset the token in a future version.
The used framework meanwhile will raise an exception with error code
401 unauthorized
if the stored token becomes invalid. There currently is no way to change that token in that case.This is closed in v1.2.1.0.