orbitalturtle

Results 47 comments of orbitalturtle

@sr-gi Nevermind, I forgot that I already set the test config in conftest run_tor. You also installed the python package "stem"?

Interesting! Well I tried it on a new machine & it's working for me. Wonder what it could be. What OS are you on? I was using ubuntu 20.04 for...

sure thing, unfortunately doesn't look like it adds any more info: > 14/10/2020 05:33:31 [Daemon] Tower identity found. Loading keys > 14/10/2020 05:33:31 [Daemon] tower_id = 0230b267961623a4d82264c5aee3fa3fc77fe093cdcaa9b411aed94dc92b2fb8ed > 14/10/2020 05:33:31...

Thanks! I'm running on Ubuntu 18.04 I just sprinkled some print statements throughout and it looks like it reaches line 159 of api.py but never gets inside register of the...

Fixed it. Setting the environment variable GRPC_DNS_RESOLVER=native did the trick. Found in here: https://github.com/grpc/grpc/issues/24018

@searsaw and I looking into this :)

@johncantrell97 Ahhh I see. That makes sense. I'll try moving things around!

@johncantrell97 moved the IntoResponse out of senseicore & added a HttpError struct. Will fix the clippy errors at some point too, but in the meantime probably ready for another look...

might be helpful for this https://github.com/RCasatta/bitcoind

Thank you for the review @sputn1ck! I made some of those changes ~ a couple of questions for you above.