Open LimitedInfo opened 4 months ago
I was getting a similar error when I tried this today. How are you getting the conditionId you used in the config?
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
amazing thank you that fixed for me as well!
unfortunetly I'm still seeing this error: ERROR MainThread Error approve: {'code': -32000, 'message': 'gas required exceeds allowance (0)'}
Is this something you came across?
I've moved my server from us to europe and it worked for a while. Since this morning, even my europe server get those cloudfare error.
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"