-
Notifications
You must be signed in to change notification settings - Fork 482
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
test_single_server_payment: Timeout waiting on wallet_pay_service.on_payment.first after 30s #3663
Comments
Another: This one has some logging, and it looks like the Added some code to catch and log the exception. |
Got it! asyncio.Cancelled error is happening because https://github.com/moodyjon/lbry-sdk/actions/runs/3068903241/jobs/4956923296
|
This seems similar to lbryio/hub#98 but happens after a shorter 30s timeout is hit.
The ledger is connected to a newly started SPVNode instead of reconnecting to the same node.
Test code:
The text was updated successfully, but these errors were encountered: