teleboy.ch stopped working a couple of days ago. Could you please fix it. Thank you very much.
Here the details from the log:
[ Info ] ( 1/45 ) TELEBOY.CH -- chan. (xmltv_id=sixx) -- mode Force
[Error ] Unable to update channel sixx
[Critical] Generic syntax exception:
[Critical] message:
[Error ] no index page data received from sixx
[Error ] unable to update channel, try again later
[ Info ] Existing guide data restored!
Hello,
yes, same problem here.
Pls fix it.
Thanks
Hi i Thing the sie has Change some lones.
I try to download first a new channel XML and i have a Problem with the API Key.
This is the new API key ( i hope so) key=6ca99ddb3e659e57bbb9b1874055a711b254425815905abaacf262b64f02eb3d
By my side is the correct side for channel XML :https://tv.api.teleboy.ch/epg/stations?expand=logos&hasStream=1&language=de
i get all time no Access for missing API Key
the api key doesnt stay the same and its required before the url_index is called.
so u either have to use a external script to get the key using scope and set(type=run) or use php to get the key and then call the url for epg or the channel list.
to test if webgrab works with the site with the correct key,its added to ur headers..
url_index.headers {customheader=x-teleboy-apikey=xxxxxxxxxxx}
it may not work at all as i forget if the key changes every so often or for every request.
notice that in ur dev toolls it shows the key with a :
x-teleboy-apikey:xxxxxxx
and in wg this is a =
this is because the data in dev tools is shown as json data and wg uses html requests so its needs to be converted.
dont forget this as u will be doing this all the time when u copy headers from dev tools.