Jump to content
LaunchBox Community Forums

hellgate24

Members
  • Posts

    1
  • Joined

  • Last visited

hellgate24's Achievements

1-Bit Wonder

1-Bit Wonder (1/7)

0

Reputation

  1. Fantastic addon this, thanks for the hard work CoinTos. I updated to Kodi 20.0 this morning which stopped this addon working though. Upon checking the Kodi logs was getting the error: "AttributeError: module 'xbmc' has no attribute 'translatePath'" Was able to fix this by amending the main.py script for this addon as below: added: 'import xbmcvfs' underneath Ln8 amended Ln63 to be: ' path = xbmcvfs.translatePath('special://profile/addon_data/%s' % scriptid)' Hope that helps someone. Cheers.
×
×
  • Create New...