No entry has been found

Bhoot

Patron
Joined
Mar 28, 2015
Messages
241
No entry has been found So my problem started about 12 hours ago. My videos shot on various devices and stored in different video containers (files) suddenly stopped working on plex. They were giving Transcoding error and the file would stop playing within a few seconds of selection. I did try rebooting in different builds (operating systems) and well the problem continued. The files worked perfectly on VLC/plex through browser, but the nvidia shield/android TV didn't give any results. I finally decided to do a fresh install of plex on 11.2. Now the problem is the repository of Freenas 11 plugins I had shows
Code:
 No entry has been found 

I tried rebooting in 9.3 to get plex up and running but the same message is being displayed.

Im not a very pro person in FreeNAS but I am willing to get my hands dirty. Also my current build in the signature is the same one that I'm using. It has been running with little to no issues for the last 4 years.
Thanks
 

Bhoot

Patron
Joined
Mar 28, 2015
Messages
241
Update 1
From some other thread I tried going to the new gui and found a list on 11U2 to install plex.
When I select the jails I'm greeted with an error.
Code:
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 150, in call_method
    result = await self.middleware.call_method(self, message)
  File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 128, in throw
    return self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 908, in call_method
    return await self._call(message['method'], serviceobj, methodobj, params, app=app)
  File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 128, in throw
    return self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 886, in _call
    return await self.run_in_thread(methodobj, *args)
  File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 128, in throw
    return self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 849, in run_in_thread
    return await self.run_in_thread_pool(self.__threadpool, method, *args, **kwargs)
  File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 128, in throw
    return self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 845, in run_in_thread_pool
    await task
  File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.6/site-packages/middlewared/schema.py", line 495, in nf
    return f(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/jail.py", line 178, in list_resource
    self.check_dataset_existence()  # Make sure our datasets exist.
  File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/jail.py", line 140, in check_dataset_existence
    IOCCheck()
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_check.py", line 39, in __init__
    "pool")
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_json.py", line 520, in json_get_value
    if os.environ["IOCAGE_SKIP"] == "TRUE":
  File "/usr/local/lib/python3.6/os.py", line 669, in __getitem__
    raise KeyError(key) from None
KeyError: 'IOCAGE_SKIP'


I do have other plugins installed as well but when I go to installed it shows 0/0 and error

Code:
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 150, in call_method
    result = await self.middleware.call_method(self, message)
  File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 128, in throw
    return self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 908, in call_method
    return await self._call(message['method'], serviceobj, methodobj, params, app=app)
  File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 128, in throw
    return self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 886, in _call
    return await self.run_in_thread(methodobj, *args)
  File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 128, in throw
    return self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 849, in run_in_thread
    return await self.run_in_thread_pool(self.__threadpool, method, *args, **kwargs)
  File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 128, in throw
    return self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 845, in run_in_thread_pool
    await task
  File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.6/site-packages/middlewared/schema.py", line 495, in nf
    return f(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/jail.py", line 178, in list_resource
    self.check_dataset_existence()  # Make sure our datasets exist.
  File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/jail.py", line 140, in check_dataset_existence
    IOCCheck()
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_check.py", line 39, in __init__
    "pool")
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_json.py", line 520, in json_get_value
    if os.environ["IOCAGE_SKIP"] == "TRUE":
  File "/usr/local/lib/python3.6/os.py", line 669, in __getitem__
    raise KeyError(key) from None
KeyError: 'IOCAGE_SKIP'


So more than a problem with plex plugin I feel there is a problem with my OS or the repo
 

nojohnny101

Wizard
Joined
Dec 3, 2015
Messages
1,478

Bhoot

Patron
Joined
Mar 28, 2015
Messages
241
Top