-
Notifications
You must be signed in to change notification settings - Fork 482
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
Can't load lbrynet on Linux Mint #3714
Comments
What happens if you launch it from cli? |
Okay something happened. I guess it's running now? I see several lbrynet listings in my system monitor. |
Do you possibly already have LBRY desktop app running? It also uses lbrynet daemon, and starts its own when started, if there isn't already running one. Or then something else is using that same port. |
Yes I had the LBRY client running. I didn't know it does the same thing. So I don't need to bother running lbrynet? I'm trying to get the LBRY addon in LibreELEC to work so I can download videos and support the network. I've tried just running the LBRY client on a separate PC on the same LAN and changing the API address in the addon to http://localhost:5279 but nothing changes. |
Does LibreELEC has any debug tools? Are you getting any kind of error message? One thing to try is to add this in your daemon_settings.yml: If you have something important in your wallet, make sure that the API port isn't reachable from outside of the trusted LAN when allowed_origin is any, since that line would allow anyone to run calls on your lbrynet, if you firewall isn't blocking their access. Or you may need to set the API to listen in 0.0.0.0:5279 in the daemon settings. (Not too familiar with networking, so not sure if either is necessary) |
Yes it can make logs. Here a link to one I just made. Seem like there's a lot of stuff to sift through though. I added My wallet doesn't have any funds so I'm not worried about it. I set the API in the YML config file to the port you suggested but nothing changed. Here's the output. |
In both lbrynet logs it seems to be listening in 127.0.0.1:5279, doesn't that mean it can't be reached outside of localhost. |
I have no idea. I think I'll delete the modifications to the yml config file and hold off until things are more polished and easier to use. It would be nice if the LibreELEC addon offered login and download/upload capabilities on its own. |
I have the same issue. But I can connect through 127.0.0.1:5279 instead of localhost:5279. |
Am I missing a detail somewher? I simply downloaded the file, extracted it, and then clicked on it but nothing happens. I made sure the box for "Allow executing file as program" was checked. Any help would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered: