Results 10 comments of Kostya

Same error here. ``` IgNetworkError: Instagram API error was made. at Request.faultTolerantRequest (/root/instanote/node_modules/instagram-private-api/src/core/request.ts:179:13) at async Request.send (/root/instanote/node_modules/instagram-private-api/src/core/request.ts:77:22) IgNetworkError: Instagram API error was made. at Request.faultTolerantRequest (/root/instanote/node_modules/instagram-private-api/src/core/request.ts:179:13) at async Request.send (/root/instanote/node_modules/instagram-private-api/src/core/request.ts:77:22)...

@kingbotss I've tried proxies from different providers, and got the same error. And these proxies work perfectly fine with other libraries which logs in to Instagram, so Instagram doesn't ban...

It appears with every non-English post actually (Russian, Italian, Polish etc.): https://facebook.com/262108804192078/posts/1461142234288723 https://facebook.com/262108804192078/posts/1461123174290629 Just few examples. ## Screenshots Original post written in Russian: `post_text` result of it:

Unfortunately, because I'm using many pre-made accounts with cookies I'm unable to change settings for every one. So that's why I'm trying to extract original text with scraper only.

This is working perfectly. Thank you so much for help! 👍

@neon-ninja hello again! I've noticed that long text posts have ellipsis and "... More" label included in the original text. You can check it out with post: https://facebook.com/262108804192078/posts/1463319394071007

@adw0rd same results with `_v1`: ```Exceeded 30 redirects. Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/instagrapi/mixins/media.py", line 554, in user_medias_paginated_v1 items = self.private_request( File "/usr/local/lib/python3.8/dist-packages/instagrapi/mixins/private.py", line 447, in private_request raise e...

@adw0rd changing proxy for cached account keep this problem; fresh accounts work for some time (few hours), also I'm using `sleep` for at least one minute between calls. As I...

@adw0rd I'm also make `cl.user_stories(page_id)` requests, but less often. I've checked it now, and these requests don't give this error (with same accounts & proxies), only with `cl.user_medias(page_id, 10)`

For some reason when this error raise it even can't be handled with `except requests.exceptions.TooManyRedirects:`. How it can be handled? ``` try: cl.user_medias_v1(page_id, 10) except requests.exceptions.TooManyRedirects: ``` ``` Exceeded 30...