Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s1001(Network) issue on Streaming #21

Open
chmaryniok opened this issue Mar 21, 2019 · 2 comments
Open

s1001(Network) issue on Streaming #21

chmaryniok opened this issue Mar 21, 2019 · 2 comments

Comments

@chmaryniok
Copy link

On starting the Stream I always get an error Message on Plex-Web Interface:

Es ist ein Fehler beim Abspielen von „“ aufgetreten.
Fehlercode: s1001 (Netzwerk)

On Plex for Android I just get:

Fehler
Wiedergabe wurde angehalten weil die Verbindung zum Plex Media Server unterbrochen wurde. Bitte überprüfe, dass der Server verfügbar ist und versuche es erneut.

@AlBundy33
Copy link

You should check the logs and maybe try this fork https://github.com/mrtumnus/TvplexendChannel.bundle
I'm using this fork together with tvheadend (built from git) and plex on my raspberry pi and have no issues.
Don't forget to configure the url, user and pass in android apo.

@chmaryniok
Copy link
Author

chmaryniok commented Mar 22, 2019

Thanks, the fork shows up as "No Responding" and when I try to move back to this bundle I it also not respond anymoe.. :(
And I can´t fine a log file that shows errors....

Log to this Bundle:

2019-03-22 01:03:25,675 (7f5a08ff9700) :  DEBUG (networking:166) - Requesting 'http://192.168.XXX.XXX:9981/api/epg/events/grid'
2019-03-22 01:03:25,711 (7f5a08ff9700) :  CRITICAL (runtime:889) - Exception (most recent call last):
  File "/usr/lib/plexmediaserver/Resources/Plug-ins-782228f99/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/runtime.py", line 843, in handle$
    result = f(**d)
  File "/usr/lib/plexmediaserver/Resources/Plug-ins-782228f99/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/handlers/base.py", line 111, in call
    result = self.func(*args, **kwargs)
  File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/TvplexendChannel.bundle/Contents/Code/__init__.py", line 98, in MainMenu
    oc.add(Channel(channelId=id))
  File "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/TvplexendChannel.bundle/Contents/Code/__init__.py", line 148, in Channel
    start, stop, duration, relProgress, epg['title'], summary
  File "/usr/lib/plexmediaserver/Resources/Plug-ins-782228f99/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/sandbox.py", line 108, in <lambda>
    _getitem_           = lambda x, y: x.__getitem__(y),
KeyError: 'title'

2019-03-22 01:03:25,712 (7f5a08ff9700) :  DEBUG (runtime:88) - Sending packed state data (117 bytes)
2019-03-22 01:03:25,712 (7f5a08ff9700) :  DEBUG (runtime:924) - Response: [500] 1226 bytes
2019-03-22 01:03:30,686 (7f59e7fff700) :  INFO (datakit:131) - Saved the dictionary file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants