Skip to content
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

How to get the API server working for LibreELEC on Raspbery Pi? #23

Closed
rtevans01 opened this issue Nov 26, 2022 · 1 comment
Closed

Comments

@rtevans01
Copy link

rtevans01 commented Nov 26, 2022

Sorry but I'm lost. I want to be able to download videos and also contribute to the lbry network because I don't like leaching bandwidth all the time. My understanding from reading issues in this repo and elsewhere is I have to get lbrynet working by installing it on a PC connected to the same LAN. Is this correct? If so, I downloaded it to my Linux laptop, ran it in the terminal, changed the API server from https://api.na-backend.odysee.com/api/v1/proxy to http://localhost:5279 in the addon but whenever I click on "Followed Channel" it says API error.

Does lbrynet have to be installed on the Raspberry Pi? If so, I transferred the zip to my LibreELEC samba share and extracted it but nothing happens when I click on it.

Any help is appreciate. Thanks.

EDIT: I'm also trying to get help in a different thread. Might be more updated info there.

@accumulator
Copy link
Owner

If you want to run lbrynet on a different computer, you'll have to check that it is listening on all interfaces, e.g.

lbrynet start --api 0.0.0.0:5279

Then, you'll have to use the IP address of that computer in the URL of the API server, e.g.

http://laptop.address:5279

@accumulator accumulator closed this as not planned Won't fix, can't repro, duplicate, stale Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants