-
Notifications
You must be signed in to change notification settings - Fork 188
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
Instagram QueryError #17
Comments
@butterflyx Are you still facing this issue? Normally it is caused by too many requests sent in a short period of time. Is that the case or does it occur even with a single query? As for the proxy, yes I'm afraid only http proxies are supported at the comment. This is a limitation of aiohttp, the library I'm using for executing requests |
This still happens, even with a single query and even if sending only one request. Could this be something to do with changes on Instagram side? |
@herecomesharis Instagram is still working well on my own computer and on Travis so it is difficult for me to troubleshoot this error. What region are you from? Maybe you are being served a different version of Instagram. |
Hi! Sorry for my late reply, hope you will see this. Br |
@iojw : missed this notification as well, sorry! Yes, this seems an error due to local restrictions of Instagram. Maybe worth noticing. |
@butterflyx Oh I see, thanks for checking it out. I’d like to keep this issue open to fix this when I get time. In the meantime, you’ll might have to use to use a VPN to get around this @herecomesharis. |
@butterflyx @iojw |
I'm facing the same issue, tried it on my few servers, (all in europe, and i'm also in caucuses), but it worked on one of my servers, which is in middle east. |
If one of you could run the latest version of socialscan (1.4.0) with the |
i installed it using pip, so i was on 1.3.0, upgraded it from github to 1.4.1, and it works here now. |
@manawenuz I didn't change anything about the code so look like something changed on Instagram's end that fixed it. |
Going to close this for now as it appears to be fixed, do let me know if this issue still occurs for Instagram by providing debug output. |
Using socialscan I get repeatedly the error:
Instagram: QueryError - Could not retrieve token. You might be sending too many requests. Use a proxy or wait before trying again.
Using a proxy, doesn't solve the issue, as only http proxies supported at the moment:
Instagram: ClientConnectorCertificateError - Cannot connect to host www.instagram.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)')]
Proxy used:
http://80.187.140.26:8080
The text was updated successfully, but these errors were encountered: