Skip to content

[BUG] Plugin manager search btn bug #448

@Loup-Garou911XD

Description

@Loup-Garou911XD

Getting error when searching for something and there are no matches

File "/home/loup/.ballisticakit/mods/plugin_manager.py", line 2744, in draw_index
    self.draw_search_bar()
  File "/home/loup/.ballisticakit/mods/plugin_manager.py", line 2934, in draw_search_bar
    loop.create_task(self.process_search_term())
Traceback (most recent call last):
  File "/home/loup/.ballisticakit/mods/plugin_manager.py", line 2946, in process_search_term
    await self.draw_plugin_names(
    ...<3 lines>...
    )
  File "/home/loup/.ballisticakit/mods/plugin_manager.py", line 3097, in draw_plugin_names
    first_child, last_child = kids[:: len(kids) - 1]
    ^^^^^^^^^^^^^^^^^^^^^^^
ValueError: not enough values to unpack (expected 2, got 0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions