-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
WebsiteParsingError #1706
Comments
As a workaround, I hardcoded my email address in |
I had the same issue (same versions of Kodi and add-on) and @M95D workaround works well. Not ideal indeed, but it works! |
Edit You probably also need to update version strings from Remember to do a reboot after you edit the files. |
Unfortunately I posted too quickly: editing the |
Probably also related: #1689 |
Hello. I need help please and thank you. Trying to get Netflix to work just payed for subscription and this is giving me websiteparsingerror please help 😢 |
I a different error, using a fresh new auth key: 2024-11-18 15:13:13.159 T:588 error <general>: [plugin.video.netflix (0)] IPC callback raised exception: Unable to extract reactContext
2024-11-18 15:13:13.164 T:588 error <general>: [plugin.video.netflix (0)] Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.video.netflix/resources/lib/utils/website.py", line 282, in extract_json
json_str = json_array[0]
IndexError: list index out of range
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.video.netflix/resources/lib/common/ipc.py", line 172, in return_call
result = _call(self._func, _data)
File "/home/osmc/.kodi/addons/plugin.video.netflix/resources/lib/common/ipc.py", line 185, in _call
return func(**data)
File "/home/osmc/.kodi/addons/plugin.video.netflix/resources/lib/utils/logging.py", line 139, in timing_wrapper
return func(*args, **kwargs)
File "/home/osmc/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/session/access.py", line 112, in login_auth_data
website.extract_session_data(self.get('browse'), validate=True, update_profiles=True)
File "/home/osmc/.kodi/addons/plugin.video.netflix/resources/lib/utils/logging.py", line 139, in timing_wrapper
return func(*args, **kwargs)
File "/home/osmc/.kodi/addons/plugin.video.netflix/resources/lib/utils/website.py", line 72, in extract_session_data
react_context = extract_json(content, 'reactContext')
File "/home/osmc/.kodi/addons/plugin.video.netflix/resources/lib/utils/logging.py", line 139, in timing_wrapper
return func(*args, **kwargs)
File "/home/osmc/.kodi/addons/plugin.video.netflix/resources/lib/utils/website.py", line 300, in extract_json
raise WebsiteParsingError(f'Unable to extract {name}') from exc
resources.lib.common.exceptions.WebsiteParsingError: Unable to extract reactContext |
Netflix add-on version
1.12.14
Operative systems used
LibreELEC
Kodi version used
Kodi 18 (Leia)
Description of the bug
Hi.
2 days ago I couldn't open Netflix anymore. It also failed on my browsers with a browser version error. I could fix it by updating this piece of code with new version strings:
But after this, there was a key error. I tried to generate a new auth key and login, but there's a new error: "WebsiteParsingError: E-mail field not found".
I'm unable to fix this one. Please help.
I know that this version is old, but I can't update. LibreELEC v10+ is broken in so many ways...
Steps to reproduce the behavior
No response
Debug log - mandatory
https://paste.kodi.tv/ajoledoxed.kodi
Possible fix
No response
Additional context
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: