dcaro added a comment.

  I suspect that the POST request might not be to the right path, the request 
is done here I think:
  
https://github.com/mediawiki-utilities/python-mwoauth/blob/master/mwoauth/functions.py#LL88C23-L91C58
  
  what is the mw_uri value there? Maybe you can add a print or similar xd
  
  I think though that it's the setting:
  
    c.MWOAuthenticator.mw_index_url = 
'https://meta.wikimedia.org/w/rest.php/oauth2/authorize'
  
  from pour PR, that seems that it should point to 
'https://meta.wikimedia.org/index.php' instead (the index.php), can you try 
with this?
  
    c.MWOAuthenticator.mw_index_url = 'https://meta.wikimedia.org/w/index.php'

TASK DETAIL
  https://phabricator.wikimedia.org/T243200

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: dcaro
Cc: dcaro, bd808, rook, Aklapper, Stang, Daniel_Mietchen, Bstorm, Dvorapa, 
MarcoAurelio, pywikibot-bugs-list, Mpaa, Chicocvenancio, PotsdamLamb, Devnull, 
Slst2020, Jyoo1011, nskaggs, JohnsonLee01, SHEKH, Dijkstra, Raymond_Ndibe, 
Khutuck, Zkhalido, AshokChakra, Viztor, 94rain, Wenyi, sietec, R96340, Tbscho, 
MayS, Mdupont, JJMC89, Altostratus, Avicennasis, Susannaanas, Fuzheado, 
mys_721tx, Jane023, Xqt, yuvipanda, jayvdb, zhuyifei1999, Masti, Alchimista
_______________________________________________
pywikibot-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to