tommistolercz / plugin.video.vk

Kodi add-on for watching videos from VK.com social network.
GNU General Public License v3.0
15 stars 2 forks source link

AttributeError: module 'xbmc' has no attribute 'translatePath' #112

Open ostvanc opened 1 year ago

ostvanc commented 1 year ago

When Kodi was updated to v20, there have been some changes in the API. For example, the module module 'xbmc' does not have anymore the method 'translatePath'. This method has now moved to the module 'xbmcvfs'.

This error occurres once in 'addon.py' in line 207.