script.module.zap2epg
script.module.zap2epg copied to clipboard
Problem with xbmc.translatePath in default.py file
(Sorry I'm not a programmer) The xbmc.translatePath return an error in the default.py file while I'm trying to run the addon for the first time:
It seems there is something that has changed in the addon xbmc: https://github.com/xbmc/xbmc/pull/19301
I've changed the line 34 in default.py file. Instead of using xbmc.translatePath, I putted xbmcvfs.translatePath and it's now working on my kodi setup (LibreElec 11.0.4)