erkexzcx / stalkerhek

Stalker portal proxy server that allows sharing account on multiple STB boxes and play on VLC.
GNU General Public License v3.0
82 stars 52 forks source link

Fail to update channel #5

Closed aplayerv1 closed 3 years ago

aplayerv1 commented 3 years ago

request_iptv.go:25: Failed to update channel: Stalker portal returned invalid link to TV Channel: stalker portal returned invalid link to tv channel: http///xxxxxxxxxxxxx ............... although the link works

erkexzcx commented 3 years ago

Please provide more information on this. Like link URL etc.

aplayerv1 commented 3 years ago

Sorry i fixed it works great

zalim1 commented 3 years ago

Sorry i fixed it works great

how did you fix this? i am getting same msg when i connect to server without username and pass but when i use username and pass which is right one, dosent connect saying invalid credentials

erkexzcx commented 3 years ago

Sorry i fixed it works great

Then closing it :)

aplayerv1 commented 3 years ago

Sorry i fixed it works great

how did you fix this? i am getting same msg when i connect to server without username and pass but when i use username and pass which is right one, dosent connect saying invalid credentials

Edit channels.go file

go to line 45 and comment out return "", errors.New("Stalker portal returned invalid link to TV Channel: " + tmp.Js.Cmd)

and replace it with

return tmp.Js.Cmd, nil

thats how i fixed it