Post
Topic
Board Project Development
Re: Haasonline Simple Trade Bot For BTCe and Bitstamp[Main topic]
by
xpumpa
on 01/03/2014, 09:00:27 UTC
0.9.8.1
i try added crpytsy API key, and get me  "Something went wrong. Exception message: "
Now i cannot set any API for btce, cex.io, everything is blocked by this message. Also Tradebot edit did not work.

So some Cryptsy API issue on Cryptsy side, but problem is that crpytsy problem block whole tradeserver others apis.


Code:
2014-01-03 09:54:28.740 |DEBUG| File request: http://localhost:8090/setup_btce.html
2014-01-03 09:54:31.410 |ERROR|
2014-01-03 09:54:31.420 |DEBUG| System.Exception ---> System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
   at System.Net.HttpWebRequest.GetResponse()
   at Cryptsy.CryptsyAPI.CryptsyQuery(Boolean authenticate, Dictionary`2 args)
   at Cryptsy.CryptsyAPI.GetBalance()
   at TradeServer.Trading.Engine.ExchangePlatforms.ExchangePlatformCryptsy.UpdateWallet(Wallet wallet)
   --- End of inner exception stack trace ---
   at TradeServer.Trading.Engine.ExchangePlatforms.ExchangePlatformCryptsy.IsConnected()
   at TradeServer.WebServer.Controller.WebInterfaceController.ParseIfAreas(String result)
   at TradeServer.WebServer.Controller.WebInterfaceController.ParseAll(String result, Dictionary`2 parameters)
   at TradeServer.WebServer.Controller.WebInterfaceController.HandleWebRequest(String filename, Dictionary`2 parameters)
   at HaasonlineTradeServer.Controller.MainApplication.WebserverHandleArguments(HttpListenerRequest request)