Advertisement
den4ik2003

Untitled

Jul 12th, 2024
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. mira::field_t::at: _Map_base::at, key: code
  2. {"backtrace": "InternalBacktrace", "State": "None", "msg": {"source": "TimedOut", "url": {"fragment": "None", "port": "None", "host": "api-cloud.bitmart.com", "password": "None", "username": "", "query": "None", "cannot_be_a_base": "false", "path": "/spot/v3/cancel_order", "scheme": "https"}, "kind": "Request"}, "ec": "1488"}
  3. terminate called after throwing an instance of 'std::runtime_error'
  4. what(): e_http_error_from_str(response.at('code').s()) bitmart
  5.  
  6. __pthread_kill_implementation (no_tid=0, signo=6, threadid=140736532043328) at ./nptl/pthread_kill.c:44
  7. 44 ./nptl/pthread_kill.c: No such file or directory.
  8. (gdb) bt
  9. #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140736532043328) at ./nptl/pthread_kill.c:44
  10. #1 __pthread_kill_internal (signo=6, threadid=140736532043328) at ./nptl/pthread_kill.c:78
  11. #2 __GI___pthread_kill (threadid=140736532043328, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
  12. #3 0x00007ffff7242476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
  13. #4 0x00007ffff72287f3 in __GI_abort () at ./stdlib/abort.c:79
  14. #5 0x00007ffff76a2b9e in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
  15. #6 0x00007ffff76ae20c in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
  16. #7 0x00007ffff76ae277 in std::terminate() () from /lib/x86_64-linux-gnu/libstdc++.so.6
  17. #8 0x00007ffff76ae4d8 in __cxa_throw () from /lib/x86_64-linux-gnu/libstdc++.so.6
  18. #9 0x00005555557c845b in mira::bitmart_spot_api::bitmart_spot_wrapper<mira::order_t, mira::ticker_t const*, std::optional<unsigned long>, std::optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > const&>::operator() (this=0x55555593e398, args#0=0x555555c4bf78,
  19. args#1=std::optional<unsigned long> = {...}, args#2=std::optional<std::string> [no contained value])
  20. at /home/ubuntu/dmm_strat/solutions/test/../../../connector_debug/parsing/bitmart_spot/api.hpp:27
  21. #10 0x00005555557c4ac8 in mira::bitmart_spot_api::cancel_order (this=0x55555593e120, symbol=0x555555c4bf78, client_order_id=std::optional<unsigned long> = {...},
  22. order_id=std::optional<std::string> [no contained value]) at /home/ubuntu/connector_debug/parsing/bitmart_spot/src/api.cpp:576
  23. #11 0x000055555579a0fb in operator() (__closure=0x7fffd40dc408) at /home/ubuntu/connector_debug/execution/src/execution.cpp:590
  24. #12 0x000055555579c880 in std::__invoke_impl<void, mira::Execution::_safe_cancel_order(size_t, std::optional<std::__cxx11::basic_string<char> >, mira::e_order_type)::<lambda()> >(std::__invoke_other, struct {...} &&) (__f=...) at /usr/include/c++/11/bits/invoke.h:61
  25. #13 0x000055555579c79d in std::__invoke<mira::Execution::_safe_cancel_order(size_t, std::optional<std::__cxx11::basic_string<char> >, mira::e_order_type)::<lambda()> >(struct {...} &&) (__fn=...) at /usr/include/c++/11/bits/invoke.h:96
  26. #14 0x000055555579c6f2 in std::thread::_Invoker<std::tuple<mira::Execution::_safe_cancel_order(size_t, std::optional<std::__cxx11::basic_string<char> >, mira::e_order_type)::<lambda()> > >::_M_invoke<0>(std::_Index_tuple<0>) (this=0x7fffd40dc408) at /usr/include/c++/11/bits/std_thread.h:259
  27. #15 0x000055555579c68e in std::thread::_Invoker<std::tuple<mira::Execution::_safe_cancel_order(size_t, std::optional<std::__cxx11::basic_string<char> >, mira::e_order_type)::<lambda()> > >::operator()(void) (this=0x7fffd40dc408) at /usr/include/c++/11/bits/std_thread.h:266
  28. #16 0x000055555579c62a in std::thread::_State_impl<std::thread::_Invoker<std::tuple<mira::Execution::_safe_cancel_order(size_t, std::optional<std::__cxx11::basic_string<char> >, mira::e_order_type)::<lambda()> > > >::_M_run(void) (this=0x7fffd40dc400) at /usr/include/c++/11/bits/std_thread.h:211
  29. #17 0x00007ffff76dc253 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
  30. #18 0x00007ffff7294ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
  31. #19 0x00007ffff7326850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement