-
-
Notifications
You must be signed in to change notification settings - Fork 48
Description
Anki 25.02.5 (29192d15) (ao)
Python 3.9.18 Qt 6.6.2 PyQt 6.6.1
Platform: Windows-10-10.0.26100
When loading Ankimon by Unlucky-life and h0tp:
Traceback (most recent call last):
File "aqt.addons", line 250, in loadAddons
File "C:\Users\ruste\AppData\Roaming\Anki2\addons21\1908235722_init_.py", line 2050, in
name, id, level, ability, type, stats, enemy_attacks, base_experience, growth_rate, hp, max_hp, ev, iv, gender, battle_status, battle_stats = generate_random_pokemon()
File "C:\Users\ruste\AppData\Roaming\Anki2\addons21\1908235722_init_.py", line 1164, in generate_random_pokemon
return generate_random_pokemon() # Return the result of the recursive call
File "C:\Users\ruste\AppData\Roaming\Anki2\addons21\1908235722_init_.py", line 1072, in generate_random_pokemon
name = search_pokedex_by_id(id)
File "C:\Users\ruste\AppData\Roaming\Anki2\addons21\1908235722_init_.py", line 1941, in search_pokedex_by_id
if attributes['num'] == pokemon_id:
KeyError: 'num'