shaka1001 (Network)
Opened this issue · 11 comments
I have a hd home run prime 3 tuner device, which will not work with plex. I have followed the steps in the wiki guide.
I am un able to play in plex the downloaded video using plex. Yet it will work with vlc.
When running in plex locally i get the error
shaka1001 (Network) error.
When running this from a roku plex app i get a transcode error. I can upload logs if needed.
Plex DLNA Server.1.log
Plex DLNA Server.2.log
Plex DLNA Server.3.log
Plex DLNA Server.4.log
Plex DLNA Server.5.log
Plex DLNA Server.log
Plex Media Scanner Analysis.1.log
Plex Media Scanner Analysis.2.log
Plex Media Scanner Analysis.3.log
Plex Media Scanner Analysis.log
Plex Media Scanner.1.log
Plex Media Scanner.log
Plex Media Server.1.log
Plex Media Server.2.log
Plex Media Server.3.log
Plex Media Server.4.log
Plex Media Server.5.log
Plex Media Server.log
Plex Transcoder Statistics.1.log
Plex Transcoder Statistics.2.log
Plex Transcoder Statistics.3.log
Plex Transcoder Statistics.log
Plex Tuner Service.1.log
Plex Tuner Service.2.log
Plex Tuner Service.3.log
Plex Tuner Service.4.log
Plex Tuner Service.5.log
Plex Tuner Service.log
2017-10-02 20:13:25,572 (178c) : ERROR (logkit:22) - <type 'exceptions.AttributeError'>: ("'NoneType' object has no attribute 'iter'",): 'NoneType' object has no attribute 'iter'
set VideoCodec Rule/Override to default or plex
I'm also getting this exact shaka error with my HDHOMERUN and this plugin when I try to use a live stream. I'm using an ubuntu PMS.
Here is my log. com.plexapp.plugins.hdhrviewer.v2.log
I've found others on the plex forums having the exact same issue after upgrading to PMS 1.10.
So I looked through my log and found it complained about two unexpected arguments with the CreateVO function, offset and includeExtras.
I edited the the CreateVO function to include an argument for offset on line 940 of the init.py:
def CreateVO(tuneridx, url, title, year=None, tagline='', summary='', thumb=R(ICON_DEFAULT_CHANNEL), starRating=0, include_container=False, checkFiles=0, videoCodec='mpeg2video',audioCodec='ac3',transcode='default',includeBandwidths=1, offset=-1):
I then edited lines 948, 1010, and 1037 to include the offset argument after the includeBandwidths argument:
includeBandwidths=includeBandwidths, offset=offset),
This fixed the issue for me. It still complains about includeExtras in the log but it works.
Sorry, couldn't replicate the issue, are you running the latest plug-in version? version 1.1.2 ?
Apparently I was not. For whatever reason I couldn't just overwrite the old files. When they copied I figured they were updated but they were not. Had to remove the old folder and put the new one in its place. Sorry for the confusion.
At the time when spegs21 and others were having the issue version 1.1.2 wasn't out yet. It appears that the latest release has fixed this issue.