[mythtv-users] Why can't I see any of the music selection menus in the frontends? (.25)

Phil Bridges gravityhammer at gmail.com
Tue Jun 12 19:56:21 UTC 2012


On Tue, Jun 12, 2012 at 3:53 PM, Raymond Wagner <raymond at wagnerrp.com> wrote:
> On 6/12/2012 15:52, Raymond Wagner wrote:
>>
>> On 6/12/2012 15:38, Phil Bridges wrote:
>>>
>>> I'm not running the latest gentoo builds, but they're the latest
>>> through portage:
>>>
>>> MythTV Version : v0.25pre-4673-g89c34ef
>>
>>
>>
>> Try running an up-to-date copy.  Go to the root of your overlay, run
>> this command, and wait a couple minutes for it to download a new tarball
>> from Github and digest it.
>>
>> scripts/build-ebuild.py --version=0.25.1 --type=p
>
>
> Make that...
>
> scripts/mythtv-buildebuild.py --version=0.25.1 --type=p
>

Thanks for the response.  I just located that on the gentoo forum, but
have run into an error:

scripts/mythtv-buildebuild.py --version=0.25 --branch=fixes/0.25
Traceback (most recent call last):
  File "scripts/mythtv-buildebuild.py", line 312, in <module>
    Ebuild(package).update()
  File "scripts/mythtv-buildebuild.py", line 79, in update
    self.get_cur()
  File "scripts/mythtv-buildebuild.py", line 190, in get_cur
    commits = json.load(urllib.urlopen("http://github.com/api/v2/json/commits/list/mythtv/MythTV/"+self.branch))
  File "/usr/lib64/python2.7/json/__init__.py", line 278, in load
    **kw)
  File "/usr/lib64/python2.7/json/__init__.py", line 326, in loads
    return _default_decoder.decode(s)
  File "/usr/lib64/python2.7/json/decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib64/python2.7/json/decoder.py", line 384, in raw_decode
    raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded


More information about the mythtv-users mailing list