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, the admin user in Plex is called washingm and the user in emby is malcolm. I have attempted to add the following in USER_MAPPING however this must me entered incorrectly.
Any help would be appriciated.
Thank you,
Malcolm
USER_MAPPING: {washingm*:malcolm}
LOG:
User is root, checking if we need to create a user and group based on environment variables
Starting JellyPlex-Watched with UID: 1000 and GID: 1000
2026-03-26 05:15:14.387 | INFO | src.main:main_loop:124 - Dryrun: True
2026-03-26 05:15:14.387 | ERROR | src.main:main:320 - Expecting property name enclosed in double quotes: line 1 column 2 (char 1)
2026-03-26 05:15:14.388 | ERROR | src.main:main:322 - Traceback (most recent call last):
File "/app/src/main.py", line 300, in main
main_loop(env)
~~~~~~~~~^^^^^
File "/app/src/main.py", line 129, in main_loop
user_mapping = json.loads(user_mapping_env.lower())
File "/usr/local/lib/python3.13/json/init.py", line 352, in loads
return _default_decoder.decode(s)
~~~~~~~~~~~~~~~~~~~~~~~^^^
File "/usr/local/lib/python3.13/json/decoder.py", line 345, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/json/decoder.py", line 361, in raw_decode
obj, end = self.scan_once(s, idx)
~~~~~~~~~~~~~~^^^^^^^^
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, the admin user in Plex is called washingm and the user in emby is malcolm. I have attempted to add the following in USER_MAPPING however this must me entered incorrectly.
Any help would be appriciated.
Thank you,
Malcolm
USER_MAPPING: {washingm*:malcolm}
LOG:
User is root, checking if we need to create a user and group based on environment variables
Starting JellyPlex-Watched with UID: 1000 and GID: 1000
2026-03-26 05:15:14.387 | INFO | src.main:main_loop:124 - Dryrun: True
2026-03-26 05:15:14.387 | ERROR | src.main:main:320 - Expecting property name enclosed in double quotes: line 1 column 2 (char 1)
2026-03-26 05:15:14.388 | ERROR | src.main:main:322 - Traceback (most recent call last):
File "/app/src/main.py", line 300, in main
main_loop(env)
~~~~~~~~~^^^^^
File "/app/src/main.py", line 129, in main_loop
user_mapping = json.loads(user_mapping_env.lower())
File "/usr/local/lib/python3.13/json/init.py", line 352, in loads
return _default_decoder.decode(s)
~~~~~~~~~~~~~~~~~~~~~~~^^^
File "/usr/local/lib/python3.13/json/decoder.py", line 345, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/json/decoder.py", line 361, in raw_decode
obj, end = self.scan_once(s, idx)
~~~~~~~~~~~~~~^^^^^^^^
Beta Was this translation helpful? Give feedback.
All reactions