mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-02 10:15:10 +00:00
Update startup-troubleshooting.md
This commit is contained in:
parent
29f4145007
commit
ca98095f80
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ title: LBRY Startup Troubleshooting
|
|||
category: troubleshooting
|
||||
order: 1
|
||||
---
|
||||
**If you are having trouble starting LBRY on the latest version, you may need to manually disable UPNP for now. To do so, head over to the [lbrynet](https://lbry.io/faq/lbry-directories) folder and create/append to the file called `daemon_settings.yml`:**
|
||||
```
|
||||
max_key_fee: {amount: 50, currency: USD}
|
||||
use_upnp: false
|
||||
```
|
||||
|
||||
Proper network connectivity, visibility, and access is a necessity for usage of the LBRY app, as it is a decentralized peer-to-peer protocol that requires clients to see and communicate with each other. Since individual local network configurations, firewalls, and other security settings vary greatly, LBRY may require some basic network/PC troubleshooting in order to function properly. Since LBRY is in beta, there are certain configurations which we don't support yet, but can offer workarounds (see below) or offer [one-on-one troubleshooting](https://lbry.io/faq/how-to-report-bugs).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue