instagram-scraper icon indicating copy to clipboard operation
instagram-scraper copied to clipboard

Response code is 403

Open KoNeTaLL opened this issue 4 years ago • 4 comments

hi. the following error appeared:

"pwd/instagram.py", line 417, in account = instagram.get_account('kevin') File "pwd/venv3/lib64/python3.8/site-packages/igramscraper/instagram.py", line 1122, in get_account raise InstagramException.default(response.text, igramscraper.exception.instagram_exception.InstagramException: Response code is 403. Body: {"message": "login_required", "error_title": "You've Been Logged Out", "error_body": "Please log back in.", "logout_reason": 2, "status": "fail"} Something went wrong. Please report issue., Code:403

Еhis error occurs if I try to use methods that do not require authorization along with the proxy. (Without a proxy, these methods work) Proxy private with login:password. Previously, everything worked.

p.s proxies work 100%, I tried both IPv6 and IPv4. Still an error. To reproduce the error, the code that goes as an example of using a proxy on the main page of the project is enough.

KoNeTaLL avatar Jun 15 '20 16:06 KoNeTaLL