Git Product home page Git Product logo

Comments (5)

tehelsper avatar tehelsper commented on August 13, 2024

That seems like an RTL issue and I've never seen it before. You could check the RTL log when it happens to see if it offers any insight.

BoS is included. You can install it from the marketplace.

from mynode.

tensor5g avatar tensor5g commented on August 13, 2024

BoS is included. You can install it from the marketplace.

Thank you, didn't know that

You could check the RTL log

Where/how can I do that?

from mynode.

tehelsper avatar tehelsper commented on August 13, 2024

Logs are available on the status page.

from mynode.

tensor5g avatar tensor5g commented on August 13, 2024

I don't see an error, just this:

May 22 22:06:36 myNode rtl[10687]: [5/22/2023, 10:06:36 PM] INFO: Channels => Payment Sent.
May 22 22:06:34 myNode rtl[10687]: [5/22/2023, 10:06:34 PM] INFO: WebSocketClient => Invoice Info Received.
May 22 22:06:34 myNode rtl[10687]: [5/22/2023, 10:06:34 PM] INFO: WebSocketClient => Invoice Information Received for ****.

I feel like the reverse proxy myNode is using to connect to RTL is timing out before RTL can finish attempting to circular rebalance.
I added this

proxy_read_timeout 300;
proxy_connect_timeout 300;
proxy_send_timeout 300;
send_timeout 300;

to rootfs/standard/etc/nginx/sites-enabled/https_rtl.conf and I am no longer getting the error. But sometimes the circular rebalance fails but it says succeeded anyways. I feel like it's failing far less frequently now, but I can't be sure. Either way it's weird that I never get a proper error message like I see in other documentation for RTL.

from mynode.

tehelsper avatar tehelsper commented on August 13, 2024

IIRC, proxy_read_timeout should be the only one required if the response is taking a long time. That does make sense why you would be seeing proxy errors if RTL is taking large amounts of time waiting on LND to respond. I'll update the NGINX config for RTL.

from mynode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.