PDA

View Full Version : [ABM-DVB-S/S2] Irish Mist



DaMacFunkin
09-01-16, 16:21
Hello, RTE1, RTE2, RTE2 HD irish channels seem to have gone missing from my Granada Custom sky bouquet, Irish TV channel and the Setanta channels are still present though?

abu baniaz
09-01-16, 16:45
debug log?

Willmoore
09-01-16, 16:54
same here.

abu baniaz
09-01-16, 17:00
same here.
debug log from you too?

iwg
09-01-16, 17:28
Just checked my Custom ABM and re-ran it. These foreign channels are still in there at their regular slots. No change.

Willmoore
09-01-16, 17:45
Log attached.

DaMacFunkin
09-01-16, 19:32
My log didn't contain any errors, and I don't think there are any in willmoore log either, I think it might be RTE needs replacing with RTÉ in the XML
?
Can't check at the moment.

abu baniaz
09-01-16, 19:46
The reason why we ask for logs is that it assists in finding issues. Otherwise it is just a guessing game.

DaMacFunkin
09-01-16, 23:25
You could also try a scan yourself and see if you can replicate it?
I've been really busy with life to,enable logs, reboot, run a scan, edit out all the private info and post the log, disable logs reboot...

DaMacFunkin
09-01-16, 23:27
Just checked my Custom ABM and re-ran it. These foreign channels are still in there at their regular slots. No change.
Did you reload the bouquets though after your scan? If you didn't you will still be showing your bouquet list from before the scan.

Huevos
10-01-16, 00:04
I've been really busy with life to,enable logs, reboot, run a scanDude, this is your thread and you are reporting this because it bothers you. We've all got busy lives, jobs, families, responsibilities, etc. Don't expect any "bug" that you report to be fixed in a hurry (or at all) if you are too busy to supply the logs.

lincsat
10-01-16, 00:30
The problem is that RTE is now called RTÉ so any LCN assigned by name of RTE will fail. If you change to RTÉ in the xml, it spits out it's dummy and crashes, so assigning the LCN by ID is currently the way to go.

I will post the full log if needed, this is the line that objects to the character É



[Providers] XML parse error (/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/../providers/sat_282_sky_uk_alt1.xml): not well-formed (invalid token): line 168, column 7

judge
10-01-16, 01:35
I've been really busy with life to,enable logs, reboot, run a scan, edit out all the private info and post the log, disable logs reboot...

Seriously?
A) No private info in logs.
B) Enable setting, reboot. Job done.
C) Anyone wanting an issue looked at, provide logs.
D) http://www.world-of-satellite.com/showthread.php?49821-Irish-Mist&p=388051&viewfull=1#post388051

DaMacFunkin
10-01-16, 11:14
Ok so i didn't have time to produce the log, but i had an idea what the problem was, i have my mother in law with the ankle snapped in 3 places here, she has visitors from Ireland, they wanted to watch some thing on RTE like they did the other day, it didn't work, right at the same time the guy had the boiler in pieces which has just started to pressurise itself to dangerously high levels, outside i'm being battered with biblical storms which i have noticed is leaking like a bugger through my slate roof... watching irish tv is, was the least of my worries, doesn't bother me Huevos i don't watch it i'm Scottish i just reported it because it was and is a bug, in my absence someone has managed to take the info i have provided and pinpoint the problem, so work has begun..
This morning i can now provide the debug log, but it doesn't provide you with the info that lincsat has provided, i knew it didn't.
46438
p.s. Judge, logs do provide personal info, they log what you are watching, or what you have set to record.
p.p.s. I do appreciate the hard work that goes into this project and if i can help i will, but like i said, i gave the heads up and work began.

DaMacFunkin
10-01-16, 13:17
I've tried to change to this in sat_282_sky_uk.xml

channels_to_add = {
"London Live": 117,
"TG4": 163,
"Setanta Ireland": 423,
"Setanta Sports1": 424,
"Premier Sports": 428,
"Setanta HD": 460,
"Premier HD": 462,
"Oireachtas TV": 574,
}

channels_to_add_by_id = {
9601: 161,
9602: 162,
9608: 224,
9606: 635,
}
I've also tried to whitelist RTÉ2 HD which is now completely missing by changing to:

whitelist = ['ITV HD','ITV2 HD','ITV3 HD','ITV4 HD','ITV Encore HD',752,'BoxNation HD','BT Preview HD']
whitelist_by_id = [1003,3141,3625,3627,3629,3622,3623,3661,3663,4040, 5032,5037,5152,5153,5154,5662,5663,9608]
With 9608 being The SID for RTE2 HD.
None of my changes have made any difference.
Am i adding SID information in the correct format?
Or is it that you can't use SID if Channel name is being used as well?

Huevos
12-01-16, 18:46
whitelist_by_id has nothing to do with the SID. It contains the channel ID. SIDs change. Channel ID always stays the same even when the service moves to another transponder or changes name.