Hi guys, I'm hoping someone can help me out.
My addon was working fine up till the recent update to urlresolver. Now I keep getting "No module named common.addon" when calling any method from urlresolver.
Google searches have come up dry. They all just say to make sure urlresolver addon is up to date and that addon.common exists.
In my xbmc addons folder, I've got:
script.module.urlresolver: 2.3.0
script.module.addon.common: 2.0.1
My addon is PakTVForum, found in Fusion > World > icharania.repo
Source: https://github.com/irfancharania/plugin.video.paktvforum
For example, in the addon, clicking the "UrlResolver settings" will throw up the error.
(That just calls the display_settings() method)
Hoping someone can point out what I need to do to fix it.
Thanks!
Edit: I'm still on Frodo 12.3 on Windows 7 (if that makes a difference...)
My addon was working fine up till the recent update to urlresolver. Now I keep getting "No module named common.addon" when calling any method from urlresolver.
Google searches have come up dry. They all just say to make sure urlresolver addon is up to date and that addon.common exists.
In my xbmc addons folder, I've got:
script.module.urlresolver: 2.3.0
script.module.addon.common: 2.0.1
My addon is PakTVForum, found in Fusion > World > icharania.repo
Source: https://github.com/irfancharania/plugin.video.paktvforum
For example, in the addon, clicking the "UrlResolver settings" will throw up the error.
(That just calls the display_settings() method)
Hoping someone can point out what I need to do to fix it.
Thanks!
Edit: I'm still on Frodo 12.3 on Windows 7 (if that makes a difference...)
Last edited: