2017-12-03, 05:19
I didn't update the add-on version on the test file. So it will still read 0.5.4
Thanks for the updates!
Thanks for the updates!
Quote:2017/12/03 03:00:00 Kodi settings version is: None
2017/12/03 03:00:00 Running zap2epg for zipcode: 94086 and lineup: Local Over the Air Broadcast
2017/12/03 03:00:00 Accessing Tvheadend channel list from: 192.168.101.147
2017/12/03 03:00:00 Exception: main
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/script.module.zap2epg/zap2epg.py", line 696, in mainRun
tvhMatchGet()
File "/home/osmc/.kodi/addons/script.module.zap2epg/zap2epg.py", line 109, in tvhMatchGet
response = urllib2.urlopen(channels_url)
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 431, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 449, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1227, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1197, in do_open
raise URLError(err)
URLError: <urlopen error [Errno -2] Name or service not known>
(2017-12-03, 05:19)edit4ever Wrote: I didn't update the add-on version on the test file. So it will still read 0.5.4
Thanks for the updates!
(2017-12-03, 17:45)edit4ever Wrote: @stephr1 - ok - the issue is with the system accessing your tvheadend interface. If you turn off "Append Tvheadend Service Name" you should be able to get it to run.
If so - let me know and then we can try to troubleshoot the tvh access issue.
Thanks!
BTW - the kodi version "None" is there from the update to check for Kodi 18 Leia - if you were running that it would say "2" as that is the version number Kodi is using for the updates to settings files.
One more thing...
If you enter the following into a web browser - you should get a response from the tvheadend server:
http://USERNAME:[email protected]...&sort=name
- replace USERNAME and PASSWORD with your tvh username/password. If you don't have one - remove USERNAMEASSWORD@
Can you confirm it works?
(2017-12-03, 19:58)edit4ever Wrote: The issue has to due with the way OSMC sets up tvvheadend. Normally you don't need to setup a username/password - but OSMC creates an OSMC user and it may have limited rights on tvh.
The web address I gave you is how you access the tvh API and you should get a json response. If you have entered the OSMC tvh user and password into the zap2epg settings - then it's a rights issue. It is fixable - but it will be a hassle on OSMC systems for initial install.
(2017-12-03, 21:37)edit4ever Wrote: No - you don't want to delete the username-password...what we want to see is why it's not giving you access to the api.
Since you seem to be able to log into the web interface with the username-password...go ahead and look grab a screenshot of the CONFIGURATION > USERS tab - this should what the username and rights is set to.
Thanks!
(2017-12-03, 23:00)stephr1 Wrote: Got it. username/pswrd still active. Have a screen shot (pdf or png) of Config/users/edit. Best way to get it to you?
(2017-12-04, 14:09)edit4ever Wrote:(2017-12-03, 23:00)stephr1 Wrote: Got it. username/pswrd still active. Have a screen shot (pdf or png) of Config/users/edit. Best way to get it to you?
Since kodi forum doesn’t allow attachments...if you have a libreelec forum account you can PM me over there. Otherwise, you’ll need to upload it to something like imgur or dropbox and PM me the url.
Thanks!
(2017-12-05, 13:25)edit4ever Wrote: I think 0.6.0-test had a syntax error...I should be able to provide an update in a few hours. I’m also going to setup a username-password on tvh to test what is going on. Maybe something changed in tvh in accessing the api with a username.
Standby......