Issue with check database function with new Ankihub update

Having an issue searching various fields due to corrupted database. I cannot get check database function to work since the new update. I have tried all of the steps offered by the general anki help, including safe mode, restarting, installing new anki update, changing video driver. Any help would be appreciated.

Faced with the following debug code:
Anki 25.02 (038d85b1) (ao)
Python 3.9.18 Qt 6.6.2 PyQt 6.6.1
Platform: Windows-10-10.0.19045

Traceback (most recent call last):
File “aqt.taskman”, line 144, in _on_closures_pending
File “aqt.taskman”, line 88, in
File “aqt.taskman”, line 108, in wrapped_done
File “aqt.dbcheck”, line 41, in on_future_done
File “concurrent.futures._base”, line 439, in result
File “concurrent.futures._base”, line 391, in __get_result
File “concurrent.futures.thread”, line 58, in run
File “aqt.dbcheck”, line 37, in do_check
File “anki.collection”, line 1099, in fix_integrity
File “anki._backend_generated”, line 216, in check_database
File “anki._backend”, line 172, in _run_command
anki.errors.InvalidInput: deck with id 0

Error in sys.excepthook:
Traceback (most recent call last):

Original exception was:
Traceback (most recent call last):

Thank you for reaching out! Our moderators have been notified and will assist you shortly. In the meantime, you can get an instant response from me simply by @ mentioning my username`. Alternatively, start a private conversation with me (see screenshot below). If you ask me a question, I will do my best to respond using only verified information found in the official AnkiHub docs and the Anki manual.

You can also find answers to common questions in our FAQ and Docs.

What output do you get If you run this code in the debug console?

print(mw.col.decks.get(0, default=False))