Post
Topic
Board Project Development
Re: Haasonline Simple Trade Bot For BTCe and Bitstamp[Main topic]
by
xpumpa
on 22/02/2014, 18:06:20 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.