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
In plex even if I put correct auth info, I still cant see any of my chans
Here what is logged inside the log file:
File "/config/Library/Application Support/Plex Media Server/Plug-ins/LiveTVH.bundle/Contents/Code/__init__.py", line 75, in setPrefs
tvhRealm = (re.search("realm=\"[^\"]*", tvhAuthInfo).group(0).split('"'))[1]
File "/usr/lib/plexmediaserver/Resources/Python/lib/python2.7/re.py", line 146, in search
return _compile(pattern, flags).search(string)
TypeError: expected string or buffer