Error in a loop

Issue #607 resolved
Desrever Nu created an issue

Starting testWrapper on Poloniex I get this

16:19:58.356 [main] INFO  - Started BotTask checkConnection [c.n.n.t.BotTask:57]
16:20:00.358 [main] ERROR - The bot will not execute the query, there is no connection to class com.nubits.nubot.trading.wrappers.PoloniexWrapper [c.n.n.t.w.PoloniexWrapper:510]
16:20:00.364 [main] ERROR - The bot will not execute the query, there is no connection to class com.nubits.nubot.trading.wrappers.PoloniexWrapper [c.n.n.t.w.PoloniexWrapper:510]
16:20:00.365 [main] ERROR - The bot will not execute the query, there is no connection to class com.nubits.nubot.trading.wrappers.PoloniexWrapper [c.n.n.t.w.PoloniexWrapper:510]
16:20:00.366 [main] ERROR - The bot will not execute the query, there is no connection to class com.nubits.nubot.trading.wrappers.PoloniexWrapper [c.n.n.t.w.PoloniexWrapper:510]
16:20:00.366 [main] ERROR - The bot will not execute the query, there is no connection to class com.nubits.nubot.trading.wrappers.PoloniexWrapper [c.n.n.t.w.PoloniexWrapper:510]
16:20:00.367 [main] ERROR - The bot will not execute the query, there is no connection to class com.nubits.nubot.trading.wrappers.PoloniexWrapper [c.n.n.t.w.PoloniexWrapper:510]
16:20:00.368 [main] ERROR - The bot will not execute the query, there is no connection to class com.nubits.nubot.trading.wrappers.PoloniexWrapper [c.n.n.t.w.PoloniexWrapper:510]
16:20:00.371 [main] ERROR - The bot will not execute the query, there is no connection to class com.nubits.nubot.trading.wrappers.PoloniexWrapper [c.n.n.t.w.PoloniexWrapper:510]
16:20:00.372 [main] ERROR - The bot will not execute the query, there is no connection to class com.nubits.nubot.trading.wrappers.PoloniexWrapper [c.n.n.t.w.PoloniexWrapper:510]
16:20:00.372 [main] ERROR - The bot will not execute the query, there is no connection to class com.nubits.nubot.trading.wrappers.PoloniexWrapper [c.n.n.t.w.PoloniexWrapper:510]
16:20:00.373 [main] ERROR - The bot will not execute the query, there is no connection to class com.nubits.nubot.trading.wrappers.PoloniexWrapper [c.n.n.t.w.PoloniexWrapper:510]
16:20:00.373 [main] ERROR - nonce reset failed [c.n.n.t.w.PoloniexWrapper:123]

Comments (3)

  1. Desrever Nu reporter

    TestWrappers is not working for any exchange :

    allcoin , bitcoincoid...

    16:22:36.145 [main] INFO  - Started BotTask checkConnection [c.n.n.t.BotTask:57]
    16:22:38.148 [main] ERROR - The bot will not execute the query, there is no connection to BitcoinCoId [c.n.n.t.w.BitcoinCoIDWrapper:538]
    16:22:38.153 [main] ERROR - ApiError [3 : No Connection] [c.n.n.t.WrapperTestUtils:51]
    
    16:23:04.190 [main] ERROR - The bot will not execute the query, there is no connection to AllCoin [c.n.n.t.w.AllCoinWrapper:328]
    16:23:04.195 [main] ERROR - ApiError [3 : No Connection] [c.n.n.t.WrapperTestUtils:51]
    

    The fact that print the error multiple times in poloniex should be related to the nonce-retry loop

  2. Log in to comment