So I configured the
Stalker EPG Updater AddOn with all of my personal settings (
00:1A:78:xx:xx:xx MAC, Donation #, etc.); then removed the
Stalker PVR Client settings.xml (actually, I simply did a "
mv(1) ./settings.xml ./SAVED.settings.xml") to allow this new updater gadget to do it's thing and generate one; I cleared all caches; and now when I start KODI, the Stalker PVR Client
immediately comes back with:
S
talker Client Authentication failed: Retrying. (it tries twice and gives up).,
Of course I tried to troubleshoot and fix things as follows (in each case, disabling TV; Clearing Caches; Restarting KODI; etc.) -- but none worked:
(Attempt-1) I noticed the UPDATER applies its own (long) HEX strings for
device_id, device_id2, signature and
serial_number. So, hypothesizing that the authentication server may want my original 13-digit versions (the ones we were told to generated months ago), I tried substituting those back in. Doing this didn't fix anything.
(Attempt-2) Next, I noticed that the UPDATER uses
http://portal.iptvrocket.tv/stalker_portal/c/index.html (i.e. it attaches a trailing
index.html, which we were told not to do several months ago). So again, hypothesizing/hoping that this may be the issue, I tried substituting in the original value:
http://portal.iptvrocket.tv/stalker_portal/c/ (i.e. without the trailing
index.html) Doing this didn't fix anything.
(Attempt-3) Next, I increased the timeout value in the General section from 5 (=25 secs) to 15 (=75 secs). Doing this didn't fix anything.
Etc.
I don't understand why revisiting this Auth issue? This was all working fine for months. And I'm pretty good with this stuff. I'm on Fedora Linux, so using vi(1), xmllint(1), diff(1) (etc.) on the
settings.xml file, I ensure uniformity; ensure well-formedness; ensure no extra leading/trailing spaces; ensure that all PORTALS are 100% identical; etc.
Any ideas? Thanks.