-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Dynamic subscriptions and password-based authentication with Telegram #5238
Conversation
Hmmm, what's up with Travis CI?... |
hmm don't know. |
I had to rebase due to a commit made in the meantime... |
Tested with: no master at all, numeric master, wrong symbolic master and correct master. Worked so far for me. Please note: master is case-sensitive. |
@DBa2016 It's time to merge. This is very good. |
Got this error (after latest pull): Traceback (most recent call last): |
I was searching for an issue/pull dealing with this problem. I'm glad that helped ^^ |
Looking good, but I've encountered a problem: "master": gobberwart Deleted all telegram tables from database and restarted bot. Tried sending message from Telegram. Response: please /login first
I removed the "@" (this is no longer supported??) and the bot logged:
but no response received. Tried "/info" again and received response: "No password nor master configured..." message. Restarted bot and now I'm getting responses properly. Something's not quite right. |
Authentication by password works perfectly. |
Still got "No password nor master configured in TelegramTask section, bot will not accept any commands" how's the right example TelegramTask config? |
Seems current telegram bot is hard to use. |
Maybe should stick with 1 way of configuring the telegram bot, ie. either using master or password. |
I tend to agree @rawgni. Password works perfectly. Why keep master userid/password as well? |
@Gobberwart , @rawgni : I am hesitant to remove a working method ("master" authentication), this would break working configs - therefore worked around to make both work (not sure why it did not work for your "master", @Gobberwart , can you check the case of your username? is it really all-small?). But yes, I think password is easier and more flexible to use. |
@DBa2016 I hear you, but I think at some point we have to bite the bullet and say, "This method is shit and confuses people. Let's ditch it and go with what works." |
We can always add a log message "master in TelegramTask is deprecated, must use password instead" |
Short Description:
Fixes/Resolves/Closes (please use correct syntax):