GithubHelp home page GithubHelp logo

Comments (4)

rustyrussell avatar rustyrussell commented on July 28, 2024

OK, I suspect you are using an old pyln-client library! Try pip install pyln-client?

from lightning.

bleetube avatar bleetube commented on July 28, 2024

The root cause seems to be my python environment. I thought I had ruled that out, but then I have managed to get a cli response from the plugin just now 🤷‍♂️. This indicates it was my fault to begin with. I need to figure out how to get a clean python venv to work from a systemd unit, otherwise I'm going to be running lightningd from a tmux shell lol. I'll close this soon, but I'm pretty sure I did this to myself somehow.

from lightning.

bleetube avatar bleetube commented on July 28, 2024

Yep, confirmed it was my python environment. I needed to start fresh.

lightningd
2024-02-02T02:13:24.571Z INFO    lightningd: v23.11.2
2024-02-02T02:13:26.940Z INFO    plugin-bcli: bitcoin-cli initialized and connected to bitcoind.
Warning: option `ssl_version` is deprecated and it is ignored. Use ssl_context instead.
2024-02-02T02:13:30.142Z INFO    plugin-clnrest.py: REST server running at https://127.0.0.1:3010

from lightning.

bleetube avatar bleetube commented on July 28, 2024

This is unrelated, but since I mentioned it, I fixed up my systemd service so it will use the clean python venv:

[Unit]
Description=Core Lightning

[Service]
User=lightning
Group=lightning
EnvironmentFile=/home/lightning/.env
ExecStart=/usr/local/bin/lightningd
RestartSec=300
Restart=always

[Install]
WantedBy=multi-user.target

Content of .env:

NOSTR_KEY=...
PATH=/home/lightning/venv/lightning/bin:/home/lightning/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin

In the past I was trying to just extend the existing $PATH by appending it after my python path there, but turns out when systemd sources those vars it does not handle the variable. Thus it has to be completely overwritten afaict.

from lightning.

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.