gituser

Results 83 comments of gituser
trafficstars

Most likely this is an issue with horizon and has nothing to do with this stellar-api library, check here: https://github.com/stellar/go/issues/305 Try latest version of stellar-horizon - https://github.com/stellar/go/releases/tag/horizon-v0.17.4

@Nefess ошибка `TelegramProxyMonitoringWorker` исправляется комментом 3-х строк здесь https://github.com/southbridgeio/redmine_bots/blob/master/init.rb#L24 а вот `update_manager` это уже сложнее, в последней версии redmine_bots сломано обновление бота через `getUpdates`, тк удален файл update_manager.rb и переписан...

@nicexe2e4 use self-hosted integram version and there will be no issues

@nicexe2e4 there is no need for k8s, you're overcomplicating things. Just use simple container lxc or docker or kvm machine. Basically you need to run at least 2 or more...

@adibaulia You need to build 2 binaries: * one from this repository - https://github.com/requilence/integram * another one from this - https://github.com/integram-org/bitbucket Follow installation instructions in each of the repositories, you'll...

I'm getting similar issue on testnet with latest monero release `v0.18.2.2`, monerod crashes, wallets are hanging with timeouts: ``` 2023-08-15 20:53:20.010 [P2P9] INFO global src/cryptonote_protocol/cryptonote_protocol_handler.inl:1687 Synced 2305966/2305966 2023-08-15 20:53:24.586 [P2P1]...

> @gituser the log you posted does not show any crash ok, so the stacktrace is perfectly normal? and ``` 2023-08-15 21:01:42.656 7fc3b26f9700 INFO stacktrace src/common/stack_trace.cpp:133 Exception: std::bad_alloc 2023-08-15 21:01:42.656...

@selsta in wallet log I get entries like: ``` 2023-08-15 20:53:38.565 [RPC0] WARNING wallet.wallet2 src/wallet/wallet2.cpp:3274 Expected 100 out of 8967 tx(es), got 97 ``` and sometimes if I try to...

@selsta mostly I query height by using `get_height` RPC method and I'm getting occasionally timeouts even though there is a timeout set to 3 minutes for each request. Here is...