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

Android errors out, bundle errors #19

Closed
pmow opened this issue Jan 10, 2018 · 1 comment
Closed

Android errors out, bundle errors #19

pmow opened this issue Jan 10, 2018 · 1 comment

Comments

@pmow
Copy link

pmow commented Jan 10, 2018

Works great via Web. I purposefully use the passthrough profile so that Plex will transcode everything and to avoid exposting TVH to the internets.

The below error only happens when playing from Android.

2018-01-10 14:08:13,874 (7f18920d7700) :  DEBUG (runtime:88) - Sending packed state data (108 bytes)
2018-01-10 14:08:13,874 (7f18920d7700) :  DEBUG (runtime:924) - Response: [404] NoneType, 0 bytes
2018-01-10 14:08:13,877 (7f18920d7700) :  CRITICAL (runtime:1128) - Exception in thread named '_handle_request' (most recent call last):
  File "/usr/lib/plexmediaserver/Resources/Plug-ins-fc63598ba/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/runtime.py", line 1126, in _start_thread
    f(*args, **kwargs)
  File "/usr/lib/plexmediaserver/Resources/Plug-ins-fc63598ba/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/interfaces/socketinterface.py", line 126, in _handle_request
    self.finish()
  File "/usr/lib/plexmediaserver/Resources/Plug-ins-fc63598ba/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/web.py", line 565, in finish
    self.request.finish()
  File "/usr/lib/plexmediaserver/Resources/Plug-ins-fc63598ba/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/httpserver.py", line 432, in finish
    self.connection.finish()
  File "/usr/lib/plexmediaserver/Resources/Plug-ins-fc63598ba/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/httpserver.py", line 262, in finish
    self._finish_request()
  File "/usr/lib/plexmediaserver/Resources/Plug-ins-fc63598ba/Framework.bundle/Contents/Resources/Platforms/Shared/Libraries/tornado/httpserver.py", line 272, in _finish_request
    connection_header = self._request.headers.get("Connection")
AttributeError: 'NoneType' object has no attribute 'headers'

2018-01-10 14:08:19,989 (7f18a6ffd700) :  DEBUG (runtime:88) - Sending packed state data (108 bytes)
2018-01-10 14:08:19,989 (7f18a6ffd700) :  DEBUG (runtime:924) - Response: [200] MediaContainer, 902 bytes
@nuhll
Copy link

nuhll commented Jan 31, 2018

Try settings -> advanced settings -> use android player (in plex on your mobile)

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