• 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 11
[RELEASE] HGTV (video) add-on
#76
(2013-02-18, 15:50)divingmule Wrote: Hi dbjax, Property Brothers is listed in the "More..." directory. The shows in that directory are the ones that wasn't listed on the full episodes page. They likely need to be updated, it's been a while, I'll look into it.

Huh I do not have "More..." directory. Should I see "More..." in the HGTV Subdir?
Thanks,
HH
#77
(2013-02-24, 04:48)harthenry Wrote:
(2013-02-18, 15:50)divingmule Wrote: Hi dbjax, Property Brothers is listed in the "More..." directory. The shows in that directory are the ones that wasn't listed on the full episodes page. They likely need to be updated, it's been a while, I'll look into it.

Huh I do not have "More..." directory. Should I see "More..." in the HGTV Subdir?
Thanks,
HH

OK -- just found it. HGTV under Bluecop Freecable does not have "More...". Only the actual HGTV plugin has "More...".
Thanks,
HH
#78
(2013-02-18, 15:50)divingmule Wrote: Hi dbjax, Property Brothers is listed in the "More..." directory. The shows in that directory are the ones that wasn't listed on the full episodes page. They likely need to be updated, it's been a while, I'll look into it.

Thanks much for your help. Great plugin!!Smile
#79
Any chance we could get Income Property added to the list of shows again? It was there awhile ago but its no longer listed.


http://www.hgtv.ca/incomeproperty/video/...erty/video


Tim
#80
First of all, thanks a lot for the DIY and HGTV add-on, my girlfriend loves them!

Recently they updated to 1.0.3 and 1.0.6 respectively, and they stopped working. I fiddled with them for a bit and thought I'd post what I found in case others have the same problem. The error in the log was as follows:

Code:
12:18:21 T:139669417211648  NOTICE: [plugin.video.diy-1.0.3]: Request URL: http://www.diynetwork.com/diy/channel/xml/0,,21422,00.xml
12:18:21 T:139669417211648   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'NoneType' object has no attribute 'replace'
                                            Traceback (most recent call last):
                                              File "/home/rpress/.xbmc/addons/plugin.video.diy/default.py", line 237, in <module>
                                                display_show(params['url'], params['iconimage'])
                                              File "/home/rpress/.xbmc/addons/plugin.video.diy/default.py", line 121, in display_show
                                                add_episodes(eval(cache.get('current_base')))
                                              File "/home/rpress/.xbmc/addons/plugin.video.diy/default.py", line 175, in add_episodes
                                                path = i[1].replace('http://wms.scrippsnetworks.com','').replace('.wmv','')
                                            AttributeError: 'NoneType' object has no attribute 'replace'
                                            -->End of Python script error report<--


I'm running Ubuntu 13.10 and it seems there is some problem with python-lxml. It is not handling the CDATA tags correctly, and instead of converting to plaintext is just erases them. I was able to disable lxml in BeautifulSoup4 and that worked. I could not uninstall python-lxml as other Ubuntu stuff needed it.

The file needing modification is "~/.xbmc/addons/script.module.beautifulsoup4/lib/bs4/builder/__init__.py" and just comment out the lxml part at the end of the file (last 6 lines).
#81
Thanks for reporting. I wrongly assumed, that by not specifying a parser, the default "html.parser" would be used.

I think* a better fix is to change the line in addons/plugin.video.diy/default.py ~ line 46 in the function get_soup

from:
soup = BeautifulSoup(make_request(url))

to:
soup = BeautifulSoup(make_request(url), "html.parser")

I will see about pushing an update for this. Thanks again for reporting and nice job debugging :-)
#82
(2013-11-07, 00:04)divingmule Wrote: Thanks for reporting. I wrongly assumed, that by not specifying a parser, the default "html.parser" would be used.

I think* a better fix is to change the line in addons/plugin.video.diy/default.py ~ line 46 in the function get_soup

from:
soup = BeautifulSoup(make_request(url))

to:
soup = BeautifulSoup(make_request(url), "html.parser")

I will see about pushing an update for this. Thanks again for reporting and nice job debugging :-)

Yes that seems like a better fix for sure. Further down at line 154 was where it was not working right, so I changed them all like you said and it's working well.
#83
Thanks for the confirmation!
#84
Greetings. I am in the US and am running XBMC 12.2 on OE 3.2.3. I have tried both versions 1.0.6 and 1.0.7 of the plugin. As soon as I attempt to play a video in plugin, XBMC restarts.

I have attached logs below from both 1.0.6 and 1.0.7 instances.

System messages (Out of Memory problem?)
http://pastebin.com/fwdxCZfR

XBMC.log - HGTV ver 1.0.6
http://pastebin.com/svz5V1gn

XBMC.log - HGTV ver 1.0.7
http://pastebin.com/sYVBEuRH
#85
Hi DugieHowsa, your issue doesn't seem to be related to the add-on itself. The crash seems to happen when XBMC's player is initiating the stream.

You should report on the OE forum or maybe start a thread in linux help and support.
#86
(2013-11-24, 15:14)divingmule Wrote: Hi DugieHowsa, your issue doesn't seem to be related to the add-on itself. The crash seems to happen when XBMC's player is initiating the stream.

You should report on the OE forum or maybe start a thread in linux help and support.

Thanks for taking a look. I have re-asked my question over on the OE forum.

http://openelec.tv/forum/90-miscellaneou...tart#92071
#87
(2013-11-25, 19:17)DugieHowsa Wrote:
(2013-11-24, 15:14)divingmule Wrote: Hi DugieHowsa, your issue doesn't seem to be related to the add-on itself. The crash seems to happen when XBMC's player is initiating the stream.

You should report on the OE forum or maybe start a thread in linux help and support.

Thanks for taking a look. I have re-asked my question over on the OE forum.

http://openelec.tv/forum/90-miscellaneou...tart#92071

I am happy to report that I am no longer experiencing this issue since upgrading to OE 3.2.4 earlier this week.
#88
The food network addon is no longer working, I think food network changed their webiste a bit so it is not parsing correctly.
#89
I am also getting getting the script failed plugin. It is only for the Food Network Add-on from the official XBMC.ORG add-on repository. The first menu come up with episodes, videos, most popular videos, etc. but attempting to click on any of those options brings up a status bar that says buffering, ending with Script.failed! plugin.video.foodnetwork. It seems others reporting this problem in other threads think the website layout changed but I don't know that for sure. Thanks for your help I am trying to wean my fiancee off cable and promised her food network!

Windows 7
Frodo 12.3
#90
Confirmed that it's not working
Image
  • 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 11

Logout Mark Read Team Forum Stats Members Help
[RELEASE] HGTV (video) add-on1