Post
Topic
Board Project Development
Re: Haasonline Simple Trade Bot For BTCe and Bitstamp[Main topic]
by
phreeky
on 23/02/2014, 07:54:15 UTC
Can you check cryptsy ? Bot never get prices. It is not bad gateway. Also cryptsy change api url for authenticated users
to https://api.cryptsy.com/api . So without any prices, bot never work with cryptsy.

TO ALL: Are your bot working with crpytsy ? Look to log. Thank you.
 
this debug is always:
2014-22-02 07:00:20.364   |TRACKER_INFO|   Reading of Cryptsy failed, retrying....
2014-22-02 07:00:21.331   |TRACKER_INFO|   Reading of Cryptsy failed, next retry on next update.
2014-22-02 07:00:21.331   |ERROR|   Cannot access child value on Newtonsoft.Json.Linq.JValue.
2014-22-02 07:00:21.346   |DEBUG|   System.InvalidOperationException: Cannot access child value on Newtonsoft.Json.Linq.JValue.
         at Newtonsoft.Json.Linq.JToken.Children()
         at Newtonsoft.Json.Linq.JToken.System.Collections.Generic.IEnumerable.GetEnumerator()
         at Cryptsy.OrderBook.ReadFromJObject(JObject o, Int64 marketID)
         at Cryptsy.MarketInfo.ReadFromJObject(JObject o, Boolean basicInfoOnly)
         at Cryptsy.MarketInfo.ReadMultipleFromJObject(JObject o, Boolean basicInfoOnly)
         at Cryptsy.CryptsyAPI.GetOpenMarkets(Boolean basicInfoOnly)
         at TradeServer.Trackers.API.CryptsyTracker.UpdateTracker()
2014-22-02 07:00:21.362   |TRACKER_INFO|   Cannot access child value on Newtonsoft.Json.Linq.JValue.

Mine neither. But don´t worry - its good on the other hand, because until it stop working totally two days ago, it makes me only loosing money because 3/4 of trades (reported as fulfilled and profitable by haasbot) never hit cryptsy at all and rest of them were causing non profit trades due to stucked orders.. I still did not get a single meaningfull answer to any of my polite questions here (just loads of weak theories and reproofs that I and the rest od the world are doing smething wrong*), so now I am just waiting for some kind of miracle. I have to feed my family so I simply don´t have a time to try to find out why so many things don´t work as they should and how can I workaround them.

* I for example received answer that its not possible that orders on Cryptsy are not processed correctly, and when order is not fullfilled within 2 minutes, its cancelled automatically, so I had to do something wrong. Day or so later devs confirmed this issue, stating that Cryptsy´s API is bugged and will be suspended soon..

i have the same issue @ btc-e sometimes, orders get not filled but the bot says 'coins bought' etc.