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
The text was updated successfully, but these errors were encountered:
This is an issue with TVHeadend, not the plugin. update your TVHeadend to the latest release and the issue is fixed. I run TVH and Plex in docker containers and just updated them today and all of my channels and recordings are back.
EDIT: Live TV works, but recordings still return "This Plugin is not responding". So it half works.
Hey there !
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:
The text was updated successfully, but these errors were encountered: