For time beeing plex 0.9.96.6 is preinstalled and pinned to the version unsing the ENV VERSION, which can be overridden by adding -e VERSION= to your create or run cmd or the docker-compose.yml.
I still try to access ssh without the unknown host notification. Once this is solved, i will make the client self adding itself to the master.
See the Dockerfiles/ docker-compose.yml for needed volumes mapping and ports to expose. Slaves will reuse the volumes from the master-container, if you use “volumes-from”. Otherweise you have to take care of the volumes mapping yourself.
The Image is not uploded to dockerhub yet - which i plan to do, once i am ready. Means you have build it yourself.
build docker images: docker-compose build
run containers: docker-compose up -d
That’s what i could come up with the few hours i had the last past days. Mounting the shares is ment to happen on the docker host level.
Hi @wnielson
The new PRT SESSIONS function return the following errors any idea why ?
plex@SUPERMAN:/home/frodon$ prt sessions
Traceback (most recent call last):
File “/usr/local/bin/prt”, line 9, in
load_entry_point(‘prt==0.3.2’, ‘console_scripts’, ‘prt’)()
File “build/bdist.linux-x86_64/egg/prt.py”, line 524, in main
File “build/bdist.linux-x86_64/egg/prt.py”, line 406, in sessions
File “build/bdist.linux-x86_64/egg/prt.py”, line 379, in get_sessions
AttributeError: ‘function’ object has no attribute ‘name’
@igowas said:
Hi @wnielson
The new PRT SESSIONS function return the following errors any idea why ?
plex@SUPERMAN:/home/frodon$ prt sessions
Traceback (most recent call last):
File “/usr/local/bin/prt”, line 9, in
load_entry_point(‘prt==0.3.2’, ‘console_scripts’, ‘prt’)()
File “build/bdist.linux-x86_64/egg/prt.py”, line 524, in main
File “build/bdist.linux-x86_64/egg/prt.py”, line 406, in sessions
File “build/bdist.linux-x86_64/egg/prt.py”, line 379, in get_sessions
AttributeError: ‘function’ object has no attribute ‘name’
@igowas said:
Hi @wnielson
The new PRT SESSIONS function return the following errors any idea why ?
plex@SUPERMAN:/home/frodon$ prt sessions
Traceback (most recent call last):
File “/usr/local/bin/prt”, line 9, in
load_entry_point(‘prt==0.3.2’, ‘console_scripts’, ‘prt’)()
File “build/bdist.linux-x86_64/egg/prt.py”, line 524, in main
File “build/bdist.linux-x86_64/egg/prt.py”, line 406, in sessions
File “build/bdist.linux-x86_64/egg/prt.py”, line 379, in get_sessions
AttributeError: ‘function’ object has no attribute ‘name’
Yes I will soon. Another question here. My Plex Database is growing none stop since I upgraded PMS to version 1 évent is thumbnail option is set to off. Have you seen the samethingg on your installation. ?
EDIT: Okay nstead of using ubuntu 14.04 I tried with a ubuntu server 16.04 and the PRT SESSION option is working fine. psutil version is different on that ubuntu version
python -c “import psutil; print psutil.version_info” (3, 4, 2)
Traceback (most recent call last):
File “/usr/local/bin/prt”, line 9, in
load_entry_point(‘prt==0.3.2’, ‘console_scripts’, ‘prt’)()
File “build/bdist.linux-x86_64/egg/prt.py”, line 524, in main
File “build/bdist.linux-x86_64/egg/prt.py”, line 406, in sessions
File “build/bdist.linux-x86_64/egg/prt.py”, line 379, in get_sessions
AttributeError: ‘function’ object has no attribute ‘name’
@dbershev said:
I’m also getting this error. I’m using 3.4.2
Traceback (most recent call last):
File “/usr/local/bin/prt”, line 9, in
load_entry_point(‘prt==0.3.2’, ‘console_scripts’, ‘prt’)()
File “build/bdist.linux-x86_64/egg/prt.py”, line 524, in main
File “build/bdist.linux-x86_64/egg/prt.py”, line 406, in sessions
File “build/bdist.linux-x86_64/egg/prt.py”, line 379, in get_sessions
AttributeError: ‘function’ object has no attribute ‘name’
@wnielson Yeah, I checked the log and a session is being transcoded. Just doesn’t seem to show up if I do a prt sessions. Not sure if prt is working correctly for me tbh.