Get the Best IPTV Service
Fixing iVue Guide to work with IPTV Stalker ("failed authorization") - Page 11
Register
Page 11 of 16 FirstFirst ... 910111213 ... LastLast
Results 101 to 110 of 159
  1. #101

    Fire From Within

    dara's Avatar
    Join Date
    Nov 2014
    Location
    yes i do
    Posts
    11,265
    Rep Power
    4402
    Quote Originally Posted by Drivium View Post
    Cool. Let me know. If that does the trick, we're lookin' at v3.



    Gotcha. I'm not really either, more of a hacker. I just like to automate stuff. Push a button and watch the pretty lights. When you said "middleware", I was instantly impressed...lol. No idea what that is. I'm not current either. Most familiar with vbs, which about 9999 years old, but still supported in windows by default! lol I've used python at work and have been able to do what I needed to.
    I found the line that sends the serial number in IPTV Stalker, and was able to comment it out. I'll see if work...

  2. #102
    Member
    Join Date
    Jun 2015
    Location
    yes i do
    Posts
    44
    Rep Power
    80
    Might have been a false alarm in my case. Checked windows task manager and there was a python script that was hung up. Killed Kodi, then I killed the python script, restarted KODI and everything works again. Just me?

  3. #103

    Fire From Within

    dara's Avatar
    Join Date
    Nov 2014
    Location
    yes i do
    Posts
    11,265
    Rep Power
    4402
    Yeah, it does with the modified ini, and it doesn't screw up PVR Stalker!

    For those that want to try this, make this change in the load_channels.py in plugin.video.stalker
    Just put a # sign in front of the setSerialNumber(Serial)


    Code:
    def retriveUrl(portal_mac, url, serial, channel, tmp):
    	
    	setMac(portal_mac);
    #	setSerialNumber(serial);
    		
    	if 'matrix' in channel:
    		return retrieve_matrixUrl(url, channel);
    		
    	else:
    		return retrive_defaultUrl(url, channel, tmp);

  4. #104
    Member
    Join Date
    Jun 2015
    Location
    yes i do
    Posts
    44
    Rep Power
    80
    Ok, cool. What's weird is that the serial piece for iptvstalker is in the iVue addons.ini by default, yet it doesn't mess anything up. All my script does is mod the mac. Do you get why modding the tecbox ini has this affect?
    Last edited by Drivium; 08-20-2015 at 01:45 AM.

  5. #105

    Fire From Within

    dara's Avatar
    Join Date
    Nov 2014
    Location
    yes i do
    Posts
    11,265
    Rep Power
    4402
    Quote Originally Posted by Drivium View Post
    This fixed it for you?
    Yeah. I used v2 on a default addons.ini with my linked mac, moved it into the userdata for the iVue, and made that code change. iVue is still sending over that serial number trash to IPTV Stalker, but at least IPTV Stalker isn't sending it on to the server, which doesn't need it. However, the cache for PVR Stalker won't be good for that session, to bring it back you have disable/enable live tv after quitting IPTV Stalker.

    If you can figure out how to get rid of the serial number from the .ini, then that code change won't be necessary. I'll leave on my local copy... if the iVue guys want, they might want to make that a mod on their copy in their repo but they will need to renumber the addon version to prevent it from being changed by the rogue 1.2.0.

  6. #106
    Member
    Join Date
    Jun 2015
    Location
    yes i do
    Posts
    44
    Rep Power
    80
    Ok. Ill see what affect removing that from the ini has, tomorrow.

  7. #107
    Member
    Join Date
    Jun 2015
    Location
    yes i do
    Posts
    44
    Rep Power
    80
    Ok, I can still connect to iptvstalker if I remove all of the references to serial in the ini. I just did it in msword. Your's may be the same. I searched for serial%22%3A+%7B%22 replaced with null (in the "replace with" area, I left it blank). Try it on yours and see if this fixes your issues. If so, I'll mod the script to remove this.

    Will be a quick fix if your serial string is the same as mine. I can give the script a specific thing to look for.

    On another note, if you decrypt that string, it's a weird sad face. :{

    EDIT = if your serial string IS the same, I've got a v3 script ready to go... If its not, can you post what yours is so I can code for the variables ?

    Here's an example of what mine looks like (bolded in blue):

    Code:
    2%3A+%22NFPS%22%2C+%22parental%22%3A+%22false%22%2C+%22url%22%3A+%22http%3A%2F%2Fportal.iptvprivateserver.tv%22%2C+%22mac%22%3A+%2200%3A1A%3A79%3ABB%3ABB%3ABB%22%2C+%22serial%22%3A+%7B%22custom%22%3A+false%7D%2C+%22password%22%3A+%220000%22%7D&mode=play&logo_url=http%3A%2F%2Fportal.iptvprivateserver.tv%2Fstalker_portal%2Fmisc%2Flogos%2F320%2F1405.png&
    Channel

    -d
    Last edited by Drivium; 08-20-2015 at 06:50 PM.

  8. #108
    Member
    Join Date
    Jun 2015
    Location
    yes i do
    Posts
    44
    Rep Power
    80
    Can anyone confirm what their serial string looks like in the tecbox addons.ini file?

  9. #109
    Member
    Join Date
    Jun 2015
    Location
    yes i do
    Posts
    44
    Rep Power
    80
    Here is version 3 of the iVue MAC Swap Tool. Gives user the choice to remove references to serial in their addons.ini file. This assumes that their serial matches this: serial%22%3A+%7B%22 as I'm assuming this is a default. Also sexied up the prompts.

    Enjoy

    Pastebin:
    Code:
     http://pastebin.com/7ysHbVGm
    Link to script:
    Code:
    https://drive.google.com/file/d/0B7UqN53jp_4cZTBSODVXZEctdEU/view?usp=sharing
    Last edited by Drivium; 08-20-2015 at 08:34 PM.

  10. #110
    Member
    Join Date
    Aug 2015
    Location
    yes i do
    Posts
    84
    Rep Power
    184
    forget Ivue guide, the PVR Stalker Client works better than Ivue, more features and no need to reset cache ever !

 

 
Page 11 of 16 FirstFirst ... 910111213 ... LastLast

Similar Threads

  1. IPTV STALKER Authorization Failed or server down?"
    By jeshua251280 in forum IPTV Stalker (Video add-on)
    Replies: 5
    Last Post: 02-29-2016, 05:05 AM
  2. Replies: 4
    Last Post: 01-20-2016, 06:42 PM
  3. Replies: 3
    Last Post: 10-08-2015, 02:32 PM
  4. IVUE TV GUIDE "MAC" erro and IPTV STALKER updates stops it working
    By markie156 in forum IPTV Private Server (NFPS)
    Replies: 2
    Last Post: 09-16-2015, 07:45 PM
  5. Replies: 125
    Last Post: 09-01-2015, 02:57 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Flash Sale Popup