Closed RavenDT closed 3 years ago
I can reproduce this, but it's interesting that it doesn't happen on the URL that the test suite uses. I'll look into it.
@RavenDT I've fixed this on develop and can get it released soon. In the meantime, you can use the develop branch (if you're familiar with doing that) for the fix!
Thanks!
Released 1.8.1, thanks
Describe the bug Tukui -- Failed to find addon version number for game version:
If you run
pipenv update
on the command line and try again, does the issue go away? NoLog output 2020-12-04 03:30:07,394 [DEBUG] [19068] [urllib3.connectionpool] https://www.tukui.org:443 "GET /addons.php?id=186 HTTP/1.1" 200 7291 2020-12-04 03:30:07,396 [ERROR] [19068] [updater.manager.addon_manager] Failed to find addon version number for game version: GameVersion.agnostic, https://www.tukui.org/addons.php?id=186 Traceback (most recent call last): File "D:\Games\WoWAddonUpdater\updater\site\tukui.py", line 55, in get_latest_version version = re.search(f'>{self._version_pattern}<', text).group(1) AttributeError: 'NoneType' object has no attribute 'group'