Running the following code:
from venmo_api import Client
at = Client.get_access_token(username='*****************', password='***********')
getting the following response:
Error: {'error': {'links': None, 'title': 'Error', 'code': 240, 'message': 'OAuth2 Exception: Unable to complete your request. Please try again later.'}}
My friend @Dean-Katz is having the same issue.
Running the following code:
from venmo_api import Clientat = Client.get_access_token(username='*****************', password='***********')getting the following response:
Error: {'error': {'links': None, 'title': 'Error', 'code': 240, 'message': 'OAuth2 Exception: Unable to complete your request. Please try again later.'}}My friend @Dean-Katz is having the same issue.