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
It seems like MinecraftWrapper.search_mods method passes MinecraftWrapper.MODS as an argument to BaseClass.search method but it doesn't expect that argument.
File "/usr/local/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/local/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/Users/me/Projects/minebot/minebot/curseforge.py", line 15, in <module>
print(mw.search_mods(sp))
File "/Users/me/Projects/minebot/.venv/lib/python3.10/site-packages/cursepy/wrapper.py", line 423, in search_mods
return self.search(MinecraftWrapper.GAME_ID, MinecraftWrapper.MODS, search)
The text was updated successfully, but these errors were encountered:
It seems like
MinecraftWrapper.search_mods
method passesMinecraftWrapper.MODS
as an argument toBaseClass.search
method but it doesn't expect that argument.Code to reproduce:
Traceback (most recent call last):
The text was updated successfully, but these errors were encountered: