Hello, can someone point me to a guide for this.
I’ve tried a few but seem all outdated. And can’t get it to work.
Thanks in advance.
This is the one I got working last time and I will test tonight again if it still works
Here is a small guide for Pi 2, 3 and Vero4k, remember Netflix addon is still under development:
First make sure your system is up to date:
sudo apt-get update
sudo apt-get dist-upgrade
I always reboot after a dist upgrade, since there can be upgrades that night need it, like kernel updates.
After reboot start a new ssh session and run these commands:
wget https://raw.githubusercontent.com/zjoasan/netflix-install-script/master/netflix_prep_install.sh
chmod +x netflix_prep_install.sh
./ne…
The netflix-prep script I made should be solid, what might have changed is the latest Netflix add-on, over which OSMC has no control over.
1 Like
Thanks, joakim_s. As soon as I get home I will try that.
Tonight, about 6-8 hours from now, i’m gonna make a clean install on a raspberry pi3. Then install Netflix, via my script in that post.
If that doesn’t work for me I will go back to “old version” of Netflix add-on again.
Other factors that can mess things up is: vpn, firewalls and connection timeouts
I see on GitHub there is some issue now with login/profiles, there is a PR to solve it but it hasn’t been merged yet.
opened 02:44AM - 19 Jun 19 UTC
closed 08:00PM - 19 Jun 19 UTC
*I'm submitting a ...*
- [x] bug report
- [ ] feature request
- [ ] sup… port request
## General information
Libreelec From the scratch, just Netflix Added
Netflix send a LoginError, but it is not credential related, trying using it fails because the website.py is requesting for 'models/serverDefs/data/API_BASE_URL', but the information is not there any more, which is used by nfsession.py to create the _api_url.... what I did as WORKAROUND is call for the URL on 'models/playerModel/data/config/ui/initParams/apiUrl' on website.py in order to format the _api_url.
So the easy way is modifiying nfsession.py _api_url procedure
def _api_url(component, api_data):
return '{apiroot}{baseurl}/{buildid}{componenturl}'.format(
apiroot=api_data['API_ROOT'],
baseurl=api_data['API_BASE_URL'],
buildid=api_data['BUILD_IDENTIFIER'],
componenturl=URLS[component]['endpoint'])
with
def _api_url(component, api_data):
return '{apiroot}{baseurl}/{buildid}{componenturl}'.format(
apiroot=api_data['API_ROOT'],
baseurl='/shakti',
buildid=api_data['BUILD_IDENTIFIER'],
componenturl=URLS[component]['endpoint'])
and replace 'models/serverDefs/data/API_BASE_URL' with 'models/playerModel/data/config/ui/initParams/apiUrl' in website.py
UNTIL you find a permanent way to solve it.
### Addon version used
0.14 june 15 Beta
[eg. 13.21.0]
### Description
[Description of the bug or feature]
### Steps to Reproduce
1. [First Step]
Install LibreElec
2. [Second Step]
Install Netflix
3. [and so on...]
Try to login...
**Expected behavior:** [What you expected to happen]
Select Profiles
**Actual behavior:** [What actually happened]
It shows a message on screen saying Timeout from IPC... but on kodi.log you will see a LoginErrorException Error...
## Context (Environment)
New from the Scratch
### Installation
Daily Version
* [ ] I'm using this Netflix Repo
* [ ] I'm using other Netflix Repo (Please specify which)
* [x ] I'm using a different source (Please tell which)
### Operating System
* [ ] Linux (x86/x64)
* [ ] OSX (x86/x64)
* [ ] Windows (x86/x64)
* [ x] Linux (ARM)
* [ ] Android
#### Additional informatin on the environment
[Descripe your environment a bit more detailed, are you using LibreElec f.e.]
## Debug log
SIMPLE RULES:
- Before performing any operation enable Kodi debug logging [Settings->System->Logging->Enable debug logging] only after perform the operations to reproduce the issue
- Copy here a link to your debug log, use something like [https://paste.kodi.tv/](https://paste.kodi.tv/) or similar
- Do NOT paste the content of the log here
- Do NOT cut the log
- If the log file is really huge (more than 1Mb) then in Kodi settings disable the *Component-specific logging*
## Other information
[e.g. detailed explanation, related issues, suggestions how to fix, links for us to have context, etc.]
### Screenshots
[Please add a screenshot if that helps understanding your problem]
[You can erase any parts of this template not applicable to your Issue.]
@nahuavrilero Now they have updated the Netflix add-on, uninstall Netflix add-on and run the script again. Install the newly downloaded plugin.video.netflix.zip
Thanks, Joakim_s.
I reinstalled it and now it works.
Although, the video reproduction is a little slow.
But that is more a problem of my Pi.
Thanks again. n.n