https://bugzilla.wikimedia.org/show_bug.cgi?id=69305
Brad Jorsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |INVALID --- Comment #3 from Brad Jorsch <[email protected]> --- Now that you specified Beta Labs, I can check the logs and see for certain that you are handling the token incorrectly. 2014-08-08 17:03:54 deployment-mediawiki02 enwiki: API POST Jdlrobson RE.DA.CT.ED T=2ms format=jsonfm action=userrights user=SeleniumEchoUser add=confirmed 2014-08-08 17:04:52 deployment-mediawiki02 enwiki: API POST Jdlrobson RE.DA.CT.ED T=111ms format=jsonfm action=userrights user=SeleniumEchoUser add=confirmed token=...REDACTED...441d2d%2B%5C%5C 2014-08-08 17:05:35 deployment-mediawiki02 enwiki: API POST Jdlrobson RE.DA.CT.ED T=78ms format=jsonfm action=userrights user=SeleniumEchoUser add=confirmed token=...REDACTED...2fbfe3%2B%5C%5C 2014-08-08 17:06:05 deployment-mediawiki02 enwiki: API POST Jdlrobson RE.DA.CT.ED T=54ms format=jsonfm action=userrights user=SeleniumEchoUser add=bot%7Csysop%7Cbureaucrat%7Creviewer%7Cautoreview%7Csteward%7Caccountcreator%7Cimport%7Ctranswiki%7Cipblock-exempt%7Coversight%7Cfounder%7Crollbacker%7Cautoreviewer%7Cresearcher%7Cfilemover%7Ccheckuser%7Ctemplateeditor%7Cmassmessage-sender%7Cabusefilter%7Cepcoordinator%7Ceponline%7Cepcampus%7Cepinstruc[...] token=...REDACTED...2fbfe3%2B%5C%5C 2014-08-08 17:06:23 deployment-mediawiki02 enwiki: API POST Jdlrobson RE.DA.CT.ED T=64ms format=jsonfm action=userrights user=SeleniumEchoUser add=bot%7Csysop%7Cbureaucrat%7Creviewer%7Cautoreview%7Csteward%7Caccountcreator%7Cimport%7Ctranswiki%7Cipblock-exempt%7Coversight%7Cfounder%7Crollbacker%7Cautoreviewer%7Cresearcher%7Cfilemover%7Ccheckuser%7Ctemplateeditor%7Cmassmessage-sender%7Cabusefilter%7Cepcoordinator%7Ceponline%7Cepcampus%7Cepinstruc[...] token=...REDACTED...441d2d%2B%5C%5C 2014-08-08 17:06:26 deployment-mediawiki02 enwiki: API POST Jdlrobson RE.DA.CT.ED T=63ms format=jsonfm action=userrights user=SeleniumEchoUser add=bot%7Csysop%7Cbureaucrat%7Creviewer%7Cautoreview%7Csteward%7Caccountcreator%7Cimport%7Ctranswiki%7Cipblock-exempt%7Coversight%7Cfounder%7Crollbacker%7Cautoreviewer%7Cresearcher%7Cfilemover%7Ccheckuser%7Ctemplateeditor%7Cmassmessage-sender%7Cabusefilter%7Cepcoordinator%7Ceponline%7Cepcampus%7Cepinstruc[...] token=...REDACTED...441d2d 2014-08-08 17:07:00 deployment-mediawiki02 enwiki: API POST Jdlrobson RE.DA.CT.ED T=101ms format=jsonfm action=userrights user=SeleniumEchoUser add=bot%7Csysop%7Cbureaucrat%7Creviewer%7Cautoreview%7Csteward%7Caccountcreator%7Cimport%7Ctranswiki%7Cipblock-exempt%7Coversight%7Cfounder%7Crollbacker%7Cautoreviewer%7Cresearcher%7Cfilemover%7Ccheckuser%7Ctemplateeditor%7Cmassmessage-sender%7Cabusefilter%7Cepcoordinator%7Ceponline%7Cepcampus%7Cepinstruc[...] token=...REDACTED...441d2d%2B%5C%5C 2014-08-08 21:29:52 deployment-mediawiki02 enwiki: API POST Jdlrobson RE.DA.CT.ED T=77ms format=jsonfm action=userrights user=Selenium%20user add=confirmed token=...REDACTED...5b3334%2B%5C%5C 2014-08-08 21:30:16 deployment-mediawiki02 enwiki: API POST Jdlrobson RE.DA.CT.ED T=39ms format=jsonfm action=userrights user=Selenium%20user add=confirmed token=...REDACTED...5b3334%2B%5C%5C reason=test All userrights tokens end with "+\", which encodes to "%2B%5C". On most of those you have an extra "%5C" at the end of your token. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
