You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change of urls and site structure. even adapting to new url of the website, does not fix. With correct url still getting:
""" File "/home/xxxxxxxxx/.kodi/addons/plugin.video.shoutfactorytv/resources/lib/scraper.py", line 27, in getAddonCats
html = re.compile('
.+?a href="'+url+'"(.+?)
<a', re.DOTALL).search(html).group(1)
AttributeError: 'NoneType' object has no attribute 'group' """
Looks like site structure change
The text was updated successfully, but these errors were encountered:
Add-on details:
Ownership
Broken because:
change of urls and site structure. even adapting to new url of the website, does not fix. With correct url still getting:
""" File "/home/xxxxxxxxx/.kodi/addons/plugin.video.shoutfactorytv/resources/lib/scraper.py", line 27, in getAddonCats
html = re.compile('
AttributeError: 'NoneType' object has no attribute 'group' """
Looks like site structure change
The text was updated successfully, but these errors were encountered: