Closed mikebgrep closed 3 years ago
I made web application with flask witch use the api.In my local machine work fine when I deploy to heroku I recive this error message:
2020-12-27T12:07:08.823479+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/instagrapi/mixins/private.py", line 207, in _send_private_request 2020-12-27T12:07:08.823479+00:00 app[web.1]: raise LoginRequired(response=e.response, **last_json) 2020-12-27T12:07:08.823663+00:00 app[web.1]: instagrapi.exceptions.LoginRequired: login_required
What will be the problem.It can be something from the api or I have problem with app thanks
Probably you are not logged in and Instagram informs you about it
I made web application with flask witch use the api.In my local machine work fine when I deploy to heroku I recive this error message:
What will be the problem.It can be something from the api or I have problem with app thanks