Hi, I am on the last milhouse build # 905 on my rpi 3 and have this error after rebooting my pi:
20: 54: 57.851 T: 1605526416 ERROR: EXCEPTION Thrown (PythonToCppException): -> Python callback / script returned the following error <
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
ErrorType: <type 'exceptions.EOFError'>
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.netflix/service.py", line 12, in <module>
from resources.lib.NetflixHttpRequestHandler import NetflixHttpRequestHandler
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/NetflixHttpRequestHandler.py", line 25, in <module>
sub_res_handler = NetflixHttpSubRessourceHandler (kodi_helper = kodi_helper, netflix_session = netflix_session)
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/NetflixHttpSubRessourceHandler.py", line 27, in __init__
self.prefetch_login ()
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/NetflixHttpSubRessourceHandler.py", line 35, in prefetch_login
if self.netflix_session.is_logged_in (account = self.credentials):
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/NetflixSession.py", line 181, in is_logged_in
if self._load_data (filename = self.data_path + '_' + account_hash) == False:
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/NetflixSession.py", line 1793, in _load_data
data = pickle.load (f)
EOFError
-> End of Python script error report <-
Alles anzeigen
Then i tried a couple previous build till # 831 but with # 831 i have the same error.
Is there something wrong with netflix?
Here is my debug [definition='1','0']log[/definition].
Hope this is helpful.
Thanks
EDIT:
I deleted the addon and all it's settings and reboot the system after that i installed netflix again and all fine now.
Don't know what happend.
Thanks