Reputation: 415
Getting below response in Pinterest OAuth Connect API response :
{"status": "failure", "code": 12, "data": "path: /oauth/\nparams:<dict_itemiterator object at 0x7efb64c41710>\nAuthError(code=500, message='dial tcp 127.0.0.1:22000: connect: connection refused')", "message": "Something went wrong on our end. Sorry about that.", "endpoint_name": "oauth_connect"}
The documentation we are following is here:
https://developers.pinterest.com/docs/api/overview
Is there any change in this flow or any one else with same type of issue ?
Upvotes: 2
Views: 648
Reputation: 415
The auth flow is working fine now. Looks like they have fixed the issue.
Upvotes: 1
Reputation: 189
I'm seeing the same thing using the Postman application to generate a token while logged into my pinterest account.
My Error Code:
{"status": "failure", "code": 12, "data": "path: /oauth/\nparams:<dict_itemiterator object at 0x7f2cec58f950>\nAuthError(code=500, message='dial tcp 127.0.0.1:22000: connect: connection refused')", "message": "Something went wrong on our end. Sorry about that.", "endpoint_name": "oauth_connect"}
Upvotes: 0