> I've tried to log in using OAuth, unsuccessfuly. At which step does it fail? Any error message?
I have been using OAuth for months. Initial pitfalls for me were: * Make sure being logged into your bot account in the browser when performing OAuth registration. * Before trying to log in with OAuth, bot needs to be logged out. Use "pwb.py login -logout", or perhaps clear cache files under .pywikibot (but be careful to not delete config files). * You will need to check "This consumer is for use only by <your name>." on Special:OAuthConsumerRegistration/propose. * You will also need to check relevant items under "Applicable grants:" (Context for others: OAuth login seems to work as a workaround for this login breakage.) -Yusuke On Sat, Aug 6, 2016 at 9:05 PM, MarcoAurelio <[email protected]> wrote: > I've tried to log in using OAuth, unsuccessfuly. I've followed all the > steps of the on-wiki documentation and have indeed the latests release > of pywikibot-core. Any hints? Thanks, M. > > 2016-08-06 9:38 GMT+02:00 Legoktm <[email protected]>: >> Hi, >> >> Please review/test/merge <https://gerrit.wikimedia.org/r/303342>. >> >> I am afk most of tomorrow, so if someone else wants to handle >> backporting it to 2.0 and releasing it, that would be appreciated, >> otherwise I'll do it once I'm back. I don't believe I have permissions >> to push it to pypi though. >> >> -- Legoktm >> >> _______________________________________________ >> pywikibot mailing list >> [email protected] >> https://lists.wikimedia.org/mailman/listinfo/pywikibot > > _______________________________________________ > pywikibot mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/pywikibot _______________________________________________ pywikibot mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot
