Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
luciano-work opened this issue May 12, 2024 · 0 comments

Comments

@luciano-work
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant