edit4ever / script.module.zap2epg

zap2epg - EPG grabber for USA/Canada
GNU General Public License v3.0
41 stars 25 forks source link

Problem with xbmc.translatePath in default.py file #57

Open electroman243 opened 6 months ago

electroman243 commented 6 months ago

(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:

Capture

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)