Hi,
I’m hoping someone here might be able to help resolve the following issue which just began in the last day or two.
Attempting to open the NetFlix addon a message is displayed stating that the background module could not be started complaining that “No module named ‘contextvars’ could be found”. Below is the snippet from kodi.log that details the error.
I’m not sure if this is enough information. If not please let me know how to get the correct information and I will do my best to provide it.
This is from Kodi 19 running on a Linux Mint distro on a laptop.
Thanks.
Chuff
2021-08-16 15:08:36.467 T:8741 INFO : [plugin.video.netflix (0)] The debug logging is set as DISABLED
2021-08-16 15:08:41.192 T:8741 ERROR : [plugin.video.netflix (0)] Background services do not start due to the following error
2021-08-16 15:08:41.211 T:8741 ERROR : [plugin.video.netflix (0)] Traceback (most recent call last):
File “/home/chuff/.kodi/addons/plugin.video.netflix/resources/lib/run_service.py”, line 30, in init_servers
from resources.lib.services.http_server import NFThreadedTCPServer
File “/home/chuff/.kodi/addons/plugin.video.netflix/resources/lib/services/http_server.py”, line 19, in
from resources.lib.services.nfsession.nfsession import NetflixSession
File “/home/chuff/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/nfsession.py”, line 13, in
from resources.lib.services.nfsession.msl.msl_handler import MSLHandler
File “/home/chuff/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/msl/msl_handler.py”, line 26, in
from .msl_requests import MSLRequests
File “/home/chuff/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/msl/msl_requests.py”, line 17, in
import httpx
File “/home/chuff/.kodi/addons/plugin.video.netflix/packages/httpx/init.py”, line 2, in
from ._api import delete, get, head, options, patch, post, put, request, stream
File “/home/chuff/.kodi/addons/plugin.video.netflix/packages/httpx/_api.py”, line 4, in
from ._client import Client
File “/home/chuff/.kodi/addons/plugin.video.netflix/packages/httpx/_client.py”, line 9, in
from ._auth import Auth, BasicAuth, FunctionAuth
File “/home/chuff/.kodi/addons/plugin.video.netflix/packages/httpx/_auth.py”, line 10, in
from ._models import Request, Response
File “/home/chuff/.kodi/addons/plugin.video.netflix/packages/httpx/_models.py”, line 15, in
from ._content import ByteStream, UnattachedStream, encode_request, encode_response
File “/home/chuff/.kodi/addons/plugin.video.netflix/packages/httpx/_content.py”, line 17, in
from ._multipart import MultipartStream
File “/home/chuff/.kodi/addons/plugin.video.netflix/packages/httpx/_multipart.py”, line 8, in
from ._utils import (
File “/home/chuff/.kodi/addons/plugin.video.netflix/packages/httpx/_utils.py”, line 13, in
import sniffio
File “/home/chuff/.kodi/addons/plugin.video.netflix/packages/sniffio/init.py”, line 10, in
from ._impl import (
File “/home/chuff/.kodi/addons/plugin.video.netflix/packages/sniffio/_impl.py”, line 1, in
from contextvars import ContextVar
ModuleNotFoundError: No module named ‘contextvars’
2021-08-16 15:08:41.213 T:8741 INFO : CPythonInvoker(0, /home/chuff/.kodi/addons/plugin.video.netflix/service.py): script successfully run
2021-08-16 15:08:41.479 T:8741 INFO : Python interpreter stopped
|¡