2016-10-10, 01:41
.....
(2016-10-14, 21:08)tommycahir Wrote: if re.search("^MV",cp):
File "/usr/lib/python2.7/re.py", line 146, in search
TypeError: expected string or buffer
(2016-10-15, 03:48)GameOver69 Wrote: i never see the zap2xml grabber appear under internal grabbers under the TVheadend configuration. Can you assist please?
(2016-10-15, 16:07)edit4ever Wrote:(2016-10-14, 21:08)tommycahir Wrote: if re.search("^MV",cp):
File "/usr/lib/python2.7/re.py", line 146, in search
TypeError: expected string or buffer
There is an issue at times with the genre code renaming that was part of the original code. Since tvhedend doesn't really support the USA genre names, I have removed the code for now. You can redownload the file and see if it works.
(2016-10-19, 23:49)tommycahir Wrote: Hi again
I'm not sure if there is some bug in the zap2it site or if something has changed there but anytime i try running the zap2xml.py (date 17/10 from github) script now I get the below errors (obviously email is dummy here). I have gone to the URL referenced and put in my login details but that returns me to tvschedule page without a correct login being processed, if i use the same details in the popup that appears they work no problem.
zap2xml.py:600: UserWarning: gzip transfer encoding is experimental!
br.set_handle_gzip(True)
Logging in as [email protected]
http://tvschedule.zap2it.com/tvlistings/...tvschedule
Didn't Match .*Logout of your Zap2it account.* Sleep 1 sec.:Function: loginZAP :Line: 574
http://tvschedule.zap2it.com/tvlistings/...tvschedule
Didn't Match .*Logout of your Zap2it account.* Sleep 1 sec.:Function: loginZAP :Line: 574
http://tvschedule.zap2it.com/tvlistings/...tvschedule
Didn't Match .*Logout of your Zap2it account.* Sleep 1 sec.:Function: loginZAP :Line: 574
Failed to login within ,3, retries.
:Function: loginZAP :Line: 577
errorNone
/storage/.kodi/addons/tools.module.zap2xml/zap2xml.py:1400: SyntaxWarning: name 'sortThing1' is assigned to before global declaration
global sortThing1, sortThing2
/storage/.kodi/addons/tools.module.zap2xml/zap2xml.py:1400: SyntaxWarning: name 'sortThing2' is assigned to before global declaration
global sortThing1, sortThing2
https://github.com/Sandmann79/xbmc/blob/master/packages/script.module.mechanize/script.module.mechanize-0.2.6.zip
(2016-10-20, 00:11)greenbag Wrote: I'm still using the tools.module.zap2xml-0.4 without any hiccups.
The log complains about sortThing1, but everything seems to work fine still.
(2016-10-20, 00:25)tommycahir Wrote: Thanks , I just tried that script and I still get the same error, I also noticed that the zap2it site now redirects to http://screenertv.com/ so maybe there is some changes coming which will impact us
(2016-10-20, 00:33)edit4ever Wrote: Just took a look at this...mmmm...not sure what changes are in store. My version is still grabbing the data on my system...but maybe new accounts are affected?
What happens when you just login in to zap2it.com and then click on tvlistings? Do you get your proper lineup and can you access your preferences to add favorite channels?
(2016-10-20, 00:39)tommycahir Wrote: when I click on tvlistings I go to http://tvschedule.zap2it.com/tvlistings/...tvschedule and click on login, a popup appears and I login no problem get to see my saved favourites etc. BUT if I go to the url behind login in a new tab and use the very same details it brings me back to the tvlistings screen with following URL http://tvschedule.zap2it.com/tvlistings/...tvschedule without completing the login.
(2016-10-20, 00:28)edit4ever Wrote:(2016-10-20, 00:11)greenbag Wrote: I'm still using the tools.module.zap2xml-0.4 without any hiccups.
The log complains about sortThing1, but everything seems to work fine still.
If you want to get the "updates" without having to reinstall and rebuild your zap2xml setup - just copy the zap2xml.py file from the current addon and replace the one in your tools.module.zap2xml folder.
The addon folder name was redone to match the kodi standard, but the zap2xml.py file will work in either format. Copying the new file will fix the sortThing issue.