Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get the Post Friend Request to work #26

Open
trackxx opened this issue Apr 20, 2024 · 2 comments
Open

Cannot get the Post Friend Request to work #26

trackxx opened this issue Apr 20, 2024 · 2 comments

Comments

@trackxx
Copy link

trackxx commented Apr 20, 2024

post_friend_request keeps returning false despite valid puu_id;
Am I doing something wrong?
frend

@lemon-sandwich
Copy link

lemon-sandwich commented May 13, 2024

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?

@lemon-sandwich
Copy link

post_friend_request keeps returning false despite valid puu_id; Am I doing something wrong? frend

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants