-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IntegrationTests failed because of System.IO.IOException: The handshake failed due to an unexpected packet format. #184
Comments
You got this in CI, paste the URL of that CI run. |
sure but won't CI runs expire after some time? that's why I didn't paste it. |
But it's still valuable information until it expires. Also, pasting the CI link we know the crash happened in CI (as opposed to locally in your computer). |
right 👍 |
Move TorGuard exception handling to a new module so that every time we want to handle a new type of exception, we won't be bothered by adding a lot of try/except expressions. Fixes nblockchain#45 Fixes nblockchain/geewallet#184
Move TorGuard exception handling to a new module so that every time we want to handle a new type of exception, we won't be bothered by adding a lot of try/except expressions. Fixes nblockchain#45 Fixes nblockchain/geewallet#184
Move TorGuard exception handling to a new module so that every time we want to handle a new type of exception, we won't be bothered by adding a lot of try/except expressions. This code is necessary for fixing [1]. Fixes nblockchain#45 [1] nblockchain/geewallet#184
Move TorGuard exception handling to a new module so that every time we want to handle a new type of exception, we won't be bothered by adding a lot of try/except expressions. This code is necessary for fixing [1]. Fixes nblockchain#45 [1] nblockchain/geewallet#184
Move TorGuard exception handling to a new module so that every time we want to handle a new type of exception, we won't be bothered by adding a lot of try/except expressions. While we're at it, we wrap IOException (necessary for fixing [1]). Fixes #45 [1] nblockchain/geewallet#184
Fixes nblockchain#181 Fixes nblockchain#184 Fixes nblockchain#186
Fixes nblockchain#181 Fixes nblockchain#184 Fixes nblockchain#186
Fixes nblockchain#181 Fixes nblockchain#184 Fixes nblockchain#186
We have to use new for instanciating TorServiceHost since in the new version of NOnion this type is IDisposable. Fixes nblockchain#181 Fixes nblockchain#184 Fixes nblockchain#186
We have to use new for instanciating TorServiceHost since in the new version of NOnion this type is IDisposable. Fixes nblockchain#181 Fixes nblockchain#184 Fixes nblockchain#186
We have to use new for instanciating TorServiceHost since in the new version of NOnion this type is IDisposable. Fixes nblockchain#181 Fixes nblockchain#184 Fixes nblockchain#186
link to the CI: https://github.com/parhamsaremi/geewallet/actions/runs/3427079272/jobs/5709641293
The text was updated successfully, but these errors were encountered: