-
Notifications
You must be signed in to change notification settings - Fork 69
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
Running locally returns 403 #17
Comments
Check your network status, maybe using a proxy will fix it. |
Thanks! I can query other websites and the initial query in |
It depends on your network enviornment. In most cases, there is no need to care about. |
tried with ip in both cn and us, use_ac.py returns 403 while use_ac2.py times out. does ac change their verification again? |
use_ac2.py need to update with the request headers and it will work. But, due to Akamai risk control, single IP only can retrive limited results and get 403 after requests exceeding. |
Tried with different IPs, same problem. |
Running use_ac.py returns a correct looking response in
get_aws_config
, but then the response inget_market_token
returns 403 status code. Any ideas how to fix it?The text was updated successfully, but these errors were encountered: