We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mac
nothing
Error pop up
Open the wallet
Login with address
Do nothing for a while, waiting for connection to drop at some point
I imagine this comes from changes in bitgo, where not connected to any peers error got handled.
BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'login' } BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'login' } { type: 'login' } BITGO (RENDERER -> [MAIN] -> WORKER) { type: 'list_unspent', payload: { address: 'RAAF8xJ7Ya9hferR3ibtQDJHBFCXY4CSJE' } } BITGO (RENDERER -> [MAIN] -> WORKER) { type: 'list_transactions', payload: { address: 'RAAF8xJ7Ya9hferR3ibtQDJHBFCXY4CSJE' } } BITGO (WORKER) BITGO (RENDERER -> [MAIN] -> WORKER) { type: 'list_unspent', payload: { address: 'RAAF8xJ7Ya9hferR3ibtQDJHBFCXY4CSJE' } } BITGO (RENDERER -> [MAIN] -> WORKER) { type: 'list_transactions', payload: { address: 'RAAF8xJ7Ya9hferR3ibtQDJHBFCXY4CSJE' } } BITGO (RENDERER -> [MAIN] -> WORKER) { type: 'list_unspent', payload: { address: 'RAAF8xJ7Ya9hferR3ibtQDJHBFCXY4CSJE' } } BITGO (RENDERER -> [MAIN] -> WORKER) { type: 'list_transactions', payload: { address: 'RAAF8xJ7Ya9hferR3ibtQDJHBFCXY4CSJE' } } BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'list_unspent', data: null, error: 'no connected peers' } BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'list_unspent', data: null, error: 'no connected peers' } BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'list_unspent', data: null, error: 'no connected peers' } BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'list_transactions', data: null, error: 'no connected peers' } BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'list_transactions', data: null, error: 'no connected peers' } BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'list_transactions', data: null, error: 'no connected peers' } BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'list_unspent', data: null, error: 'no connected peers' } BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'list_unspent', data: null, error: 'no connected peers' } BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'list_unspent', data: null, error: 'no connected peers' } BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'list_transactions', data: null, error: 'no connected peers' } BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'list_transactions', data: null, error: 'no connected peers' } BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'list_transactions', data: null, error: 'no connected peers' } BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'list_unspent', data: null, error: 'no connected peers' } BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'list_unspent', data: null, error: 'no connected peers' } BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'list_unspent', data: null, error: 'no connected peers' } BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'list_transactions', data: null, error: 'no connected peers' } BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'list_transactions', data: null, error: 'no connected peers' } BITGO (WORKER -> [MAIN] -> RENDERER) { type: 'list_transactions', data: null, error: 'no connected peers' } 12:54:45.488 › no connected peers { type: 'list_unspent', payload: { address: 'RAAF8xJ7Ya9hferR3ibtQDJHBFCXY4CSJE' } } BITGO (WORKER) { type: 'list_transactions', payload: { address: 'RAAF8xJ7Ya9hferR3ibtQDJHBFCXY4CSJE' } } BITGO (WORKER) { type: 'list_unspent', payload: { address: 'RAAF8xJ7Ya9hferR3ibtQDJHBFCXY4CSJE' } } BITGO (WORKER) { type: 'list_transactions', payload: { address: 'RAAF8xJ7Ya9hferR3ibtQDJHBFCXY4CSJE' } } BITGO (WORKER) { type: 'list_unspent', payload: { address: 'RAAF8xJ7Ya9hferR3ibtQDJHBFCXY4CSJE' } } BITGO (WORKER) { type: 'list_transactions', payload: { address: 'RAAF8xJ7Ya9hferR3ibtQDJHBFCXY4CSJE' } } BITGO (RENDERER -> [MAIN] -> WORKER) { type: 'reconnect', payload: undefined } BITGO (WORKER) 12:54:45.488 › no connected peers BITGO (RENDERER -> [MAIN] -> WORKER) { type: 'reconnect', payload: undefined } 12:54:45.489 › no connected peers BITGO (RENDERER -> [MAIN] -> WORKER) { type: 'reconnect', payload: undefined } 12:54:45.489 › no connected peers BITGO (RENDERER -> [MAIN] -> WORKER) { type: 'reconnect', payload: undefined } { type: 'reconnect', payload: undefined } BITGO (WORKER) { type: 'reconnect', payload: undefined } 12:54:45.489 › no connected peers BITGO (RENDERER -> [MAIN] -> WORKER) { type: 'reconnect', payload: undefined } 12:54:45.490 › no connected peers BITGO (RENDERER -> [MAIN] -> WORKER) { type: 'reconnect', payload: undefined } 12:54:45.490 › no connected peers BITGO (RENDERER -> [MAIN] -> WORKER) { type: 'reconnect', payload: undefined } 12:54:45.490 › no connected peers BITGO (RENDERER -> [MAIN] -> WORKER) { type: 'reconnect', payload: undefined }
The text was updated successfully, but these errors were encountered:
lenilsonjr
No branches or pull requests
Operation System
Mac
Expected Behavior
nothing
Current Behavior
Error pop up
Steps to Reproduce
Open the wallet
Login with address
Do nothing for a while, waiting for connection to drop at some point
Terminal logs
I imagine this comes from changes in bitgo, where not connected to any peers error got handled.
The text was updated successfully, but these errors were encountered: