-
Notifications
You must be signed in to change notification settings - Fork 27
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
Cloudflare block #72
Comments
I was getting a similar error when I tried this today. How are you getting the conditionId you used in the config? |
I found it through the api by using the getmarkets method. |
@jfullerton44 Hey BTW let me know if you can get it working, I'm still stuck on this issue. |
I am able to get the api requests like getMarkets to work but things like getOrders that require auth all return the 403 + cloudflare error which makes me think it has something to do with an invalid private key or other authentication issue |
I figured it out, its because the request was coming from a virtual machine in a restricted region. Once I moved the machine to Australia it started working |
I've moved my server from us to europe and it worked for a while. |
I use an Australia based server and that continues to work for me |
Overview
When attempting to run the market maker get a 403 error followed by cloudflare html
Description
Notes
Using the following config:
CONDITION_ID=0x3ac961dca3c4f0fc34bf94c661962012ab5e8bcdcadfc99affa06eddde00b29f
STRATEGY="amm"
CONFIG="./config/amm.json"
The text was updated successfully, but these errors were encountered: