Closed ssurfertuga closed 2 months ago
Seems you are missing a parameter in your settings.py
file that was introduced in v1.7.1
. These steps will help you solve the issue.
Delete your settings.py file and re-initialize it OR add the required section manually in lndg/settings.py
.
rm lndg/settings.py
.venv/bin/python initialize.py
LND_MAX_MESSAGE = '35'
ref: https://github.com/cryptosharks131/lndg/releases/tag/v1.7.1
You're right. After I posted here I solved the problem by adding the LND_MAX_MESSAGE = '35' parameter in settings.py. I have another node that had the correct parameter after upgrading and using diff I got there. However it would be interesting to understand why this parameter was not present after upgrading to 1.7.1 or 1.8.0.
After manually upgrading from 1.7.1 to 1.8.0 (I got no errors during the upgrade) I get this error on the homepage:
"Error Code: module 'lndg.settings' has no attribute 'LND_MAX_MESSAGE'"
OS: Ubuntu 22.04 LNDG: 1.8.0 Installation: Manual