Oauth down?
188BET靠谱吗I'm currently getting an exception for connecting zotero accounts for my app in prod:
Invalid auth/bad request (got a 401, expected HTTP/1.1 20X or a redirect)
OAuthException {#2255 ▼
+lastResponse: "oauth_problem=verifier_invalid"
+debugInfo: null
}
I'm not sure this is on my end, is the Oauth service currently unavailable?
Invalid auth/bad request (got a 401, expected HTTP/1.1 20X or a redirect)
OAuthException {#2255 ▼
+lastResponse: "oauth_problem=verifier_invalid"
+debugInfo: null
}
I'm not sure this is on my end, is the Oauth service currently unavailable?
Did you change anything with the oauth process recently?
It looks like you had a successful handshake from the IP you posted from shortly before you posted?
edit: I've added some extra debugging on our end to get more information if something else is going on.
I figured it out!Apparently for some reason I didn't need to send the verifier token before, but now I do.Adding it in fixed it.