mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 06:09:41 +00:00
add debugging for video errors
This commit is contained in:
parent
b6a65e63ef
commit
4fd7d42039
@ -624,6 +624,10 @@ sub onState(msg)
|
||||
ReportPlayback("start")
|
||||
end if
|
||||
else if m.top.state = "error"
|
||||
m.log.error(m.top.errorCode, m.top.errorMsg, m.top.errorStr, m.top.errorCode)
|
||||
|
||||
print m.top.errorInfo
|
||||
|
||||
if not m.playReported and m.top.transcodeAvailable
|
||||
m.top.retryWithTranscoding = true ' If playback was not reported, retry with transcoding
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user