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

does not work in Browser nor in mobile devices / both android and iOS #57

Open
TorstenSt opened this issue Mar 8, 2017 · 2 comments
Open

Comments

@TorstenSt
Copy link

TorstenSt commented Mar 8, 2017

Hi,
I did play with this since quite some time. So far it only works with PHT on Raspberry.
It does not play on any mobile device or on my PC in a browser. Errors are always like this
ERROR - HTTP 404 downloading url http://127.0.0.1:32400/video/tvheadend-ng/:/function/createTVChannelObject? . . . etc.
ERROR - TranscodeUniversalRequest: unable to get container: /video/tvheadend-ng/:/function/createTVChannelObject?function_args . . . etc.
PlexMediaserver is 1.4.3.3433
tvheadend-ng is the latest available
TV-Headend is 4.0.9-16g63c1034xenial

The plugin log says
DEBUG (runtime:814) - Found route matching /video/tvheadend-ng/:/function/createTVChannelObject
2017-03-08 18:31:27,164 (7f7b737fe700) : DEBUG (runtime:125) - Calling function 'createTVChannelObject'
2017-03-08 18:31:27,164 (7f7b737fe700) : CRITICAL (sandbox:303) - Exception when calling function 'createTVChannelObject' (most recent call last):
File "/usr/lib/plexmediaserver/Resources/Plug-ins-03e4cfa35/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/sandbox.py", line 294, in call_named_function
result = f(*args, **kwargs)
TypeError: createTVChannelObject() got an unexpected keyword argument 'includeBandwidths'

Any ideas?
cheers
T

@segator
Copy link

segator commented Mar 17, 2017

same problem here, it seems plex guys change something that cause this plugin crash

@taligentx
Copy link

includeBandwidths seems to be a new parameter with recent PMS versions, #58 fixes this issue. However, iOS app playback is still nonfunctional - the workaround is to use the web app where playback on iOS works fine.

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

3 participants