Hi Matthew,

Sorry, DinkPumpkin already fed me the fix needed for this.

I probably won't have another beta til next week, but if you're happy
editing python, you can probably fix this at line 2901 or thereabouts of
gigi.py, which looks like this, but with leading tabs and not wrapped:

self.RGX_GET_IPLAYER_VERSION    
= re.compile('get_iplayer ([0-9]+\.[0-9]+)')


change this

  re.compile('get_iplayer ([0-9]+\.[0-9]+)')

to

  re.compile('get_iplayer\s+v?([0-9]+\.[0-9]+)')

probably will do it, if

  get_iplayer -V

returns something like 'get_iplayer v2.83-....'  , ie. with a v in front
of version number.


On 26 Sep 2013 at 12:42, Matthew Fletcher wrote:

> Running Lubuntu 12.10 here, and while it loads up, as soon as I click
> "Yes" on the questions about downloading channels and categories, it
> crashes.

...(snip)...

>   File "./gigi.py", line 3010, in init_phase2
>     fVersion =
float(self.RGX_GET_IPLAYER_VERSION.search(sVersion).group(1))
> AttributeError: 'NoneType' object has no attribute 'group'
> matt@matts-dell:~/gigi$



_______________________________________________
get_iplayer mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/get_iplayer

Reply via email to