Advertisement
den4ik2003

Untitled

Jul 8th, 2024
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. $$$ {"symbol": "STONKS_USDT", "price": 0.00001103, "quantity": 869672.530000, "trade_side": SELL, "trade_time": 1720415829356}
  2. $$$ {"symbol": "STONKS_USDT", "price": 0.00001103, "quantity": 869672.530000, "trade_side": BUY, "trade_time": 1720415829360}
  3. {"event_type": "TRANSACTION_COMPLETED", "event_time": "1720415829377", "balance_details": [{"fz_bal": "0.000000000000000000000000000000", "ccy": "USDT", "av_bal": "3001.761998141100000000000000000000"}]}
  4. balance indicator: 0x5555559392a0 0x5555559352d0
  5. HTTP ERROR: {"trace": "10f32af7dec4409d9ff94c0d0681b594.116.17204158315312643", "data": {}, "code": "59002", "message": "Internal Server Error [timeout executing POST http://account-wallet/wallet-action/queryWalletByCondition?trace=10f32af7dec4409d9ff94c0d0681b594.116.17204158315312643&application=spot-cloud-api]"}
  6. terminate called after throwing an instance of 'std::runtime_error'
  7. what(): result_t::value: object already contains an error
  8.  
  9. Thread 4 "test" received signal SIGABRT, Aborted.
  10. [Switching to Thread 0x7ffff65fd640 (LWP 1409587)]
  11. __pthread_kill_implementation (no_tid=0, signo=6, threadid=140737326863936) at ./nptl/pthread_kill.c:44
  12. 44 ./nptl/pthread_kill.c: No such file or directory.
  13. (gdb) bt
  14. #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140737326863936) at ./nptl/pthread_kill.c:44
  15. #1 __pthread_kill_internal (signo=6, threadid=140737326863936) at ./nptl/pthread_kill.c:78
  16. #2 __GI___pthread_kill (threadid=140737326863936, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
  17. #3 0x00007ffff7242476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
  18. #4 0x00007ffff72287f3 in __GI_abort () at ./stdlib/abort.c:79
  19. #5 0x00007ffff76a2b9e in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
  20. #6 0x00007ffff76ae20c in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
  21. #7 0x00007ffff76ae277 in std::terminate() () from /lib/x86_64-linux-gnu/libstdc++.so.6
  22. #8 0x00007ffff76ae4d8 in __cxa_throw () from /lib/x86_64-linux-gnu/libstdc++.so.6
  23. #9 0x000055555579e4d0 in mira::result_t<mira::account_t, mira::market_error>::value (this=0x7ffff65fcd30)
  24. at /home/ubuntu/dmm_strat/solutions/test/../../../connector_debug/parsing/errors.hpp:102
  25. #10 0x0000555555821c63 in operator() (__closure=0x5555559315c8) at /home/ubuntu/connector_debug/parsing/src/balance_indicator.cpp:22
  26. #11 0x00005555558229d6 in std::__invoke_impl<void, mira::BalanceIndicator::_run_forever()::<lambda()> >(std::__invoke_other, struct {...} &&) (__f=...)
  27. at /usr/include/c++/11/bits/invoke.h:61
  28. #12 0x0000555555822999 in std::__invoke<mira::BalanceIndicator::_run_forever()::<lambda()> >(struct {...} &&) (__fn=...) at /usr/include/c++/11/bits/invoke.h:96
  29. #13 0x0000555555822946 in std::thread::_Invoker<std::tuple<mira::BalanceIndicator::_run_forever()::<lambda()> > >::_M_invoke<0>(std::_Index_tuple<0>) (this=0x5555559315c8)
  30. at /usr/include/c++/11/bits/std_thread.h:259
  31. #14 0x000055555582291a in std::thread::_Invoker<std::tuple<mira::BalanceIndicator::_run_forever()::<lambda()> > >::operator()(void) (this=0x5555559315c8)
  32. at /usr/include/c++/11/bits/std_thread.h:266
  33. #15 0x00005555558228fe in std::thread::_State_impl<std::thread::_Invoker<std::tuple<mira::BalanceIndicator::_run_forever()::<lambda()> > > >::_M_run(void) (this=0x5555559315c0)
  34. at /usr/include/c++/11/bits/std_thread.h:211
  35. #16 0x00007ffff76dc253 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
  36. #17 0x00007ffff7294ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
  37. #18 0x00007ffff7326850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement