mmohades / Venmo

Venmo API client for Python
GNU General Public License v3.0
145 stars 43 forks source link

callback error #11

Closed zachary closed 4 years ago

zachary commented 4 years ago

File "/usr/local/lib/python3.8/site-packages/venmo_api/apis/user_api.py", line 142, in get_user_transactions response = self.api_client.call_api(resource_path=resource_path, File "/usr/local/lib/python3.8/site-packages/venmo_api/utils/api_client.py", line 58, in call_api return self.__call_api(resource_path=resource_path, method=method, File "/usr/local/lib/python3.8/site-packages/venmo_api/utils/api_client.py", line 103, in call_api processed_response = self.request(method, url, session, File "/usr/local/lib/python3.8/site-packages/venmo_api/utils/api_client.py", line 139, in request validated_response = self.__validate_response(response, ok_error_codes=ok_error_codes) File "/usr/local/lib/python3.8/site-packages/venmo_api/utils/api_client.py", line 170, in __validate_response raise HttpCodeError(response=response) venmo_api.models.exception.HttpCodeError: HTTP Status code invalid. Could not make the request -> 404 Not Found. JSON: Invalid Json

ironclock commented 3 years ago

How did you solve this?