Yesterday, 04:56 PM
Hi,
Running nextpvr amd64 docker container with TBS pcie tuner card.
When I scan for saorview channels in nextpvr it encounters an error parsing the scan data see log output below.
Seems to be a bug in parsing the channel info:
...snip...
[33] GOT: ~1100~~RTÉTN~12~474000000OFF~254
[40] Got request [XXX.XXX.XXX.XXX]: /services/service (setting.scan.status)
[40] parameters:
[40] method: setting.scan.status
[40] format: json
[40] sid: bdf4f291-479c-4a74-8bed-c41a55056657
[40] client_ip: XXX.XXX.XXX.XXX
[40] client_local: true
[40] user_agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:138.0) Gecko/20100101 Firefox/138.0
[40] host_callback: ...
[40] setting.scan.status
[40] {"stat":"Failed","code":11,"msg":"Scanner not active"}
...snip...
Unhandled exception. System.FormatException: The input string '474000000OFF' was not in a correct format.
at System.Number.ThrowFormatException[TChar](ReadOnlySpan`1 value)
at System.Int32.Parse(String s, NumberStyles style, IFormatProvider provider)
at NShared.Recorders.DigitalScannerLinux.<>c__DisplayClass24_1.<WorkerThread>b__0(Object sender, DataReceivedEventArgs e)
at System.Diagnostics.AsyncStreamReader.FlushMessageQueue(Boolean rethrowInNewThread)
--- End of stack trace from previous location ---
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
Running nextpvr amd64 docker container with TBS pcie tuner card.
When I scan for saorview channels in nextpvr it encounters an error parsing the scan data see log output below.
Seems to be a bug in parsing the channel info:
...snip...
[33] GOT: ~1100~~RTÉTN~12~474000000OFF~254
[40] Got request [XXX.XXX.XXX.XXX]: /services/service (setting.scan.status)
[40] parameters:
[40] method: setting.scan.status
[40] format: json
[40] sid: bdf4f291-479c-4a74-8bed-c41a55056657
[40] client_ip: XXX.XXX.XXX.XXX
[40] client_local: true
[40] user_agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:138.0) Gecko/20100101 Firefox/138.0
[40] host_callback: ...
[40] setting.scan.status
[40] {"stat":"Failed","code":11,"msg":"Scanner not active"}
...snip...
Unhandled exception. System.FormatException: The input string '474000000OFF' was not in a correct format.
at System.Number.ThrowFormatException[TChar](ReadOnlySpan`1 value)
at System.Int32.Parse(String s, NumberStyles style, IFormatProvider provider)
at NShared.Recorders.DigitalScannerLinux.<>c__DisplayClass24_1.<WorkerThread>b__0(Object sender, DataReceivedEventArgs e)
at System.Diagnostics.AsyncStreamReader.FlushMessageQueue(Boolean rethrowInNewThread)
--- End of stack trace from previous location ---
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()