[RELEASE] VODie - Video On Demand Ireland - RTE, TV3 and TG4

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
liamf Offline
Member
Posts: 97
Joined: Mar 2010
Reputation: 0
Location: Ireland
Post: #191
Slatri Wrote:Hi all it seems that rte player and tv3 have sopped working on the apple stuff but rte works fine on windows here is the log http://pastebin.com/EniZVem6 tv3 is not working at all. Thanks

Howdy

Tried both RTE (Late Late, gawd help us) and TV3 (Champion's League) and both work for me, on my test machine - Windows 7 running XBMC Eden RC1. If you have specific not-working programs I can take a look at those later.

The error in your log, HTTP 500, is a server side error (an error on the website, not on XBMC side). Perhaps it was some temporary glitch?

But as it's working for me, well ... it will be hard to tie down.
Did anything change on your AppleTV gizmo?

If it remains not working on AppleTV maybe we'll make a debug version to collect targeted logs.
find quote
Slatri Offline
Member
Posts: 74
Joined: Jul 2011
Reputation: 0
Post: #192
Hey Liam

Still not working on the apple tv I am going to try to replacing it and crossing my fingers Oo (My have you tried turning it off and turn it on again moment)
find quote
Slatri Offline
Member
Posts: 74
Joined: Jul 2011
Reputation: 0
Post: #193
Master plan failed damn you IT crowd for getting my hopes up. I have no idea works fine on windows. here is the latest log http://pastebin.com/7yQ4q30D
find quote
liamf Offline
Member
Posts: 97
Joined: Mar 2010
Reputation: 0
Location: Ireland
Post: #194
So you have an XBMC install on Windows, and that works OK?
But the one on the ApplyTV doesn't work, is that right?

BTW I have tried it on one of my "production" Linux systems and that works fine too.
(This post was last modified: 2012-03-03 16:06 by liamf.)
find quote
Slatri Offline
Member
Posts: 74
Joined: Jul 2011
Reputation: 0
Post: #195
It is all fine Liam it is my setup for the getting around the irish ip should have looked into it better before I started to scream the sky is falling Big Grin Thanks for looking
find quote
liamf Offline
Member
Posts: 97
Joined: Mar 2010
Reputation: 0
Location: Ireland
Post: #196
TV3 have redesigned their website ... currently (at least from this network location, will need to check from home later to be certain) it looks like this has broken things.

Will take a look later to see if it's fixable.
find quote
liamf Offline
Member
Posts: 97
Joined: Mar 2010
Reputation: 0
Location: Ireland
Post: #197
OK, that wasn't so bad.

VODieR updated to match the latest TV3 site redesign. TV3 is back working again as far as I can tell from a brief poke about.

Report any issues to github https://github.com/liamf/VODieR or this list.

A new packaged .ZIP of this release, 1.1.3h, which can be installed manually as usual is available from https://github.com/liamf/VODieR/downloads

/rgds/liam
find quote
mcquaim Offline
Junior Member
Posts: 9
Joined: Feb 2012
Reputation: 0
Post: #198
Hi folks,

I downloaded the latest source code an extracted it to the XBMC addons folder but when I try to launch VODie I keep getting a script error.

The error in the logs is:
21:42:27 T:132198400 INFO: -->Python script returned the following error<--
21:42:27 T:132198400 ERROR: Error Type: <type 'exceptions.ImportError'>
21:42:27 T:132198400 ERROR: Error Contents: No module named BeautifulSoup
21:42:27 T:132198400 ERROR: Traceback (most recent call last):
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.vodie/default.py", line 37, in <module>
import resources.lib.VODie as VODie
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.vodie/resources/lib/VODie.py", line 15, in <module>
from BeautifulSoup import SoupStrainer, MinimalSoup as BeautifulSoup, BeautifulStoneSoup
ImportError: No module named BeautifulSoup
21:42:27 T:132198400 INFO: -->End of Python script error report<--

Any ideas what on earth Beautiful Soup is?

Cheers,
mcquaim
find quote
liamf Offline
Member
Posts: 97
Joined: Mar 2010
Reputation: 0
Location: Ireland
Post: #199
It's a dependency (a Python module for parsing HTML)

The easiest way to get it is to installed - from the standard XBMC.org add-ons repository via the GUI - another video add-on such as TED talks.

This will pull in some required dependencies.
find quote
mcquaim Offline
Junior Member
Posts: 9
Joined: Feb 2012
Reputation: 0
Thumbs Up    Post: #200
Perfect Liam, that worked a treat!!

Thanks a mill for the quick response Big Grin
find quote
Post Reply