JC
JC
Still happening. It also stops running when the error happens. ``` python lendingbot.py Welcome to Lending Bot on BITFINEX 2018-04-29 10:31:41 Error API Error 400: {"message":"Offer amount must be positive."}...
Still having this issue non stop: ``` 2018-06-11 12:48:40 Error API Error 400: {"message":"Offer amount must be positive."} Requesting https://api.bitfinex.com/v1/offer/new -- ``` The problem is that when it happens it...
Thanks, I'll post it once I regain access... the server lost it's internet connection and they are fixing it in 2 days. I'll reply with it as soon as it...
``` # Need help configuring? View the Documentation: https://poloniexlendingbot.readthedocs.io/en/latest/configuration.html [API] # Where to work? "Poloniex" or "Bitfinex". Default is "Poloniex" exchange = Bitfinex apikey = removed secret = removed [POLONIEX]...
maybe some dust or something making an overflow causing the error? Could there be a way to include additional debugging information?
Sorry, it didn't happen again but now that I rebooted the server it is happening. I just changed the code and hope it comes back with something! Thanks for letting...
2018-06-20 21:13:09 Error API Error 400: {"message":"Offer amount must be positive."} payload:{'nonce': '152954718915603', 'direction': 'lend', 'request': '/v1/offer/new', 'rate': '7.9935', 'period': 2, 'currency': u'BTC', 'amount': '0.00000000'} 2018-06-20 21:13:09 Error API Error...
Yeah, probably Bitfinex has logic that says amount must be greater than 0 which makes sense.
Any updates on this? Still got issues :( 2019-02-12 17:15:54 Error API Error 400: {"message":"Offer amount must be positive."} Requesting https://api.bitfinex.com/v1/offer/new -- 2019-02-12 17:15:54 Error API Error 400: {"message":"Offer amount...
I am using the default settings: sleeptimeinactive = 300 sleeptimeactive = 60 analyseUpdateInterval = 60