nomego / Lazyman.bundle

Lazyman Plex Channel
105 stars 24 forks source link

`This channel is not responding.` #37

Closed Rozkipz closed 6 years ago

Rozkipz commented 6 years ago

When trying to open a stream, plex shows This channel is not responding.

Looking in the logs it shows

2017-11-26 21:34:07,469 (77c) :  CRITICAL (core:574) - Exception (most recent call last):
  File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\runtime.py", line 843, in handle_request
    result = f(**d)
  File "C:\Plex\AppData\Local\Plex Media Server\Plug-ins\Lazyman.bundle\Contents\Code\__init__.py", line 174, in Feeds
    oc.add(getStreamVCO(date, game, f))
  File "C:\Plex\AppData\Local\Plex Media Server\Plug-ins\Lazyman.bundle\Contents\Code\__init__.py", line 159, in getStreamVCO
    items = getStreamItems()
  File "C:\Plex\AppData\Local\Plex Media Server\Plug-ins\Lazyman.bundle\Contents\Code\__init__.py", line 126, in getStreamItems
    info, url_end = stream.splitlines()
ValueError: need more than 1 value to unpack

Getting rid of url_end now gives:

2017-11-26 21:46:18,418 (36b4) :  CRITICAL (core:574) - Exception (most recent call last):
  File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-a39b25852\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\components\runtime.py", line 843, in handle_request
    result = f(**d)
  File "C:\Plex\AppData\Local\Plex Media Server\Plug-ins\Lazyman.bundle\Contents\Code\__init__.py", line 185, in Feeds
    oc.add(getStreamVCO(date, game, f))
  File "C:\Plex\AppData\Local\Plex Media Server\Plug-ins\Lazyman.bundle\Contents\Code\__init__.py", line 169, in getStreamVCO
    items=getStreamItems()
  File "C:\Plex\AppData\Local\Plex Media Server\Plug-ins\Lazyman.bundle\Contents\Code\__init__.py", line 137, in getStreamItems
    stream_meta = info_pattern.search(info)
TypeError: expected string or buffer

This is installed using the manual method, and all host files are up to date, and lazyman works by itself on the computer running plex.

Rozkipz commented 6 years ago

Oops, installed the latest code in a different directory to where plex was actually looking.

No issues now, all working great. :)