Skip to content
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

rpc error: code = DeadlineExceeded desc = context deadline exceeded #42

Closed
grunch opened this issue Apr 13, 2019 · 7 comments
Closed

rpc error: code = DeadlineExceeded desc = context deadline exceeded #42

grunch opened this issue Apr 13, 2019 · 7 comments

Comments

@grunch
Copy link
Contributor

grunch commented Apr 13, 2019

I'm working with a testnet node, loopd runs perfect but just for few minutes, after a while I just started to get this error on any rpc request.

rpc error: code = DeadlineExceeded desc = context deadline exceeded

If I restarted loopd it works fine again, but the error starts to show after a while.

I don't see anything else on the loopd output.

loopd commit e8005d0
lncli version 0.6.0-beta commit=v0.6-beta-rc4-7-gc0141a7bc1a9e6966d1eb273e0df527236cf44ad
Bitcoin Core RPC client version v0.17.1

@Roasbeef
Copy link
Member

So you get this error when running the loop CLI command?

Steps to reproduce seem to be:

  1. Run loopd
  2. Wait a period of time
  3. Try to issue a command, and it shows that error

?

@grunch
Copy link
Contributor Author

grunch commented Apr 17, 2019

Yes I get the error when running the loop command, this is only happening to me on testnet, at least never saw it on mainnet, I'm working on testnet for a week and it's happening all the time:

$ loop terms
Loop Out
--------
rpc error: code = DeadlineExceeded desc = context deadline exceeded

Loop In
------
rpc error: code = DeadlineExceeded desc = context deadline exceeded

This is what I see on the loopd terminal

2019-04-17 11:17:04.709 [INF] LOOPD: Monitor request received
2019-04-17 11:17:17.049 [INF] LOOPD: Loop out terms request received
2019-04-17 11:17:47.049 [ERR] LOOPD: Terms request: rpc error: code = DeadlineExceeded desc = context deadline exceeded
2019-04-17 11:17:47.051 [INF] LOOPD: Loop in terms request received
2019-04-17 11:18:17.051 [ERR] LOOPD: Terms request: rpc error: code = DeadlineExceeded desc = context deadline exceeded

@frennkie
Copy link

Just ran into this too. Stopping loopd and starting again fixed it...

@joostjager
Copy link
Contributor

@grunch @frennkie is this something that still happens?

@guggero
Copy link
Member

guggero commented Apr 22, 2020

Looks like our testnet server doesn't respond in time.

@frennkie
Copy link

frennkie commented Apr 23, 2020

I believe I was running 0.2.x when I had this issue. I yesterday tested (on version 0.5.1-beta) both a loop in and a loop out successfully.

@joostjager
Copy link
Contributor

Ok, will close this issue for now then. Can be reopened if it shows up again. We can then also investigate with a more recent version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants