NextPVR Forums

Full Version: Fritzbox 6660 Cable
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when i try to scan this device it only finds the first 6 channels

after thet in the logs i find


Code:
[color=#000000]2022-01-09 12:18:33.111 [DEBUG][38]     System.OverflowException: Arithmetic operation resulted in an overflow. [/color]
  at NShared.TS.TSSectionParser.AddData(Byte[] data, Int32 offset, Int32 length)
2022-01-09 12:18:33.292 [DEBUG][24]     Got request [172.16.22.52]: /services/service (setting.scan.status)
2022-01-09 12:18:33.293 [DEBUG][24]     method=setting.scan.status
2022-01-09 12:18:33.293 [DEBUG][24]     parameters:  
2022-01-09 12:18:33.293 [DEBUG][24]        method: setting.scan.status
2022-01-09 12:18:33.293 [DEBUG][24]        format: json
2022-01-09 12:18:33.293 [DEBUG][24]        sid: d5e7f912-9cb6-4a23-bd0b-d55d5474b6b8
2022-01-09 12:18:33.293 [DEBUG][24]        client_ip: 172.16.22.52
2022-01-09 12:18:33.293 [DEBUG][24]        user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36
2022-01-09 12:18:33.293 [DEBUG][24]        host_callback: ...
2022-01-09 12:18:33.293 [DEBUG][24]     setting.scan.status
2022-01-09 12:18:33.293 [DEBUG][24]     {"stat":"ok",
"complete":false,
"status":"Scanning: 570000/6900/256qam (6 channels found)",
"channels": [
]


because my tv provider has an uusual setup i had to create my own config file.
https://www.elektro-hoerl.at/uploads/e3s...-12-28.pdf


Code:
[color=#000000]Fohnsdorf\ -\ Hörl\ TV.ini  [/color]
[CABTYPE]
1=Austria
2=Fohnsdorf - Hörl TV

[DVB]
0=29
1=C,546000,6900,QAM64,8
2=C,554000,6900,QAM256,8
3=C,562000,6900,QAM256,8
4=C,570000,6900,QAM256,8
5=C,578000,6900,QAM256,8
6=C,586000,6900,QAM256,8
7=C,594000,6900,QAM256,8
8=C,602000,6900,QAM256,8
9=C,634000,6900,QAM256,8
10=C,642000,6900,QAM256,8
11=C,650000,6900,QAM256,8
12=C,658000,6900,QAM64,8
13=C,666000,6875,QAM64,8
14=C,674000,6875,QAM64,8
15=C,682000,6875,QAM64,8
16=C,690000,6875,QAM64,8
17=C,698000,6900,QAM256,8
18=C,706000,6900,QAM64,8
19=C,714000,6875,QAM64,8
20=C,738000,6900,QAM256,8
21=C,754000,6875,QAM64,8
22=C,786000,6900,QAM64,8
23=C,306000,6900,QAM256,8
24=C,314000,6900,QAM256,8
25=C,378000,6900,QAM64,8
26=C,330000,6900,QAM64,8
27=C,450000,6900,QAM64,8
28=C,458000,6900,QAM64,8
29=C,466000,6900,QAM64,8


it finds the first 6 channels then the erros
Looking at your web log you didn't actual log in for the first scan. Sometimes you are using cached pages so you need to use ctrl-F5 to reload.

However in this case the logs clearly show a problem interpreting the data (plus a log debug message that should be a log error)

2022-01-09 12:08:31.719 [DEBUG][20] System.OverflowException: Arithmetic operation resulted in an overflow.
at NShared.TS.TSSectionParser.AddData(Byte[] data, Int32 offset, Int32 length)

and sub will need to advise on how to proceed.

Martin
It doesn't like something in your cable stream. If you know how to capture a full transport stream using this hardware, you could capture 30 seconds or so from the frequency it has problems with, put the file somewhere like onedrive or googledrive, and let me know the download link, and I'll check it here in the debugger.