This repository was archived by the owner on Aug 18, 2020. It is now read-only.
Wait for authentication in twitch bot and report invalid credentials#86
Merged
sebinside merged 2 commits intoJul 12, 2019
Conversation
If the channels aren't cleared and the connector is restarted multiple times it won't join into any channels that the connector has joined before the restart because it still thinks it has joined them already
Contributor
|
Es funktioniert! |
Member
|
Develop or Master with hotfix pre alpha 2 Release? @joblo2213 |
Member
|
Master of course. It's a release! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The framework needs to wait till the bot has authenticated, otherwise unexpected things like #80 happen. Waiting for auth is required anyway if we want to check if the credentials are correct (#27) which is also implemented in this pr.
@MelanX bitte teste ob dieser PR dein Problem löst.
Fixes #80 and fixes #27