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

friendships_create ERROR #417

Open
serhaterfidan opened this issue Jul 16, 2023 · 0 comments
Open

friendships_create ERROR #417

serhaterfidan opened this issue Jul 16, 2023 · 0 comments

Comments

@serhaterfidan
Copy link

Traceback (most recent call last):
File "/var/task/flask/app.py", line 2070, in wsgi_app
response = self.full_dispatch_request()
File "/var/task/flask/app.py", line 1515, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/var/task/flask/app.py", line 1513, in full_dispatch_request
rv = self.dispatch_request()
File "/var/task/flask/app.py", line 1499, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
File "/var/task/server.py", line 85, in follow_user
api.friendships_create(user_id)
File "/var/task/instagram_private_api/endpoints/friendships.py", line 157, in friendships_create
res = self._call_api(endpoint, params=params)
File "/var/task/instagram_private_api/client.py", line 527, in _call_api
ErrorHandler.process(e, error_response)
File "/var/task/instagram_private_api/errors.py", line 135, in process
raise ClientError(error_msg, http_error.code, error_response)
instagram_private_api.errors.ClientError: Bad Request: feedback_required
2023-07-16 23:25:57.078: 127.0.0.1 - - [16/Jul/2023 20:25:57] "�[35m�[1mPOST /followUser HTTP/1.1�[0m" 500 -

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

1 participant