Closed trackxx closed 3 months ago
I'm having the same issue. My response is {'errorCode': 'RESOURCE_NOT_FOUND', 'httpStatus': 404, 'message': 'Invalid URI format'}
@trackxx were you able to find a solution to this?
post_friend_request keeps returning false despite valid puu_id; Am I doing something wrong?
Go to the friendrequests.py file and return the res.json instead of res.ok. The API returns a 204 status code. Which basically means that friend request has been sent.
@trackxx The old friend request endpoint seems to have been removed.
post_friend_request keeps returning false despite valid puu_id; Am I doing something wrong?