Project

General

Profile

Actions

Bug #292

closed

xbmc4xbox can not access Addons on the HomeScreen (+Fix)

Added by skatulskijean about 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
12/03/2014
Due date:
% Done:

0%

Resolution:
invalid
Affected Version:

Description

When you add a addon to the Homesreen its give ever a error when you it run.
The Problem is that Line 59 on the scriptmodule.xbmcaddon /xbmcaddon.py
can not access the right Directory.

Fix :

change Line 59 on the xbmcaddon.py from:

base_path = os.path.dirname( xbmc.translatePath( cwd ) ) + os.sep

to:

base_path =os.path.dirname(os.path.abspath(xbmc.translatePath( cwd ) ) )+ os.sep

this will work:

Buzz i hope you can this change on the Sources for the next Build without Patch File.
With the next what i will fix i give a patch file.

Regards Jan


Files

xbmc.log (25 KB) xbmc.log skatulskijean, 23/03/2014 06:49 PM
Actions

Also available in: Atom PDF