You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
I use kodi 19 on raspberry pi 3 b+ and dietpi (without DE). I had problems using username/password, so I used NFAuthentication.key login.
The login procedure with NFAuthentication.key seems to have been successful (I am asked for the pin and then the password).
It seems to be loading but after a few tens of seconds the message appears: timeout: timed out ...
In the addon settings, I set the "results per page" from 90 to 45 but the problem still remains.
Thanks for the attention.
LOG:
2023-02-03 00:18:03.108 T:584 ERROR : Control 55 in window 10025 has been asked to focus, but it can't
2023-02-03 00:18:05.576 T:3335 INFO : initializing python engine.
2023-02-03 00:18:05.934 T:3335 INFO : [plugin.video.netflix (3)] The debug logging is set as ENABLED
2023-02-03 00:18:06.237 T:3335 INFO : [plugin.video.netflix (3)] Started (version 1.20.5+matrix.1)
URL: ParseResult(scheme='plugin', netloc='plugin.video.netflix', path='/', params='', query='', fragment='')
From external call: False
2023-02-03 00:18:28.746 T:3335 ERROR : [plugin.video.netflix (3)] Traceback (most recent call last):
File "/root/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 29, in wrapper
func(*args, **kwargs)
File "/root/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 265, in run
success = route(pathitems)
File "/root/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 90, in lazy_login_wrapper
return func(*args, **kwargs)
File "/root/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 130, in route
_execute(nav_handler, pathitems[1:], G.REQUEST_PARAMS, root_handler)
File "/root/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 159, in _execute
executor(pathitems=pathitems)
File "/root/.kodi/addons/plugin.video.netflix/resources/lib/navigation/directory.py", line 61, in root
common.make_call('fetch_initial_page')
File "/root/.kodi/addons/plugin.video.netflix/resources/lib/utils/logging.py", line 139, in timing_wrapper
return func(*args, **kwargs)
File "/root/.kodi/addons/plugin.video.netflix/resources/lib/common/ipc.py", line 94, in make_call
return make_http_call(endpoint, func_name, data)
File "/root/.kodi/addons/plugin.video.netflix/resources/lib/common/ipc.py", line 113, in make_http_call
received_data = f.read()
File "/usr/lib/python3.9/http/client.py", line 468, in read
s = self.fp.read()
File "/usr/lib/python3.9/socket.py", line 704, in readinto
return self._sock.recv_into(b)
socket.timeout: timed out
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I use kodi 19 on raspberry pi 3 b+ and dietpi (without DE). I had problems using username/password, so I used NFAuthentication.key login.
The login procedure with NFAuthentication.key seems to have been successful (I am asked for the pin and then the password).
It seems to be loading but after a few tens of seconds the message appears: timeout: timed out ...
In the addon settings, I set the "results per page" from 90 to 45 but the problem still remains.
Thanks for the attention.
LOG:
2023-02-03 00:18:03.108 T:584 ERROR : Control 55 in window 10025 has been asked to focus, but it can't
2023-02-03 00:18:05.576 T:3335 INFO : initializing python engine.
2023-02-03 00:18:05.934 T:3335 INFO : [plugin.video.netflix (3)] The debug logging is set as ENABLED
2023-02-03 00:18:06.237 T:3335 INFO : [plugin.video.netflix (3)] Started (version 1.20.5+matrix.1)
URL: ParseResult(scheme='plugin', netloc='plugin.video.netflix', path='/', params='', query='', fragment='')
From external call: False
2023-02-03 00:18:28.746 T:3335 ERROR : [plugin.video.netflix (3)] Traceback (most recent call last):
File "/root/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 29, in wrapper
func(*args, **kwargs)
File "/root/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 265, in run
success = route(pathitems)
File "/root/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 90, in lazy_login_wrapper
return func(*args, **kwargs)
File "/root/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 130, in route
_execute(nav_handler, pathitems[1:], G.REQUEST_PARAMS, root_handler)
File "/root/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 159, in _execute
executor(pathitems=pathitems)
File "/root/.kodi/addons/plugin.video.netflix/resources/lib/navigation/directory.py", line 61, in root
common.make_call('fetch_initial_page')
File "/root/.kodi/addons/plugin.video.netflix/resources/lib/utils/logging.py", line 139, in timing_wrapper
return func(*args, **kwargs)
File "/root/.kodi/addons/plugin.video.netflix/resources/lib/common/ipc.py", line 94, in make_call
return make_http_call(endpoint, func_name, data)
File "/root/.kodi/addons/plugin.video.netflix/resources/lib/common/ipc.py", line 113, in make_http_call
received_data = f.read()
File "/usr/lib/python3.9/http/client.py", line 468, in read
s = self.fp.read()
File "/usr/lib/python3.9/socket.py", line 704, in readinto
return self._sock.recv_into(b)
socket.timeout: timed out
Beta Was this translation helpful? Give feedback.
All reactions