Instagrapi can't use proxy from ScrapingBee #1925
Replies: 1 comment
-
Solved by changing scrapingbee proxy to storm proxy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I am using ScrapingBee proxy (https://app.scrapingbee.com/request-builder).
When I tested using this code:
It returns:
So, I assume that the proxy is working fine.
But when I tried to log in using this code:
It throws an error:
requests.exceptions.RetryError: HTTPSConnectionPool(host='i.instagram.com', port=443): Max retries exceeded with url: /api/v1/launcher/sync/ (Caused by ResponseError('too many 500 error responses'))
After that, I tried too see the log from ScrapingBee analytics. It seems instagrapi failed to connect to https://i.instagram.com/api/v1/launcher/sync/ with status code 500.
Could you let me know what is the suggestion for this issue?
We want to use proxy to login to instagrapi, and please let me know if you have any recommendation for other proxy.
Beta Was this translation helpful? Give feedback.
All reactions