Have been struggling with this issue for a good few days.
I am currently trying to get oauth to work from node using passport-mediawiki.
I get as far as getting asked to authorise the oauth application for the user on a screen that reads:
Hi user1,
ResourceEdge Dev 5 would like to have basic access on your behalf on all projects of this site.
Privacy Policy Cancel Allow
Once I press Allow, I get the same box, but with the statement
"There are problems with some of your input."
But no info as to what the issue is. Not certain if there is any logs or similar that might tell me what the actual issue is, have looked at the standard ones, including the debug log (can't debug the actual window as its a pop up box, not certain how I would debug that). Even gave the user access to every part of OUTH, no success.
Any suggestions where to look or what the issue might be.
Have been struggling with this issue for a good few days.
I am currently trying to get oauth to work from node using passport-mediawiki.
I get as far as getting asked to authorise the oauth application for the user on a screen that reads:
Hi user1,
ResourceEdge Dev 5 would like to have basic access on your behalf on all
projects of this site.
Privacy Policy Cancel Allow
Once I press Allow, I get the same box, but with the statement
"There are problems with some of your input."
But no info as to what the issue is. Not certain if there is any logs or similar that might tell me what the actual issue is, have looked at the standard ones, including the debug log (can't debug the actual window as its a pop up box, not certain how I would debug that). Even gave the user access to every part of OUTH, no success.
Any suggestions where to look or what the issue might be.
On Tue, Sep 15, 2015 at 12:24 AM, Bengt Bjorkberg bengtbj@gmail.com wrote:
"There are problems with some of your input."
At a glance that's a generic text used when a form has validation errors but the validator did not supply an error message.
But no info as to what the issue is. Not certain if there is any logs or similar that might tell me what the actual issue is, have looked at the standard ones, including the debug log (can't debug the actual window as its a pop up box, not certain how I would debug that). Even gave the user access to every part of OUTH, no success.
Can you open a bug about it and post the exact request data? (You can use the browsers developer toolbar, which should work in popup mode, or the debug log.)
Thank you very much, thought I was just missing something obvious
Added it as https://phabricator.wikimedia.org/T112635
/Ben
On Tue, Sep 15, 2015 at 9:51 AM, Gergo Tisza gtisza@wikimedia.org wrote:
On Tue, Sep 15, 2015 at 12:24 AM, Bengt Bjorkberg bengtbj@gmail.com wrote:
"There are problems with some of your input."
At a glance that's a generic text used when a form has validation errors but the validator did not supply an error message.
But no info as to what the issue is. Not certain if there is any logs or similar that might tell me what the actual issue is, have looked at the standard ones, including the debug log (can't debug the actual window as its a pop up box, not certain how I would debug that). Even gave the user access to every part of OUTH, no success.
Can you open a bug about it and post the exact request data? (You can use the browsers developer toolbar, which should work in popup mode, or the debug log.) _______________________________________________ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
wikitech-l@lists.wikimedia.org