Thank you and thank your family.

Moderator: TVJunkie198
Is the "Timeout was reached (1)" typically present in the log like above? That indicates that the backend service didn't respond in time, I believe it's set to 5 seconds, and the web request timed out.gamaru wrote: ↑Sat Dec 01, 2018 3:14 pm Just wanted to follow up with what happened the other day to me.
I installed a fresh copy of Krypton on my Ubuntu 18.04 and I still get guide issues.
This is a copy of what I see in my log:
And then it continues with the rest of my channels. Any advice is appreciated!Code: Select all
17:11:34.095 T:139860308391680 ERROR: AddOnLog: HDHomeRun DVR PVR Client: try_getepgforchannel failed due to an exception: http request on [http://api.hdhomerun.com/api/guide?DeviceAuth=xxxxxxxxxxxxxxxxx&Channel=500&Start=1543687879] failed: Timeout was reached (1) 17:11:34.095 T:139860308391680 ERROR: AddOnLog: HDHomeRun DVR PVR Client: GetEPGForChannel: Multiple failures were encountered accessing EPG data; EPG functionality is temporarily disabled 17:11:34.095 T:139860308391680 ERROR: PVR - GetEPGForChannel - addon 'zuki.pvr.hdhomerundvr:api.hdhomerun.com' returned an error: the command failed 17:11:34.095 T:139860308391680 ERROR: PVR - GetEPGForChannel - cannot get EPG for channel 'Barker 6 Quantu' from client '1037099430': the command failed 17:11:34.095 T:139860308391680 ERROR: EPG - Update - failed to update table 'Barker 6 Quantu'
Anytime! I feel kinda bad about my response time on this one, I hope there weren't too many people that missed out on programs they are paying good money to watch this way because I didn't know to check a particular byte in the stream
Thanks for taking time out of your day and with your family for the prompt response.djp952 wrote: ↑Sat Dec 01, 2018 8:40 pmWhat happens? Do you get data back quickly, does it timeout, do you get any type of HTTP error? Hopefully it *doesn't* work right, because then we are looking at a systemic issue, perhaps even something as simple as turning off IPv6 or a bug/defect in Ubuntu. If it does work right through Firefox that could be a little harder since then we have a PVR specific issue
- Fire up Kodi
- Let it fail for a few minutes
- Close Kodi, go into the log and find a URL like this: http://api.hdhomerun.com/api/guide?Devi ... t=xxxxxxxx
- Paste that exact URL into Firefox
Let me also ask you this -- any problems with Kodi itself and internet activities like checking for Add-on updates or downloading other add-ons? There isn't much Kodi does out of the box on the Internet over HTTP .. perhaps maybe the Weather section? If you have that configured is it working normally?
Let me know -- I hope it's as easy as an OS configuration thing to solve for you.
Code: Select all
[
{
"GuideNumber": "507",
"GuideName": "WABCDT",
"Affiliate": "ABC",
"ImageURL": "http://img.hdhomerun.com/channels/US20453.png",
"Guide": [
{
"StartTime": 1543712400,
"EndTime": 1543725000,
"Title": "College Football",
"EpisodeTitle": "ACC Championship: Pittsburgh vs. Clemson",
"Synopsis": "No. 2 Clemson aims for its fourth-straight ACC championship title when it plays Pittsburgh. The Tigers have made six conference finales, winning four, during the ACC championship game's 14-year history. Clemson seeks its first win versus Pittsburgh.",
"Team1": "Pittsburgh",
"Team2": "Clemson",
"OriginalAirdate": 1543622400,
"ImageURL": "http://img.hdhomerun.com/titles/C191261ENJPCF.jpg",
"SeriesID": "C191261ENJPCF",
"Filter": [
"Sports"
]
},
{
"StartTime": 1543725000,
"EndTime": 1543726800,
"Title": "Eyewitness News at 11",
"OriginalAirdate": 1485043200,
"ImageURL": "http://img.hdhomerun.com/titles/C13769039EN0GLG.jpg",
"SeriesID": "C13769039EN0GLG",
"Filter": [
"News"
]
},
{
"StartTime": 1543726800,
"EndTime": 1543730400,
"Title": "Wipeout",
"EpisodeNumber": "S02E04",
"Synopsis": "Contestants catapult into foam and tackle obstacles like the Gears of Doom and the Zip Line Swing to win the grand prize and title of Wipeout Champion.",
"OriginalAirdate": 1244592000,
"ImageURL": "http://img.hdhomerun.com/titles/C186368ENKBOQ.jpg",
"SeriesID": "C186368ENKBOQ"
},
{
"StartTime": 1543730400,
"EndTime": 1543734000,
"Title": "Wipeout",
"EpisodeNumber": "S05E12",
"EpisodeTitle": "It's the John Henson Show",
"Synopsis": "Contestants face obstacles including Henson Headshots, Slappy Meal and the Spin Psycho.",
"OriginalAirdate": 1342051200,
"ImageURL": "http://img.hdhomerun.com/titles/C186368ENKBOQ.jpg",
"SeriesID": "C186368ENKBOQ"
},
{
"StartTime": 1543734000,
"EndTime": 1543737600,
"Title": "The World's Funniest Moments",
"Synopsis": "Hosted by actor Erik Estrada and travel expert Laura McKenzie, \"The World's Funniest Moments\" has a lot to live up to given its title. Combine one part \"America's Funniest Home Videos\" with one part YouTube and mix in a little of the former \"CHiPs\" star, and you get this hourlong program that features funny home videos, short films and commercial parodies -- many of which are sent in by viewers -- with some of the most-popular viral videos on the Internet. Amazing pets, laughing babies, party mishaps -- this show has it all ... or at least pets, babies and party mishaps.",
"OriginalAirdate": 1284336000,
"ImageURL": "http://img.hdhomerun.com/titles/C8317033ENEITZ.jpg",
"SeriesID": "C8317033ENEITZ",
"Filter": [
"Comedy"
]
}
]
}
]
To follow up on this, I just did some further investigating and even though I am able to download add-ons and stuff, Kodi may not believe that I am connected to the internet.djp952 wrote: ↑Sat Dec 01, 2018 8:40 pm Let me also ask you this -- any problems with Kodi itself and internet activities like checking for Add-on updates or downloading other add-ons? There isn't much Kodi does out of the box on the Internet over HTTP .. perhaps maybe the Weather section? If you have that configured is it working normally?
Let me know -- I hope it's as easy as an OS configuration thing to solve for you.
I do not, but I will see what I can find out for you! (The gang here will probably beat me to it and solve this well before I can -- they are pretty cool like that!)gamaru wrote: ↑Sat Dec 01, 2018 9:24 pmTo follow up on this, I just did some further investigating and even though I am able to download add-ons and stuff, Kodi may not believe that I am connected to the internet.djp952 wrote: ↑Sat Dec 01, 2018 8:40 pm Let me also ask you this -- any problems with Kodi itself and internet activities like checking for Add-on updates or downloading other add-ons? There isn't much Kodi does out of the box on the Internet over HTTP .. perhaps maybe the Weather section? If you have that configured is it working normally?
Let me know -- I hope it's as easy as an OS configuration thing to solve for you.
I just checked the System Info and it says "Internet: Not Connected. Check Network Settings". This baffles me as I am able to do other stuff in Kodi that needs the internet.
You have a clue as to why this is happening?
I'm going to do some further digging around myself. I think you gave me the best clue as to why stuff isn't working properly though!djp952 wrote: ↑Sat Dec 01, 2018 9:26 pmI do not, but I will see what I can find out for you! (The gang here will probably beat me to it and solve this well before I can -- they are pretty cool like that!)gamaru wrote: ↑Sat Dec 01, 2018 9:24 pmTo follow up on this, I just did some further investigating and even though I am able to download add-ons and stuff, Kodi may not believe that I am connected to the internet.djp952 wrote: ↑Sat Dec 01, 2018 8:40 pm Let me also ask you this -- any problems with Kodi itself and internet activities like checking for Add-on updates or downloading other add-ons? There isn't much Kodi does out of the box on the Internet over HTTP .. perhaps maybe the Weather section? If you have that configured is it working normally?
Let me know -- I hope it's as easy as an OS configuration thing to solve for you.
I just checked the System Info and it says "Internet: Not Connected. Check Network Settings". This baffles me as I am able to do other stuff in Kodi that needs the internet.
You have a clue as to why this is happening?
I'm installing 18.04.1 in a Virtual Machine to see if I can duplicate the concern as well. Googling "Kodi no internet connection Linux" is getting some hits as well. Will let you know if I find anything.gamaru wrote: ↑Sat Dec 01, 2018 9:29 pmI'm going to do some further digging around myself. I think you gave me the best clue as to why stuff isn't working properly though!djp952 wrote: ↑Sat Dec 01, 2018 9:26 pmI do not, but I will see what I can find out for you! (The gang here will probably beat me to it and solve this well before I can -- they are pretty cool like that!)gamaru wrote: ↑Sat Dec 01, 2018 9:24 pm
To follow up on this, I just did some further investigating and even though I am able to download add-ons and stuff, Kodi may not believe that I am connected to the internet.
I just checked the System Info and it says "Internet: Not Connected. Check Network Settings". This baffles me as I am able to do other stuff in Kodi that needs the internet.
You have a clue as to why this is happening?
Why thank you! It's my pleasure, and I'm very glad that you are so enthusiastic about it! Posts like this are the reason I keep going.TechTaiycho wrote: ↑Sun Dec 02, 2018 1:18 pm djp952 you rock!!! you are the man!!! I LOVE YOU BRO!!! It's working again and your response time (considering you do this for free) was absolutely awesome!!! Zuki is the only way I can watch liveTV the way I want. It's the only solution for HDHR in kodi that I can pause/play/rewind/fforward/record and skin whichever way I want. For me there is NOTHING better.