Skip to content

App crash on CONSOLE output text when it reaches the end of the screen #14

@lannodev

Description

@lannodev

Describe the bug
On the progress tab, when the output text reaches the view limit, the app crashes. I found that the issue lies in the inference.py -> def write -> self.CONSOLE.ScrollLines(1). I believe that when it reaches the end of the screen, it tries to scroll the page, but the scroll component doesn't exist yet and it crashes.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the 'Settings' tab. (select some audio files)
  2. Click on 'Start'.
  3. Navigate to the 'Progress' tab.
  4. Wait until the console text reaches the end of the screen.

Expected behavior
The app will crash.

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser: Brave
  • Version 1.65.132

Additional context
You can reduce the window height to speed up the error.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @lannodev

        Issue actions

          App crash on CONSOLE output text when it reaches the end of the screen · Issue #14 · Captain-FLAM/KaraFan